roll gyp ed163ce233:61259d585c
61259d5 ninja/win: Use qualified paths for precompiled headers.
1950f67 Xcode-ninja: Add excluded files to the project sources_for_indexing.xcodeproj
d84fed2 Fix tests with Xcode 7.
0cd47bf Make login.keychain and 'Provisioning Profiles' symlinks.
BUG=none
R=scottmg@chromium.org
TBR=scottmg
Committed: https://crrev.com/f90f632aa4e1fc9750ea41a9f6ebdee1240aa678
Cr-Commit-Position: refs/heads/master@{#379373}
Committed: bcc0a572a0
Review URL: https://codereview.chromium.org/1766033002 .
Cr-Original-Commit-Position: refs/heads/master@{#379555}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: e531fbdc85e115919764e2eb53093e8117a802f6
This commit is contained in:
Родитель
52598d7da8
Коммит
3a853f0367
|
@ -11,10 +11,11 @@
|
|||
'conditions': [
|
||||
['OS=="win" and chromium_win_pch==1', {
|
||||
'target_defaults': {
|
||||
'msvs_precompiled_header': '<(DEPTH)/build/precompile.h',
|
||||
'msvs_precompiled_header': 'build/precompile.h',
|
||||
'msvs_precompiled_source': '<(DEPTH)/build/precompile.cc',
|
||||
'sources': ['<(DEPTH)/build/precompile.cc'],
|
||||
'include_dirs': [ '<(DEPTH)' ],
|
||||
}
|
||||
}],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче