diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 21:42:33 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 21:42:33 +0000 |
commit | c12d2f2252f7f2250f1ce7f01628dc4a55265e3c (patch) | |
tree | c32c184f2b3da9c26ffaa0ddcec55595d7b7f5dd /build | |
parent | 70cda72e43ba03e77f6e07df1966247c20eea05e (diff) | |
download | chromium_src-c12d2f2252f7f2250f1ce7f01628dc4a55265e3c.zip chromium_src-c12d2f2252f7f2250f1ce7f01628dc4a55265e3c.tar.gz chromium_src-c12d2f2252f7f2250f1ce7f01628dc4a55265e3c.tar.bz2 |
Touch constants and dead code removal.
BUG=105046
TEST=none
Review URL: http://codereview.chromium.org/8678015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 303f36a..1ea74dde 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1332,9 +1332,6 @@ ['use_aura==0 or OS!="win"', { 'sources/': [ ['exclude', '_aurawin\\.(h|cc)$'] ] }], - ['touchui!=1', { - 'sources/': [ ['exclude', '_touch\\.(h|cc)$'] ] - }], ], }], ], # target_conditions for 'target_defaults' |