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

Unified Diff: components/data_reduction_proxy/common/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/browser/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/common/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/components/data_reduction_proxy/common/BUILD.gn
similarity index 50%
copy from components/history/core/common/BUILD.gn
copy to components/data_reduction_proxy/common/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..ed85ddf4d3c238ee78b43ec77a799a19dc53d787 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/data_reduction_proxy/common/BUILD.gn
@@ -4,8 +4,12 @@
static_library("common") {
sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
+ "data_reduction_proxy_headers.cc",
+ "data_reduction_proxy_headers.h",
+ "data_reduction_proxy_pref_names.cc",
+ "data_reduction_proxy_pref_names.h",
+ "data_reduction_proxy_switches.cc",
+ "data_reduction_proxy_switches.h",
]
deps = [
« no previous file with comments | « components/data_reduction_proxy/browser/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698