diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 16:35:02 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 16:35:02 +0000 |
commit | 232af45a7873f844a544e4f1fa1cf33222da7490 (patch) | |
tree | b5e68cfa346439085b37c373f8b5eaae3b905a1f /content/DEPS | |
parent | 547bfbb040c71ac0e02061994ca2c22950a7e84e (diff) | |
download | chromium_src-232af45a7873f844a544e4f1fa1cf33222da7490.zip chromium_src-232af45a7873f844a544e4f1fa1cf33222da7490.tar.gz chromium_src-232af45a7873f844a544e4f1fa1cf33222da7490.tar.bz2 |
Use a qualified path to blink resources, content part.
This should prevent problems such as described in
[chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_*
compile errors in blink_platform_impl.cc
Depends on https://codereview.chromium.org/431883002
BUG=400860
TBR=brettw
Review URL: https://codereview.chromium.org/430083002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index b61149e..9d1cdbc 100644 --- a/content/DEPS +++ b/content/DEPS @@ -15,6 +15,8 @@ include_rules = [ # being used as a parallel API to the Content API. "-base/prefs", + "+blink", + "+cc", # If you want to use any of these files, move them to src/base first. "-cc/base/scoped_ptr_algorithm.h", |