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

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

Issue 2452473004: Fix a large number of missing dependencies in the blink gn build (Closed)
Patch Set: rebase (make_core_generated_input_mode_names was added meanwhile) Created 4 years, 2 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 | « third_party/WebKit/Source/core/core.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8e3c6de52254d050d61eda9bac6b35157362ac88..ec7b43584e8158f0bf73a311dd6a212947b326a3 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -219,6 +219,8 @@ source_set("generated") {
":protocol_sources",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
+ "//third_party/WebKit/Source/core:all_generators",
+ "//third_party/WebKit/Source/platform:make_platform_generated",
"//third_party/WebKit/Source/wtf",
"//v8",
]
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698