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

Unified Diff: third_party/dom_distiller_js/dom_distiller_js.gyp

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 | « third_party/dom_distiller_js/BUILD.gn ('k') | third_party/dom_distiller_js/package/js/domdistiller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dom_distiller_js/dom_distiller_js.gyp
diff --git a/third_party/dom_distiller_js/dom_distiller_js.gyp b/third_party/dom_distiller_js/dom_distiller_js.gyp
index 2a65c3f6db167ac83626811063125f61074188d8..5e2cdf5b715697266f5aedf60d06c8fccbaac41f 100644
--- a/third_party/dom_distiller_js/dom_distiller_js.gyp
+++ b/third_party/dom_distiller_js/dom_distiller_js.gyp
@@ -7,13 +7,13 @@
# GN version: //third_party/dom_distiller_js:proto
'target_name': 'dom_distiller_js_proto',
'type': 'static_library',
- 'sources': [ 'package/proto/dom_distiller.proto', ],
+ 'sources': [ 'dist/proto/dom_distiller.proto', ],
'variables': {
- 'proto_in_dir': 'package/proto',
+ 'proto_in_dir': 'dist/proto',
'proto_out_dir': 'third_party/dom_distiller_js',
},
'direct_dependent_settings': {
- 'include_dirs': ['package/proto_gen'],
+ 'include_dirs': ['dist/proto_gen'],
},
'includes': [ '../../build/protoc.gypi', ],
}
« no previous file with comments | « third_party/dom_distiller_js/BUILD.gn ('k') | third_party/dom_distiller_js/package/js/domdistiller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698