| Index: third_party/WebKit/Source/core/inspector/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
|
| index 13796683700ab619db8118365000b25bff3664b5..d1854c0abb872aa23042c0694f1b0a20707d2e4c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/jumbo.gni")
|
| import("//third_party/WebKit/Source/bindings/bindings.gni")
|
| import("//third_party/WebKit/Source/core/core.gni")
|
| import("//third_party/inspector_protocol/inspector_protocol.gni")
|
| @@ -101,12 +102,6 @@ blink_core_sources("inspector") {
|
| ]
|
|
|
| jumbo_excluded_sources = [
|
| - # Collides with InspectorPageAgent.cpp and
|
| - # NetworkResourcesData.cpp (patch incoming)
|
| - "InspectorNetworkAgent.cpp",
|
| -
|
| - # Collides with InspectorPageAgent.cpp (patch incoming)
|
| - "MainThreadDebugger.cpp",
|
| ]
|
|
|
| configs += [
|
| @@ -196,7 +191,7 @@ inspector_protocol_generate("protocol_sources") {
|
| }
|
|
|
| # Compiles the sources generated above.
|
| -source_set("generated") {
|
| +jumbo_source_set("generated") {
|
| sources = get_target_outputs(":protocol_sources")
|
|
|
| configs -= core_config_remove
|
|
|