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

Unified Diff: content/shell/BUILD.gn

Issue 2719823002: grit: Absolute includes for shell_resources.h (Closed)
Patch Set: 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 | « apps/ui/views/app_window_frame_view.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index c43a2e6edc79804cbab1cec497163cad20efff2a..13239bea0b5dc26ab96a25fdf14402e4eb462fa3 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -384,6 +384,7 @@ grit("content_shell_resources_grit") {
# External code should depend on ":resources" instead.
visibility = [ ":*" ]
source = "shell_resources.grd"
+ use_qualified_include = true
outputs = [
"grit/shell_resources.h",
"shell_resources.pak",
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698