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

Unified Diff: components/dom_distiller/core/proto/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 | « components/dom_distiller/core/BUILD.gn ('k') | components/dom_distiller/webui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/proto/BUILD.gn
diff --git a/chrome/browser/metrics/variations/proto/BUILD.gn b/components/dom_distiller/core/proto/BUILD.gn
similarity index 67%
copy from chrome/browser/metrics/variations/proto/BUILD.gn
copy to components/dom_distiller/core/proto/BUILD.gn
index 732e86f2954139b2e5ce73a27c35d5fba899ee5a..a061eafc1339687ca5f8d50a130f307577460584 100644
--- a/chrome/browser/metrics/variations/proto/BUILD.gn
+++ b/components/dom_distiller/core/proto/BUILD.gn
@@ -4,9 +4,10 @@
import("//third_party/protobuf/proto_library.gni")
-# GYP version: chrome/chrome_browser.gypi:variations_proto
+# GYP version: components/dom_distiller.gypi:distilled_page_proto
proto_library("proto") {
sources = [
- "chrome_experiments.proto",
+ "distilled_article.proto",
+ "distilled_page.proto",
]
}
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | components/dom_distiller/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698