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

Side by Side Diff: cc/cc.gyp

Issue 1127253002: Revert "cc: Remove Tile refcounting and RefCountedManaged." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ref_counted_managed.h ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'animation/transform_operations.h', 66 'animation/transform_operations.h',
67 'base/completion_event.h', 67 'base/completion_event.h',
68 'base/delayed_unique_notifier.cc', 68 'base/delayed_unique_notifier.cc',
69 'base/delayed_unique_notifier.h', 69 'base/delayed_unique_notifier.h',
70 'base/histograms.cc', 70 'base/histograms.cc',
71 'base/histograms.h', 71 'base/histograms.h',
72 'base/invalidation_region.cc', 72 'base/invalidation_region.cc',
73 'base/invalidation_region.h', 73 'base/invalidation_region.h',
74 'base/math_util.cc', 74 'base/math_util.cc',
75 'base/math_util.h', 75 'base/math_util.h',
76 'base/ref_counted_managed.h',
76 'base/region.cc', 77 'base/region.cc',
77 'base/region.h', 78 'base/region.h',
78 'base/rolling_time_delta_history.cc', 79 'base/rolling_time_delta_history.cc',
79 'base/rolling_time_delta_history.h', 80 'base/rolling_time_delta_history.h',
80 'base/scoped_ptr_algorithm.h', 81 'base/scoped_ptr_algorithm.h',
81 'base/scoped_ptr_deque.h', 82 'base/scoped_ptr_deque.h',
82 'base/scoped_ptr_vector.h', 83 'base/scoped_ptr_vector.h',
83 'base/simple_enclosed_region.cc', 84 'base/simple_enclosed_region.cc',
84 'base/simple_enclosed_region.h', 85 'base/simple_enclosed_region.h',
85 'base/switches.cc', 86 'base/switches.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'surfaces/surface_resource_holder.cc', 626 'surfaces/surface_resource_holder.cc',
626 'surfaces/surface_resource_holder.h', 627 'surfaces/surface_resource_holder.h',
627 'surfaces/surfaces_export.h', 628 'surfaces/surfaces_export.h',
628 ], 629 ],
629 'includes': [ 630 'includes': [
630 '../build/android/increase_size_for_speed.gypi', 631 '../build/android/increase_size_for_speed.gypi',
631 ], 632 ],
632 }, 633 },
633 ], 634 ],
634 } 635 }
OLDNEW
« no previous file with comments | « cc/base/ref_counted_managed.h ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698