Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/InspectorPageAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698