mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
The original pattern "chrome-chromeos/chrome*" was loose enough to include "chromeos/libcros.so" if it's present. The file should not be included in chrome-chromeos.zip file, which is used to build the chromeos-chrome deb package, since libcros.so is provided by the chromeos-libcros deb package. I had "chromium/src/out/Release/chromeos/libcros.so" to run the Chromium OS version of Chromium browser locally with libcros.so enabled. TEST=manually: % cd ../build/x86/local_assets % unzip -l chrome-chromeos.zip > before ... made this change ... % cd ../build/x86/local_assets unzip -l chrome-chromeos.zip > after % diff -u before after --- before 2010-01-22 13:53:39.361522119 +0900 +++ after 2010-01-22 13:54:52.117212719 +0900 @@ -2,8 +2,6 @@ Length Date Time Name --------- ---------- ----- ---- 12584626 2010-01-22 13:46 chrome-chromeos/candidate_window - 0 2010-01-22 13:13 chrome-chromeos/chromeos/ - 432316 2010-01-22 13:13 chrome-chromeos/chromeos/libcros.so 4850 2009-12-09 15:37 chrome-chromeos/product_logo_48.png 54594 2010-01-22 13:46 chrome-chromeos/session 0 2010-01-18 11:52 chrome-chromeos/resources/ @@ -220,4 +218,4 @@ 127262 2010-01-21 14:05 chrome-chromeos/locales/ro.pak 112422 2010-01-21 14:05 chrome-chromeos/locales/en-GB.pak --------- ------- - 66476904 218 files + 66044588 216 files Review URL: http://codereview.chromium.org/552101
Description
Languages
Shell
93.1%
Python
6.9%