Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: cc/cc.gyp

Issue 10979010: Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/CCRendererSoftwareTest.cpp ('k') | cc/scoped_ptr_hash_map.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'cc_source_files': [ 9 'cc_source_files': [
10 'hash_pair.h', 10 'hash_pair.h',
11 'own_ptr_vector.h',
12 'scoped_ptr_hash_map.h',
13 'scoped_ptr_vector.h',
11 'BitmapCanvasLayerTextureUpdater.cpp', 14 'BitmapCanvasLayerTextureUpdater.cpp',
12 'BitmapCanvasLayerTextureUpdater.h', 15 'BitmapCanvasLayerTextureUpdater.h',
13 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', 16 'BitmapSkPictureCanvasLayerTextureUpdater.cpp',
14 'BitmapSkPictureCanvasLayerTextureUpdater.h', 17 'BitmapSkPictureCanvasLayerTextureUpdater.h',
15 'CCActiveAnimation.cpp', 18 'CCActiveAnimation.cpp',
16 'CCActiveAnimation.h', 19 'CCActiveAnimation.h',
17 'CCAppendQuadsData.h', 20 'CCAppendQuadsData.h',
18 'CCAnimationCurve.cpp', 21 'CCAnimationCurve.cpp',
19 'CCAnimationCurve.h', 22 'CCAnimationCurve.h',
20 'CCAnimationEvents.h', 23 'CCAnimationEvents.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'stubs/SkiaUtils.h', 269 'stubs/SkiaUtils.h',
267 'stubs/TilingData.h', 270 'stubs/TilingData.h',
268 'stubs/TraceEvent.h', 271 'stubs/TraceEvent.h',
269 'stubs/UnitBezier.h', 272 'stubs/UnitBezier.h',
270 ], 273 ],
271 }], 274 }],
272 ], 275 ],
273 }, 276 },
274 ], 277 ],
275 } 278 }
OLDNEW
« no previous file with comments | « cc/CCRendererSoftwareTest.cpp ('k') | cc/scoped_ptr_hash_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698