summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-01 01:51:15 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-01 01:51:15 +0000
commit55df2967e77f53ec6b919e4b1a33c512cb73ff24 (patch)
treec8d394766a80a196b925ba5c2297ba7347822793 /build
parent21b50c043437aef09d0494237bbd825f5534fc10 (diff)
downloadchromium_src-55df2967e77f53ec6b919e4b1a33c512cb73ff24.zip
chromium_src-55df2967e77f53ec6b919e4b1a33c512cb73ff24.tar.gz
chromium_src-55df2967e77f53ec6b919e4b1a33c512cb73ff24.tar.bz2
build/common.gypi: delete an unused variable
TBR=thakis Review URL: http://codereview.chromium.org/9315018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index f8a45ec..3446354 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -642,9 +642,6 @@
# from disk by passing --debug-devtools cmdline switch.
'debug_devtools%': 0,
- # Point to ICU directory.
- 'icu_src_dir': '../third_party/icu',
-
# The Java Bridge is not compiled in by default.
'java_bridge%': 0,