| 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 dd85ba21f1929c129f60cfab4b57134a7b86427c..ef7172fe335be32af6dd9422794cf2fe5e761e78 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")
|
| @@ -98,12 +99,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 += [
|
| @@ -191,7 +186,8 @@ inspector_protocol_generate("protocol_sources") {
|
| }
|
|
|
| # Compiles the sources generated above.
|
| -source_set("generated") {
|
| +jumbo_target("generated") {
|
| + target_type = "source_set"
|
| sources = get_target_outputs(":protocol_sources")
|
|
|
| configs -= core_config_remove
|
|
|