cd chromium &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH fetch --no-history--nohooks chromium
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH git fetch origin 151.0.7914.1 --depth=1
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH git checkout FETCH_HEAD
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH gclient sync
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH gclient runhooks
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH gn gen out/Default --args='is_debug=false symbol_level=0 blink_symbol_level=0 v8_symbol_level=0'
cd chromium/src &&HOME=$(CURDIR)/chromium-home PATH=$(CURDIR)/depot_tools:$$PATH autoninja -C out/Default chrome
cd chromium/src && strip out/Default/chrome
cd chromium/src && upx -9-q out/Default/chrome
cd chromium/src &&install-m 755 out/Default/chrome /usr/bin/chrome