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

Unified Diff: android_webview/BUILD.gn

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 10 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 | « no previous file | android_webview/DEPS » ('j') | components/bookmarks/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index a4aa096cb4838d901e51fb93ffb90dec7f31f3f0..5aa72f8301abd552bf2917939022fa1baf4fccde 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -218,6 +218,7 @@ grit("generate_webui_resources") {
grit("generate_components_resources") {
source = "../components/resources/components_resources.grd"
+ use_qualified_include = true
# See :generate_webui_resources for an explanation of the whitelist
whitelist = rebase_path("ui/grit_resources_whitelist.txt")
@@ -236,6 +237,7 @@ grit("generate_components_resources") {
grit("generate_components_strings") {
source = "../components/components_strings.grd"
+ use_qualified_include = true
# components_strings contains strings from all components. WebView
# will never display most of them, so we try to limit the included
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | components/bookmarks/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698