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

Unified Diff: content/common/BUILD.gn

Issue 1817323002: Make most of content/common pass gn check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 783c4adea26aa482654e3e9b44c1397f6a121378..e6f54e8573a3d90b89ef3e077a3f6be1dc9cb19e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -148,8 +148,11 @@ source_set("common") {
]
deps = [
"//base",
+ "//base/third_party/dynamic_annotations",
"//build/util:webkit_version",
"//cc",
+ "//cc/blink",
+ "//cc/surfaces",
"//components/mus/public/interfaces",
"//components/tracing",
"//components/tracing:startup_tracing",
@@ -157,6 +160,7 @@ source_set("common") {
# TODO: the dependency on gl_in_process_context should be decoupled from
# content and moved to android_webview. See crbug.com/365797.
+ "//gpu",
"//gpu/blink",
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_c_lib",
@@ -175,6 +179,7 @@ source_set("common") {
"//mojo/common:common_base",
"//mojo/converters/network",
"//mojo/edk/system",
+ "//mojo/shell",
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
"//mojo/shell/runner/common",
« no previous file with comments | « no previous file | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698