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

Unified Diff: third_party/dom_distiller_js/BUILD.gn

Issue 514423002: Roll dom_distiller_js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-intermediate-distilledpageinfo-structs
Patch Set: Moved BUILD.gn file Created 6 years, 3 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/distiller_page.cc ('k') | third_party/dom_distiller_js/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dom_distiller_js/BUILD.gn
diff --git a/third_party/dom_distiller_js/package/proto/BUILD.gn b/third_party/dom_distiller_js/BUILD.gn
similarity index 92%
rename from third_party/dom_distiller_js/package/proto/BUILD.gn
rename to third_party/dom_distiller_js/BUILD.gn
index 4b6a53b4d715589dc6b6655ff411e9f43ffbb4a4..a74c79249bf60f55c802917805f6557d233ce455 100644
--- a/third_party/dom_distiller_js/package/proto/BUILD.gn
+++ b/third_party/dom_distiller_js/BUILD.gn
@@ -16,6 +16,6 @@ source_set("proto") {
proto_library("dom_distiller_proto") {
visibility = ":*"
- sources = [ "dom_distiller.proto" ]
+ sources = [ "package/proto/dom_distiller.proto" ]
proto_out_dir = "third_party/dom_distiller_js"
}
« no previous file with comments | « components/dom_distiller/core/distiller_page.cc ('k') | third_party/dom_distiller_js/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698