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

Unified Diff: ui/strings/BUILD.gn

Issue 530623002: Use qualified path for three more grit headers from ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ui_resources too Created 6 years, 3 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 | « ui/resources/BUILD.gn ('k') | ui/strings/ui_strings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/BUILD.gn
diff --git a/ui/strings/BUILD.gn b/ui/strings/BUILD.gn
index 719717c063f95f91aba51067ec5b9e1f06cd4f88..4199072d0342b1a52b758eea81533855e442d3c5 100644
--- a/ui/strings/BUILD.gn
+++ b/ui/strings/BUILD.gn
@@ -15,6 +15,7 @@ group("strings") {
grit("ui_strings") {
source = "ui_strings.grd"
+ use_qualified_include = true
outputs = [
"grit/ui_strings.h",
"ui_strings_am.pak",
@@ -76,6 +77,7 @@ grit("ui_strings") {
grit("app_locale_settings") {
source = "app_locale_settings.grd"
+ use_qualified_include = true
outputs = [
"grit/app_locale_settings.h",
"app_locale_settings_am.pak",
« no previous file with comments | « ui/resources/BUILD.gn ('k') | ui/strings/ui_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698