| Index: third_party/WebKit/Source/platform/blink_platform.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| index baa3a0a095cd2be5b55be425ac982b8c3eeb7977..51c73e5363f9765b961b32f5195631b897549eaf 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| @@ -184,6 +184,11 @@
|
| '<(blink_platform_output_dir)/HTTPNames.cpp',
|
| '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp',
|
| '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h',
|
| +
|
| + # Additional .cpp files from the protocol_sources list.
|
| + '<(blink_platform_output_dir)/inspector_protocol/Frontend.cpp',
|
| + '<(blink_platform_output_dir)/inspector_protocol/Dispatcher.cpp',
|
| + '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp',
|
| ],
|
| 'sources/': [
|
| # Exclude all platform specific things, reinclude them below on a per-platform basis
|
|
|