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

Side by Side Diff: cc/cc.gyp

Issue 1336763006: cc: Switch ListContainer to use composition instead of inheritance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: multiple files Created 5 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
« no previous file with comments | « cc/base/list_container_helper.cc ('k') | no next file » | 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'animation/transform_operation.h', 73 'animation/transform_operation.h',
74 'animation/transform_operations.cc', 74 'animation/transform_operations.cc',
75 'animation/transform_operations.h', 75 'animation/transform_operations.h',
76 'base/completion_event.h', 76 'base/completion_event.h',
77 'base/delayed_unique_notifier.cc', 77 'base/delayed_unique_notifier.cc',
78 'base/delayed_unique_notifier.h', 78 'base/delayed_unique_notifier.h',
79 'base/histograms.cc', 79 'base/histograms.cc',
80 'base/histograms.h', 80 'base/histograms.h',
81 'base/invalidation_region.cc', 81 'base/invalidation_region.cc',
82 'base/invalidation_region.h', 82 'base/invalidation_region.h',
83 'base/list_container.cc',
84 'base/list_container.h', 83 'base/list_container.h',
84 'base/list_container_helper.cc',
85 'base/list_container_helper.h',
85 'base/math_util.cc', 86 'base/math_util.cc',
86 'base/math_util.h', 87 'base/math_util.h',
87 'base/region.cc', 88 'base/region.cc',
88 'base/region.h', 89 'base/region.h',
89 'base/resource_id.h', 90 'base/resource_id.h',
90 'base/rolling_time_delta_history.cc', 91 'base/rolling_time_delta_history.cc',
91 'base/rolling_time_delta_history.h', 92 'base/rolling_time_delta_history.h',
92 'base/scoped_ptr_algorithm.h', 93 'base/scoped_ptr_algorithm.h',
93 'base/scoped_ptr_deque.h', 94 'base/scoped_ptr_deque.h',
94 'base/scoped_ptr_vector.h', 95 'base/scoped_ptr_vector.h',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'surfaces/surface_resource_holder.cc', 617 'surfaces/surface_resource_holder.cc',
617 'surfaces/surface_resource_holder.h', 618 'surfaces/surface_resource_holder.h',
618 'surfaces/surfaces_export.h', 619 'surfaces/surfaces_export.h',
619 ], 620 ],
620 'includes': [ 621 'includes': [
621 '../build/android/increase_size_for_speed.gypi', 622 '../build/android/increase_size_for_speed.gypi',
622 ], 623 ],
623 }, 624 },
624 ], 625 ],
625 } 626 }
OLDNEW
« no previous file with comments | « cc/base/list_container_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698