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:
Родитель
a43c633ccc
Коммит
ba3ecc57bd
|
@ -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', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче