diff options
author | powei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 02:41:32 +0000 |
---|---|---|
committer | powei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 02:41:32 +0000 |
commit | 03c43ec0c85aabf6e38a786635c3929b69cc377b (patch) | |
tree | 8a7d6cdeaeca5031d5e00689d74117e9d2920819 /content/DEPS | |
parent | 117afcfa7b69462b4dbf70075bb22518f7c227be (diff) | |
download | chromium_src-03c43ec0c85aabf6e38a786635c3929b69cc377b.zip chromium_src-03c43ec0c85aabf6e38a786635c3929b69cc377b.tar.gz chromium_src-03c43ec0c85aabf6e38a786635c3929b69cc377b.tar.bz2 |
So that ScopedPtrHashMap can be used by user outside of cc.
BUG=156199
Review URL: https://chromiumcodereview.appspot.com/23653002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/DEPS b/content/DEPS index 389f18f..356e747 100644 --- a/content/DEPS +++ b/content/DEPS @@ -17,13 +17,10 @@ include_rules = [ "-base/prefs", "+cc", - "-cc/base/thread.h", # http://crbug.com/249172 - "!cc/base/thread_impl.h", # http://crbug.com/249172 # If you want to use any of these files, move them to src/base first. "-cc/base/hash_pair.h", "-cc/base/scoped_ptr_algorithm.h", "-cc/base/scoped_ptr_deque.h", - "-cc/base/scoped_ptr_hash_map.h", "-cc/base/scoped_ptr_vector.h", "+crypto", |