diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 20:40:41 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 20:40:41 +0000 |
commit | d7e4f4076a26640781741c1689543b4edaa4be3b (patch) | |
tree | b32f938a4d55f59c4599b4a01ff900c14885d3fa /cc/cc.gyp | |
parent | 6b703412f2af036149ac201581ef9c215a04ba41 (diff) | |
download | chromium_src-d7e4f4076a26640781741c1689543b4edaa4be3b.zip chromium_src-d7e4f4076a26640781741c1689543b4edaa4be3b.tar.gz chromium_src-d7e4f4076a26640781741c1689543b4edaa4be3b.tar.bz2 |
cc: Change cc's use of wtf/Deque to <deque>
Also, add a ScopedPtrDeque to replace WTF::Deque<OwnPtr<...> >.
R=jamesr@chromium.org
BUG=154451
Review URL: https://chromiumcodereview.appspot.com/11188010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ 'variables': { 'cc_source_files': [ 'hash_pair.h', + 'scoped_ptr_deque.h', 'scoped_ptr_hash_map.h', 'scoped_ptr_vector.h', 'bitmap_canvas_layer_texture_updater.cc', |