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

Side by Side Diff: cc/cc.gyp

Issue 1441613002: cc: Remove ScopedPtrDeque. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « cc/base/scoped_ptr_deque.h ('k') | cc/output/bsp_tree.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'animation/scrollbar_animation_controller_linear_fade.h', 69 'animation/scrollbar_animation_controller_linear_fade.h',
70 'animation/scrollbar_animation_controller_thinning.cc', 70 'animation/scrollbar_animation_controller_thinning.cc',
71 'animation/scrollbar_animation_controller_thinning.h', 71 'animation/scrollbar_animation_controller_thinning.h',
72 'animation/timing_function.cc', 72 'animation/timing_function.cc',
73 'animation/timing_function.h', 73 'animation/timing_function.h',
74 'animation/transform_operation.cc', 74 'animation/transform_operation.cc',
75 'animation/transform_operation.h', 75 'animation/transform_operation.h',
76 'animation/transform_operations.cc', 76 'animation/transform_operations.cc',
77 'animation/transform_operations.h', 77 'animation/transform_operations.h',
78 'base/completion_event.h', 78 'base/completion_event.h',
79 'base/container_util.h',
79 'base/delayed_unique_notifier.cc', 80 'base/delayed_unique_notifier.cc',
80 'base/delayed_unique_notifier.h', 81 'base/delayed_unique_notifier.h',
81 'base/histograms.cc', 82 'base/histograms.cc',
82 'base/histograms.h', 83 'base/histograms.h',
83 'base/invalidation_region.cc', 84 'base/invalidation_region.cc',
84 'base/invalidation_region.h', 85 'base/invalidation_region.h',
85 'base/list_container.h', 86 'base/list_container.h',
86 'base/list_container_helper.cc', 87 'base/list_container_helper.cc',
87 'base/list_container_helper.h', 88 'base/list_container_helper.h',
88 'base/math_util.cc', 89 'base/math_util.cc',
89 'base/math_util.h', 90 'base/math_util.h',
90 'base/random_access_list_container.h', 91 'base/random_access_list_container.h',
91 'base/region.cc', 92 'base/region.cc',
92 'base/region.h', 93 'base/region.h',
93 'base/resource_id.h', 94 'base/resource_id.h',
94 'base/rolling_time_delta_history.cc', 95 'base/rolling_time_delta_history.cc',
95 'base/rolling_time_delta_history.h', 96 'base/rolling_time_delta_history.h',
96 'base/rtree.cc', 97 'base/rtree.cc',
97 'base/rtree.h', 98 'base/rtree.h',
98 'base/scoped_ptr_algorithm.h', 99 'base/scoped_ptr_algorithm.h',
99 'base/scoped_ptr_deque.h',
100 'base/scoped_ptr_vector.h', 100 'base/scoped_ptr_vector.h',
101 'base/simple_enclosed_region.cc', 101 'base/simple_enclosed_region.cc',
102 'base/simple_enclosed_region.h', 102 'base/simple_enclosed_region.h',
103 'base/switches.cc', 103 'base/switches.cc',
104 'base/switches.h', 104 'base/switches.h',
105 'base/synced_property.h', 105 'base/synced_property.h',
106 'base/tiling_data.cc', 106 'base/tiling_data.cc',
107 'base/tiling_data.h', 107 'base/tiling_data.h',
108 'base/time_util.h', 108 'base/time_util.h',
109 'base/unique_notifier.cc', 109 'base/unique_notifier.cc',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'surfaces/surface_resource_holder.cc', 655 'surfaces/surface_resource_holder.cc',
656 'surfaces/surface_resource_holder.h', 656 'surfaces/surface_resource_holder.h',
657 'surfaces/surfaces_export.h', 657 'surfaces/surfaces_export.h',
658 ], 658 ],
659 'includes': [ 659 'includes': [
660 '../build/android/increase_size_for_speed.gypi', 660 '../build/android/increase_size_for_speed.gypi',
661 ], 661 ],
662 }, 662 },
663 ], 663 ],
664 } 664 }
OLDNEW
« no previous file with comments | « cc/base/scoped_ptr_deque.h ('k') | cc/output/bsp_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698