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

Unified Diff: BUILD.gn

Issue 294423004: Add more BUILD.gn files to build these targets with GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 7 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 | components/favicon_base/BUILD.gn » ('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 2e48eb232e3c562f0963aa6c89c9698e90eec796..2c9b3649f8247aff0b5395a5d5e3a3056e9e22dc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,13 +19,15 @@ group("root") {
"//apps/common/api:apps_api",
#"//chrome",
+ "//components/favicon_base",
"//components/language_usage_metrics",
"//components/metrics",
"//components/navigation_metrics",
"//components/onc",
"//components/os_crypt",
- "//components/startup_metric_utils",
+ "//components/query_parser",
"//components/resources:components_resources",
+ "//components/startup_metric_utils",
"//components/tracing",
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
@@ -70,6 +72,7 @@ group("root") {
"//ui/events",
"//ui/gfx",
"//ui/gl",
+ "//ui/native_theme",
"//ui/resources",
"//ui/strings",
"//ui/surface",
@@ -83,6 +86,12 @@ group("root") {
]
}
+ if (is_win) {
+ deps += [
+ "//ui/metro_viewer",
+ ]
+ }
+
if (is_android) {
deps -= [
"//content/public/common",
« no previous file with comments | « no previous file | components/favicon_base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698