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

Unified Diff: android_webview/BUILD.gn

Issue 2734973002: Stop setting use_qualified_include to true now that that is the default. (Closed)
Patch Set: Created 3 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 | « no previous file | ash/resources/BUILD.gn » ('j') | no next file with comments »
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 d8e25e32d90dca1a4fe37ac3989a573ebeaded3c..90c618b01c00d7fee12acad3cc095d16b411e7d0 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -218,7 +218,6 @@ 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")
@@ -237,7 +236,6 @@ 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 | ash/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698