summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 15:39:19 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 15:39:19 +0000
commit7de46358df3b1587a4732415857e893d5a02de0f (patch)
tree61f1dbafe168ca94d7aae44686f2cabb6d98eacf /net/net.gyp
parent26a5377e84e3f9ae40004ec6303a219ee960925e (diff)
downloadchromium_src-7de46358df3b1587a4732415857e893d5a02de0f.zip
chromium_src-7de46358df3b1587a4732415857e893d5a02de0f.tar.gz
chromium_src-7de46358df3b1587a4732415857e893d5a02de0f.tar.bz2
Remove CHROME_V8 #define and related javascript_engine gyp variable.
BUG=94282 R=tfarina@chromium.org Review URL: http://codereview.chromium.org/7864014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/net.gyp b/net/net.gyp
index cf8c4eb..dc928cd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -34,6 +34,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/zlib/zlib.gyp:zlib',
+ '../v8/tools/gyp/v8.gyp:v8',
'net_resources',
'ssl_false_start_blacklist_process#host',
],
@@ -711,11 +712,6 @@
},
],
'conditions': [
- ['javascript_engine=="v8"', {
- 'dependencies': [
- '../v8/tools/gyp/v8.gyp:v8',
- ],
- }],
['chromeos==1', {
'sources!': [
'proxy/proxy_config_service_linux.cc',