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

Side by Side Diff: cc/cc.gyp

Issue 1144523003: Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its own file. (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/resource_id.h ('k') | cc/layers/delegated_frame_provider_unittest.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'animation/transform_operations.h', 67 'animation/transform_operations.h',
68 'base/completion_event.h', 68 'base/completion_event.h',
69 'base/delayed_unique_notifier.cc', 69 'base/delayed_unique_notifier.cc',
70 'base/delayed_unique_notifier.h', 70 'base/delayed_unique_notifier.h',
71 'base/invalidation_region.cc', 71 'base/invalidation_region.cc',
72 'base/invalidation_region.h', 72 'base/invalidation_region.h',
73 'base/math_util.cc', 73 'base/math_util.cc',
74 'base/math_util.h', 74 'base/math_util.h',
75 'base/region.cc', 75 'base/region.cc',
76 'base/region.h', 76 'base/region.h',
77 'base/resource_id.h',
77 'base/rolling_time_delta_history.cc', 78 'base/rolling_time_delta_history.cc',
78 'base/rolling_time_delta_history.h', 79 'base/rolling_time_delta_history.h',
79 'base/scoped_ptr_algorithm.h', 80 'base/scoped_ptr_algorithm.h',
80 'base/scoped_ptr_deque.h', 81 'base/scoped_ptr_deque.h',
81 'base/scoped_ptr_vector.h', 82 'base/scoped_ptr_vector.h',
82 'base/simple_enclosed_region.cc', 83 'base/simple_enclosed_region.cc',
83 'base/simple_enclosed_region.h', 84 'base/simple_enclosed_region.h',
84 'base/switches.cc', 85 'base/switches.cc',
85 'base/switches.h', 86 'base/switches.h',
86 'base/synced_property.h', 87 'base/synced_property.h',
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'raster/texture_compressor_etc1_sse.h', 665 'raster/texture_compressor_etc1_sse.h',
665 ], 666 ],
666 'cflags': [ 667 'cflags': [
667 '-msse2', 668 '-msse2',
668 ], 669 ],
669 }], 670 }],
670 ], 671 ],
671 }, 672 },
672 ], 673 ],
673 } 674 }
OLDNEW
« no previous file with comments | « cc/base/resource_id.h ('k') | cc/layers/delegated_frame_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698