Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: rename v8 PCH files and add new 1/2
  • Loading branch information
refack committed Apr 12, 2019
commit 76b64d3f581b8f3600d965ba02907ac1f88651cf
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@
},
],
['OS=="win"', {
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
'msvs_precompiled_source': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.cc',
'msvs_precompiled_header': 'pch/v8_base_pch.h',
'msvs_precompiled_source': 'pch/v8_base_pch.cc',
'sources': [
'<(_msvs_precompiled_header)',
'<(_msvs_precompiled_source)',
Expand Down Expand Up @@ -2026,8 +2026,8 @@
],
}],
['OS=="win"', {
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
'msvs_precompiled_source': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.cc',
'msvs_precompiled_header': 'pch/v8_base_pch.h',
'msvs_precompiled_source': 'pch/v8_base_pch.cc',
'sources': [
'<(_msvs_precompiled_header)',
'<(_msvs_precompiled_source)',
Expand Down