summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 23:54:33 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 23:54:33 +0000
commit6a164afab10904071209dc0799682fd8d2d9fdc6 (patch)
treef3b93b2288f4236c532ed91e388c2fb1fb5c02a7 /build/temp_gyp
parent568bfb01bcc9612050520f20a01d8f9395c95131 (diff)
downloadchromium_src-6a164afab10904071209dc0799682fd8d2d9fdc6.zip
chromium_src-6a164afab10904071209dc0799682fd8d2d9fdc6.tar.gz
chromium_src-6a164afab10904071209dc0799682fd8d2d9fdc6.tar.bz2
linux: use GURL as a DLL when components are enabled
Review URL: http://codereview.chromium.org/6902130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/googleurl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 8bf7cce..8e87a70 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -53,7 +53,7 @@
],
},
'conditions': [
- ['OS=="win" and component=="shared_library"', {
+ ['component=="shared_library"', {
'defines': [
'GURL_DLL',
'GURL_IMPLEMENTATION=1',