Use a qualified path for grit/content_resources.h.
The source file changes were done using:
for f in $(git grep -l '"grit/content_resources.h"' -- '*.cc' '*.mm'); do
sed -i -e 's/"grit\/content_resources.h"/"content\/grit\/content_resources.h"/' $f ;
done
tools/git/for-all-touched-files.py -c "tools/sort-headers.py -f [[FILENAME]]"
The gyp, gn, and DEPS changes were lovingly hand-crafted.
BUG=401588
[email protected]
Review URL: https://codereview.chromium.org/492813002
Cr-Commit-Position: refs/heads/master@{#290896}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290896 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 94c944d..88f705b 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -38,6 +38,7 @@
grit("resources") {
source = "content_resources.grd"
+ use_qualified_include = true
outputs = [
"grit/content_resources.h",
"content_resources.pak",