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

Unified Diff: BUILD.gn

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | content/browser/tracing/tracing_resources.gyp » ('j') | content/content_shell.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4d55a65d7089541d25d7b52ce78ab17289890ac5..cf4a565354c1ab2424c6f5f39fedab3d85df1294 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -31,6 +31,7 @@ group("root") {
"//chrome/utility",
"//components:all_components",
"//content",
+ "//content/shell:content_shell",
"//crypto",
"//device/bluetooth",
"//device/nfc",
@@ -129,6 +130,10 @@ group("root") {
]
}
+ if (use_x11) {
+ deps += [ "//tools/xdisplaycheck" ]
+ }
+
if (is_win) {
deps += [
"//ui/metro_viewer",
@@ -164,6 +169,7 @@ group("root") {
"//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
"//content",
+ "//content/shell:content_shell", # Blocked on content.
"//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
« no previous file with comments | « no previous file | content/browser/tracing/tracing_resources.gyp » ('j') | content/content_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698