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

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

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index dc27384d7d03021730316e84ecd3e93bf75611b7..8a943f852f3939078db815d301205de2da738735 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -50,7 +50,6 @@ source_set("generated") {
":make_core_generated",
":prerequisites",
"inspector:instrumentation_sources",
- "inspector:protocol_sources",
"inspector/v8:injected_script_sources",
"//gin",
"//skia",
@@ -99,7 +98,6 @@ source_set("prerequisites") {
deps = [
":make_core_generated",
"inspector:instrumentation_sources",
- "inspector:protocol_sources",
"inspector/v8:injected_script_sources",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -384,11 +382,6 @@ source_set("core_generated") {
# Additional .cpp files from the make_core_generated rules.
"$blink_core_output_dir/XPathGrammar.cpp",
- # Additional .cpp files from the inspector_protocol_sources list.
- "$blink_core_output_dir/InspectorBackendDispatcher.cpp",
- "$blink_core_output_dir/InspectorFrontend.cpp",
- "$blink_core_output_dir/InspectorTypeBuilder.cpp",
-
# Additional .cpp files from the inspector_instrumentation_sources list.
"$blink_core_output_dir/InspectorConsoleInstrumentationInl.h",
"$blink_core_output_dir/InspectorInstrumentationImpl.cpp",
@@ -423,7 +416,6 @@ source_set("core_generated") {
":make_core_generated",
":prerequisites",
"inspector:instrumentation_sources",
- "inspector:protocol_sources",
"inspector/v8:injected_script_sources",
"//gin",
"//skia",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.cpp ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698