Revert 246313 "Use an alternate mechanism for CreateFile calls i..."

This caused reading profile error on Windows8 platform.

> Use an alternate mechanism for CreateFile calls in Chrome
> 
> BUG=334379
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245464
> 
> Review URL: https://codereview.chromium.org/138593004

TBR=caitkp@chromium.org

Review URL: https://codereview.chromium.org/144333003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@246541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
kochi@google.com 2014-01-23 08:57:54 +00:00
Родитель b70112e06d
Коммит b4b9cfcc04
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -2469,13 +2469,6 @@
['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', {