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

Unified Diff: BUILD.gn

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 66ceb41294641be1fba40ce8c540e6f1d55917ef..ea1c274b99cef00e12bd7d37315c9ea782400c3c 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",
@@ -130,6 +131,10 @@ group("root") {
]
}
+ if (use_x11) {
+ deps += [ "//tools/xdisplaycheck" ]
+ }
+
if (is_win) {
deps += [
"//ui/metro_viewer",
@@ -165,6 +170,7 @@ group("root") {
"//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
"//content",
+ "//content/shell:content_shell", # Blocked on content.
"//extensions/common",
"//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
« no previous file with comments | « no previous file | content/browser/tracing/tracing_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698