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

Unified Diff: third_party/dom_distiller_js/BUILD.gn

Issue 987793002: Update DOM Distiller roll script DEPS in out/package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated grit to understand android webview Created 5 years, 9 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/resources/components_resources.grd ('k') | third_party/dom_distiller_js/dom_distiller_js.gyp » ('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/BUILD.gn b/third_party/dom_distiller_js/BUILD.gn
index 7136593ce0a97ee1051c8745528213fd6eaf9857..aed9ef3a371bb508f882343d29f1b78e16e64cb5 100644
--- a/third_party/dom_distiller_js/BUILD.gn
+++ b/third_party/dom_distiller_js/BUILD.gn
@@ -5,7 +5,7 @@
import("//third_party/protobuf/proto_library.gni")
config("dependent_config") {
- include_dirs = [ "//third_party/dom_distiller_js/package/proto_gen" ]
+ include_dirs = [ "//third_party/dom_distiller_js/dist/proto_gen" ]
}
source_set("proto") {
@@ -18,7 +18,7 @@ source_set("proto") {
proto_library("dom_distiller_proto") {
visibility = [ ":*" ]
sources = [
- "package/proto/dom_distiller.proto",
+ "dist/proto/dom_distiller.proto",
]
proto_out_dir = "third_party/dom_distiller_js"
}
« no previous file with comments | « components/resources/components_resources.grd ('k') | third_party/dom_distiller_js/dom_distiller_js.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698