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

Unified Diff: components/dom_distiller/content/BUILD.gn

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 years, 5 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 | « components/data_reduction_proxy/common/BUILD.gn ('k') | components/rappor.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
index b8ef83db5ebcf0bcda4c47e9a25534c01d3f6d16..998665a85302cc34fe2250b8635f9a154423dd60 100644
--- a/components/dom_distiller/content/BUILD.gn
+++ b/components/dom_distiller/content/BUILD.gn
@@ -21,7 +21,11 @@ if (!is_ios) {
"//content/public/browser",
"//net",
"//skia",
- #'../sync/sync.gyp:sync', TODO(GYP)
+ "//sync",
+ ]
+
+ forward_dependent_configs_from = [
+ "//components/dom_distiller/core",
]
}
}
« no previous file with comments | « components/data_reduction_proxy/common/BUILD.gn ('k') | components/rappor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698