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

Unified Diff: chrome/app/BUILD.gn

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 years, 4 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 | chrome/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 5aed20c7f01dbb240fbc8d5863f6c42262dae03c..561037271f62c8367c48a0959a2a8c691eeace9e 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -67,8 +67,8 @@ if (is_android) {
# (generate_generated_resources action)
grit("generated_resources") {
source = "generated_resources.grd"
- output_dir = "$root_gen_dir/chrome"
use_qualified_include = true
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/generated_resources.h",
"generated_resources_am.pak",
@@ -147,8 +147,8 @@ if (is_android) {
# (generate_google_chrome_strings action)
grit("google_chrome_strings") {
source = "google_chrome_strings.grd"
- output_dir = "$root_gen_dir/chrome"
use_qualified_include = true
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/google_chrome_strings.h",
"google_chrome_strings_am.pak",
@@ -212,8 +212,8 @@ grit("google_chrome_strings") {
# (generate_chromium_strings action)
grit("chromium_strings") {
source = "chromium_strings.grd"
- output_dir = "$root_gen_dir/chrome"
use_qualified_include = true
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/chromium_strings.h",
"chromium_strings_am.pak",
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698