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

Unified Diff: components/BUILD.gn

Issue 362583002: Add more GN deps to the 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 | « chrome/chrome_resources.gyp ('k') | components/components_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 0df3e56be7a2a8c1d4fbb21a26339a0ce08629a8..89ae388073ebed52b43093e50c22d28efc768b67 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -9,6 +9,7 @@ group("all_components") {
deps = [
"//components/cloud_devices/common",
+ "//components/dom_distiller/core",
"//components/favicon_base",
"//components/json_schema",
"//components/language_usage_metrics",
@@ -20,7 +21,7 @@ group("all_components") {
"//components/query_parser",
"//components/resources:components_resources",
"//components/startup_metric_utils",
- "//components/strings:components_strings",
+ "//components/strings",
"//components/tracing",
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | components/components_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698