summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 07:48:28 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 07:48:28 +0000
commit9ea4a464edd88ded8538f42f657c8230904cbd42 (patch)
tree614e070380941f1eff2983f2b4b9311a673a4ec0 /build/all.gyp
parent1ffb6506c946b7cac6de9cba2b1ca1c77b910fe2 (diff)
downloadchromium_src-9ea4a464edd88ded8538f42f657c8230904cbd42.zip
chromium_src-9ea4a464edd88ded8538f42f657c8230904cbd42.tar.gz
chromium_src-9ea4a464edd88ded8538f42f657c8230904cbd42.tar.bz2
Removing unused variables and conditions in all.gyp
BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/119030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 69e52ed..202c2038 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -3,15 +3,6 @@
# found in the LICENSE file.
{
- 'variables': {
- 'conditions': [
- ['OS!="win"', {
- 'all_gyps%': 1,
- },{ # else OS=="win"
- 'all_gyps%': 0,
- }],
- ],
- },
'includes': [
'common.gypi',
],