summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 20:27:03 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-18 20:27:03 +0000
commit9d0c62c2749c51e7e7db4f9d92a36ae7687d093a (patch)
tree71878866590a449b87accf93be07ea56034ee826 /build/common.gypi
parent0475b9b689d164be0fd8d352ffb7754b6ee34d56 (diff)
downloadchromium_src-9d0c62c2749c51e7e7db4f9d92a36ae7687d093a.zip
chromium_src-9d0c62c2749c51e7e7db4f9d92a36ae7687d093a.tar.gz
chromium_src-9d0c62c2749c51e7e7db4f9d92a36ae7687d093a.tar.bz2
Hook up redirects for component builds
BUG=334379 Review URL: https://codereview.chromium.org/154463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8b616df..9cbe372 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2503,6 +2503,13 @@
['enable_ipc_fuzzer==1', {
'defines': ['ENABLE_IPC_FUZZER=1'],
}],
+ ['OS=="win" and component=="shared_library"', {
+ 'dependencies': [
+ # All targets in a component build must depend on chrome_redirects,
+ # to ensure that certain calls go through it.
+ '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_redirects',
+ ],
+ }],
], # conditions for 'target_defaults'
'target_conditions': [
['enable_wexit_time_destructors==1', {