summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 20:40:41 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 20:40:41 +0000
commitd7e4f4076a26640781741c1689543b4edaa4be3b (patch)
treeb32f938a4d55f59c4599b4a01ff900c14885d3fa /cc/cc.gyp
parent6b703412f2af036149ac201581ef9c215a04ba41 (diff)
downloadchromium_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.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 45d7ed6..7df4e09 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -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',