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

Unified Diff: BUILD.gn

Issue 221553002: Move some component's GN build files to main tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/language_usage_metrics/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 73d5ef9a84b1571e46bf74eec6f49b01a0dd2c9c..dc3ead4e1e6150ad919ad6cde9ffccda8e3df6c2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,10 +18,10 @@ group("root") {
#"//base(//build/toolchain/nacl:x86_newlib)",
#"//chrome",
- #"//components/language_usage_metrics",
- #"//components/navigation_metrics",
- #"//components/onc:onc_component",
- #"//components/startup_metric_utils",
+ "//components/language_usage_metrics",
+ "//components/navigation_metrics",
+ "//components/onc",
+ "//components/startup_metric_utils",
#"//components/translate:translate_core_browser",
#"//components/translate:translate_core_common",
#"//crypto",
@@ -38,6 +38,6 @@ group("root") {
#"//third_party/zlib",
#"//skia",
"//tools/gn",
- #"//url",
+ "//url",
]
}
« no previous file with comments | « no previous file | components/language_usage_metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698