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

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: add instead 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') | ui/native_theme/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6a9e94dba082410303c3e5989caf1a604d8a0fed..ee9d8817d3508cf931d47ee7df5189a0f38c775b 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",
@@ -69,6 +71,7 @@ group("root") {
"//ui/base:ui_base",
"//ui/events",
"//ui/gfx",
+ "//ui/native_theme",
"//ui/resources",
"//ui/strings",
"//ui/surface",
@@ -82,6 +85,12 @@ group("root") {
]
}
+ if (is_win) {
+ deps += [
+ "//ui/metro_viewer",
+ ]
+ }
+
if (is_android) {
deps -= [
"//content/public/common",
@@ -96,6 +105,7 @@ group("root") {
# ui_base doesn't work yet, and neither do things that depend on it.
"//ui/base:ui_base",
"//ui/events",
+ "//ui/native_theme",
"//ui/surface",
]
}
« no previous file with comments | « no previous file | components/favicon_base/BUILD.gn » ('j') | ui/native_theme/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698