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

Unified Diff: sky/engine/core/BUILD.gn

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « sky/engine/bindings/scripts/scripts.gni ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index 8619f38c9bbeb70cb7c44d47904c8e51752bf34b..f0c4029f76f296fec71848efb2d4e1389ed720fc 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -43,7 +43,6 @@ source_set("prerequisites") {
":make_core_generated",
"//sky/engine/bindings/core/v8:bindings_core_v8_generated",
"//sky/engine/platform",
- "inspector:protocol_sources",
]
forward_dependent_configs_from = [
@@ -111,11 +110,6 @@ source_set("core_generated") {
# Additional .cpp files from the make_core_generated rules.
"$sky_core_output_dir/CSSGrammar.cpp",
-
- # Additional .cpp files from the inspector_protocol_sources list.
- "$sky_core_output_dir/InspectorFrontend.cpp",
- "$sky_core_output_dir/InspectorBackendDispatcher.cpp",
- "$sky_core_output_dir/InspectorTypeBuilder.cpp",
]
configs += [
« no previous file with comments | « sky/engine/bindings/scripts/scripts.gni ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698