summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorvictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 05:44:08 +0000
committervictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 05:44:08 +0000
commitac6f515cc2c6c229b9e5612b68107e6213e63514 (patch)
treed7ab6a0ce5352385e7f6bf6f04f0a066d0157414 /build/temp_gyp
parent838eb9df8b2796d968b884d81eece35e5dae8f87 (diff)
downloadchromium_src-ac6f515cc2c6c229b9e5612b68107e6213e63514.zip
chromium_src-ac6f515cc2c6c229b9e5612b68107e6213e63514.tar.gz
chromium_src-ac6f515cc2c6c229b9e5612b68107e6213e63514.tar.bz2
Update gyp for chromium multi dll build
BUG=46311 TEST=none Review URL: http://codereview.chromium.org/2962012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/googleurl.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 20eb15a..9a2eda3 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -56,8 +56,13 @@
['OS=="win" and component=="shared_library"', {
'defines': [
'GURL_DLL',
- 'GURL_IMPLEMENTATION',
+ 'GURL_IMPLEMENTATION=1',
],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'GURL_DLL',
+ ],
+ },
}],
],
},