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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2851953002: Update deps in WebKit/public to reflect actual usage (Closed)
Patch Set: fix v8 headers (depends on v8 CL https://crrev.com/2853783002/) Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index ca750bb3d4f157e6f50918d8d80e5a304c03f1df..70571070902b83be5539d8910c5d92ff0aff48c4 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -625,6 +625,15 @@ source_set("blink_headers") {
deps = [
":generate_mojo_bindings",
+ "//base:base",
+ "//cc:cc",
+ "//cc/paint:paint",
+ "//cc/surfaces:surface_id",
+ "//device/screen_orientation/public/interfaces:interfaces_shared_cpp_sources",
+ "//media/midi:mojo_shared_cpp_sources",
+ "//mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/system:system",
+ "//v8:v8_headers",
]
}
@@ -792,6 +801,8 @@ source_set("shared_typemap_traits") {
"web/ConsoleMessageStructTraits.h",
]
deps = [
+ ":blink_headers",
":mojo_bindings_shared__generator",
+ "//mojo/public/cpp/bindings:struct_traits",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698