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
This commit is contained in:
caitkp@chromium.org 2014-01-17 07:20:47 +00:00
Родитель a43c633ccc
Коммит ba3ecc57bd
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -2478,6 +2478,13 @@
['enable_ipc_fuzzer==1', { ['enable_ipc_fuzzer==1', {
'defines': ['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' ], # conditions for 'target_defaults'
'target_conditions': [ 'target_conditions': [
['enable_wexit_time_destructors==1', { ['enable_wexit_time_destructors==1', {