From ba3ecc57bd1e2c58f85a233143f7363621cb51b6 Mon Sep 17 00:00:00 2001 From: "caitkp@chromium.org" Date: Fri, 17 Jan 2014 07:20:47 +0000 Subject: [PATCH] Use an alternate mechanism for CreateFile calls in Chrome BUG=334379 Review URL: https://codereview.chromium.org/138593004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@245464 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common.gypi b/common.gypi index e7bcf63d3..5fe318d81 100644 --- a/common.gypi +++ b/common.gypi @@ -2478,6 +2478,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', {