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

Side by Side Diff: cc/cc.gyp

Issue 128263006: Remove all traces of compositing reasons from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « no previous file | cc/layers/compositing_reasons.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'debug/unittest_only_benchmark.h', 122 'debug/unittest_only_benchmark.h',
123 'debug/unittest_only_benchmark_impl.cc', 123 'debug/unittest_only_benchmark_impl.cc',
124 'debug/unittest_only_benchmark_impl.h', 124 'debug/unittest_only_benchmark_impl.h',
125 'input/input_handler.h', 125 'input/input_handler.h',
126 'input/page_scale_animation.cc', 126 'input/page_scale_animation.cc',
127 'input/page_scale_animation.h', 127 'input/page_scale_animation.h',
128 'input/top_controls_manager.cc', 128 'input/top_controls_manager.cc',
129 'input/top_controls_manager.h', 129 'input/top_controls_manager.h',
130 'input/top_controls_manager_client.h', 130 'input/top_controls_manager_client.h',
131 'layers/append_quads_data.h', 131 'layers/append_quads_data.h',
132 'layers/compositing_reasons.h',
133 'layers/content_layer.cc', 132 'layers/content_layer.cc',
134 'layers/content_layer.h', 133 'layers/content_layer.h',
135 'layers/content_layer_client.h', 134 'layers/content_layer_client.h',
136 'layers/contents_scaling_layer.cc', 135 'layers/contents_scaling_layer.cc',
137 'layers/contents_scaling_layer.h', 136 'layers/contents_scaling_layer.h',
138 'layers/delegated_frame_provider.cc', 137 'layers/delegated_frame_provider.cc',
139 'layers/delegated_frame_provider.h', 138 'layers/delegated_frame_provider.h',
140 'layers/delegated_frame_resource_collection.cc', 139 'layers/delegated_frame_resource_collection.cc',
141 'layers/delegated_frame_resource_collection.h', 140 'layers/delegated_frame_resource_collection.h',
142 'layers/delegated_renderer_layer.cc', 141 'layers/delegated_renderer_layer.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'trees/thread_proxy.cc', 438 'trees/thread_proxy.cc',
440 'trees/thread_proxy.h', 439 'trees/thread_proxy.h',
441 'trees/tree_synchronizer.cc', 440 'trees/tree_synchronizer.cc',
442 'trees/tree_synchronizer.h', 441 'trees/tree_synchronizer.h',
443 ], 442 ],
444 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 443 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
445 'msvs_disabled_warnings': [ 4267, ], 444 'msvs_disabled_warnings': [ 4267, ],
446 }, 445 },
447 ], 446 ],
448 } 447 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/compositing_reasons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698