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

Side by Side Diff: cc/cc.gyp

Issue 23653002: Move ScopedPtrHashMap from cc to base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam's comment Created 7 years, 3 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/base/scoped_ptr_hash_map.h ('k') | cc/debug/test_web_graphics_context_3d.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': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'animation/transform_operations.h', 52 'animation/transform_operations.h',
53 'base/completion_event.h', 53 'base/completion_event.h',
54 'base/invalidation_region.cc', 54 'base/invalidation_region.cc',
55 'base/invalidation_region.h', 55 'base/invalidation_region.h',
56 'base/math_util.cc', 56 'base/math_util.cc',
57 'base/math_util.h', 57 'base/math_util.h',
58 'base/region.cc', 58 'base/region.cc',
59 'base/region.h', 59 'base/region.h',
60 'base/scoped_ptr_algorithm.h', 60 'base/scoped_ptr_algorithm.h',
61 'base/scoped_ptr_deque.h', 61 'base/scoped_ptr_deque.h',
62 'base/scoped_ptr_hash_map.h',
63 'base/scoped_ptr_vector.h', 62 'base/scoped_ptr_vector.h',
64 'base/switches.cc', 63 'base/switches.cc',
65 'base/switches.h', 64 'base/switches.h',
66 'base/tiling_data.cc', 65 'base/tiling_data.cc',
67 'base/tiling_data.h', 66 'base/tiling_data.h',
68 'base/util.h', 67 'base/util.h',
69 'debug/debug_colors.cc', 68 'debug/debug_colors.cc',
70 'debug/debug_colors.h', 69 'debug/debug_colors.h',
71 'debug/debug_rect_history.cc', 70 'debug/debug_rect_history.cc',
72 'debug/debug_rect_history.h', 71 'debug/debug_rect_history.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'trees/thread_proxy.cc', 385 'trees/thread_proxy.cc',
387 'trees/thread_proxy.h', 386 'trees/thread_proxy.h',
388 'trees/tree_synchronizer.cc', 387 'trees/tree_synchronizer.cc',
389 'trees/tree_synchronizer.h', 388 'trees/tree_synchronizer.h',
390 ], 389 ],
391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 390 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
392 'msvs_disabled_warnings': [ 4267, ], 391 'msvs_disabled_warnings': [ 4267, ],
393 }, 392 },
394 ], 393 ],
395 } 394 }
OLDNEW
« no previous file with comments | « cc/base/scoped_ptr_hash_map.h ('k') | cc/debug/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698