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

Unified Diff: components/resources/components_resources.grd

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/dom_distiller/core/javascript/domdistiller.js ('k') | third_party/dom_distiller_js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/components_resources.grd
diff --git a/components/resources/components_resources.grd b/components/resources/components_resources.grd
index 099086b5f8ca2f88389eb5167751abfbed1271dc..d5436fde39ec3817c4df0e32da1fe26e81a68218 100644
--- a/components/resources/components_resources.grd
+++ b/components/resources/components_resources.grd
@@ -9,7 +9,9 @@
<release seq="1">
<includes>
<part file="data_reduction_proxy_resources.grdp" />
- <part file="dom_distiller_resources.grdp" />
+ <if expr="not is_android_webview_build">
+ <part file="dom_distiller_resources.grdp" />
+ </if>
<part file="printing_resources.grdp" />
<part file="translate_resources.grdp" />
<part file="webui_generator_resources.grdp" />
« no previous file with comments | « components/dom_distiller/core/javascript/domdistiller.js ('k') | third_party/dom_distiller_js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698