From ae8d08981d92f052f174c3f0e1615c17e9b5c7d4 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Wed, 20 Aug 2014 19:42:29 +0000 Subject: 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 R=thestig@chromium.org 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 --- extensions/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index 98f9058..67c2fd1 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -3,10 +3,10 @@ include_rules = [ "+components/crx_file", "+components/url_matcher", "-content", + "+content/grit/content_resources.h", "+content/public/common", "+content/public/test", "+crypto", - "+grit/content_resources.h", "+grit/extensions_renderer_resources.h", "+grit/extensions_resources.h", "+mojo/public", -- cgit v1.1