diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 18:53:46 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 18:53:46 +0000 |
commit | 0ecd19b8772876f9a09e1f0e4b3c7ec90f2499b3 (patch) | |
tree | 77e68fc86b1c333c38854fc363284824b79df1ee /base/base.gyp | |
parent | c46862ab8341be4203cf97e3de3e4d786abdbbbd (diff) | |
download | chromium_src-0ecd19b8772876f9a09e1f0e4b3c7ec90f2499b3.zip chromium_src-0ecd19b8772876f9a09e1f0e4b3c7ec90f2499b3.tar.gz chromium_src-0ecd19b8772876f9a09e1f0e4b3c7ec90f2499b3.tar.bz2 |
Removing DEPTH support.
It makes the code simpler by automatically deducing the root directory to use.
R=rogerta@chromium.org
TBR=mark@chromium.org
TBR=rsleevi@chromium.org
BUG=98834
TEST=
Review URL: http://codereview.chromium.org/10062001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index e070ee2..4d8a7d9 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -480,7 +480,6 @@ 'python', '../tools/isolate/isolate.py', '--mode', '<(tests_run)', - '--variable', 'DEPTH=<(DEPTH)', '--variable', 'PRODUCT_DIR=<(PRODUCT_DIR)', '--variable', 'OS=<(OS)', '--result', '<@(_outputs)', |