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

Unified Diff: BUILD.gn

Issue 344993002: Add cloud_devices and json_schema to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/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 8f91a4ef1017514ff864a94d173603d7e6a8e90a..8891c611c3d9e6033556cdc575d76989ef82fe2d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -22,23 +22,6 @@ group("root") {
"//apps/common/api:apps_api",
"//cc",
"//chrome/common",
- "//components/favicon_base",
blundell 2014/06/20 17:38:42 Should the components group be referenced in this
brettw 2014/06/20 19:31:16 Oops, that was in an earlier patch but got removed
- "//components/language_usage_metrics",
- "//components/metrics",
- "//components/navigation_metrics",
- "//components/onc",
- "//components/os_crypt",
- "//components/query_parser",
- "//components/resources:components_resources",
- "//components/startup_metric_utils",
- "//components/tracing",
- "//components/translate:translate_core_browser",
- "//components/translate:translate_core_common",
- "//components/url_matcher",
- "//components/user_prefs",
- "//components/visitedlink/browser",
- "//components/visitedlink/common",
- #"//components/visitedlink/renderer", # Blocked on blink
"//content",
"//crypto",
"//extensions/common/api:extensions_api",
@@ -109,10 +92,6 @@ group("root") {
deps += [ "//breakpad:symupload" ]
}
- if (!is_ios) {
- deps += [ "//components/keyed_service/content" ]
- }
-
if (is_linux) {
deps += [
"//dbus",
@@ -144,10 +123,6 @@ group("root") {
"//cc",
"//chrome/common", # Blocked on content.
"//content",
- "//components/keyed_service/content", # Blocked on content.
- "//components/user_prefs", # Blocked on content.
- "//components/visitedlink/browser", # Blocked on content.
- "//components/visitedlink/common", # Blocked on content.
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698