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

Unified Diff: Source/core/BUILD.gn

Issue 402033002: Migrate all usages of xxd.py to blink_resources.grd and remove xxd.py - Part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 6 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
« no previous file with comments | « Source/build/scripts/xxd.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 3ba8035957a41f0922085dd434f5c17993e44ab1..1ee57b23b94db33424293c355882366f05d62396 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -52,11 +52,7 @@ source_set("generated") {
deps = [
":make_core_generated",
":prerequisites",
- "inspector:debugger_script_source",
- "inspector:inspector_overlay_page",
"inspector:protocol_sources",
- "inspector:injected_script_source",
- "inspector:injected_canvas_script_source",
"inspector:instrumentation_sources",
"//gin",
"//skia",
@@ -102,10 +98,6 @@ source_set("prerequisites") {
deps = [
":make_core_generated",
- "inspector:debugger_script_source",
- "inspector:injected_canvas_script_source",
- "inspector:injected_script_source",
- "inspector:inspector_overlay_page",
"inspector:protocol_sources",
"inspector:instrumentation_sources",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -431,12 +423,8 @@ source_set("core_generated") {
deps = [
":make_core_generated",
":prerequisites",
- "inspector:inspector_overlay_page",
"inspector:protocol_sources",
"inspector:instrumentation_sources",
- "inspector:injected_canvas_script_source",
- "inspector:injected_script_source",
- "inspector:debugger_script_source",
"//gin",
"//skia",
"//third_party/iccjpeg",
« no previous file with comments | « Source/build/scripts/xxd.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698