diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 16:10:55 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 16:10:55 +0000 |
commit | 838a3cd9b1a0a8784c4b2b7f8bac101f0b78da4b (patch) | |
tree | 27d179a62768e141d5e0b98125bd26932afa8ea6 /build | |
parent | 82f7da94ae130505ab2661138725c34ea4ba492a (diff) | |
download | chromium_src-838a3cd9b1a0a8784c4b2b7f8bac101f0b78da4b.zip chromium_src-838a3cd9b1a0a8784c4b2b7f8bac101f0b78da4b.tar.gz chromium_src-838a3cd9b1a0a8784c4b2b7f8bac101f0b78da4b.tar.bz2 |
More chrome_browser.gypi cleanup once chromeos_gtk is gone.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9717014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 4f2b768..c52c183 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -59,7 +59,7 @@ '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")', }], - # Non-GTK Chromeos implies ash. + # Chromeos implies ash. ['chromeos==1', { 'use_ash%': 1, 'use_aura%': 1, |