Fix MSVS project files generation.
BUG=5044 TBR=kjellander@webrtc.org TEST=Runhooks with GYP_GENERATORS=msvs-ninja Review URL: https://codereview.webrtc.org/1386613002 Cr-Commit-Position: refs/heads/master@{#10151}
This commit is contained in:
@ -87,8 +87,6 @@
|
|||||||
'../../webrtc_overrides',
|
'../../webrtc_overrides',
|
||||||
],
|
],
|
||||||
'sources!': [
|
'sources!': [
|
||||||
'basictypes.h',
|
|
||||||
'constructormagic.h',
|
|
||||||
'logging.cc',
|
'logging.cc',
|
||||||
'logging.h',
|
'logging.h',
|
||||||
],
|
],
|
||||||
@ -349,9 +347,6 @@
|
|||||||
'worker.h',
|
'worker.h',
|
||||||
'x11windowpicker.cc',
|
'x11windowpicker.cc',
|
||||||
'x11windowpicker.h',
|
'x11windowpicker.h',
|
||||||
'../../webrtc_overrides/webrtc/base/logging.cc',
|
|
||||||
'../../webrtc_overrides/webrtc/base/logging.h',
|
|
||||||
'../../webrtc_overrides/webrtc/base/win32socketinit.cc',
|
|
||||||
],
|
],
|
||||||
# TODO(henrike): issue 3307, make rtc_base build without disabling
|
# TODO(henrike): issue 3307, make rtc_base build without disabling
|
||||||
# these flags.
|
# these flags.
|
||||||
@ -382,6 +377,11 @@
|
|||||||
'../../webrtc_overrides',
|
'../../webrtc_overrides',
|
||||||
'../../boringssl/src/include',
|
'../../boringssl/src/include',
|
||||||
],
|
],
|
||||||
|
'sources': [
|
||||||
|
'../../webrtc_overrides/webrtc/base/win32socketinit.cc',
|
||||||
|
'../../webrtc_overrides/webrtc/base/logging.cc',
|
||||||
|
'../../webrtc_overrides/webrtc/base/logging.h',
|
||||||
|
],
|
||||||
'sources!': [
|
'sources!': [
|
||||||
'atomicops.h',
|
'atomicops.h',
|
||||||
'bandwidthsmoother.cc',
|
'bandwidthsmoother.cc',
|
||||||
@ -493,11 +493,6 @@
|
|||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
'sources!': [
|
|
||||||
'../../webrtc_overrides/webrtc/base/win32socketinit.cc',
|
|
||||||
'../../webrtc_overrides/webrtc/base/logging.cc',
|
|
||||||
'../../webrtc_overrides/webrtc/base/logging.h',
|
|
||||||
],
|
|
||||||
}],
|
}],
|
||||||
['OS == "android"', {
|
['OS == "android"', {
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
|
Reference in New Issue
Block a user