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

Side by Side Diff: cc/cc.gyp

Issue 11830040: cc: Do not request redraw on commit when impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decouple_draw3
Patch Set: Use CC_EXPORT Created 7 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
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest_scroll.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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'resource_provider.h', 199 'resource_provider.h',
200 'resource_update.cc', 200 'resource_update.cc',
201 'resource_update.h', 201 'resource_update.h',
202 'resource_update_controller.cc', 202 'resource_update_controller.cc',
203 'resource_update_controller.h', 203 'resource_update_controller.h',
204 'resource_update_queue.cc', 204 'resource_update_queue.cc',
205 'resource_update_queue.h', 205 'resource_update_queue.h',
206 'ring_buffer.h', 206 'ring_buffer.h',
207 'scheduler.cc', 207 'scheduler.cc',
208 'scheduler.h', 208 'scheduler.h',
209 'scheduler_settings.cc',
210 'scheduler_settings.h',
209 'scheduler_state_machine.cc', 211 'scheduler_state_machine.cc',
210 'scheduler_state_machine.h', 212 'scheduler_state_machine.h',
211 'scoped_ptr_algorithm.h', 213 'scoped_ptr_algorithm.h',
212 'scoped_ptr_deque.h', 214 'scoped_ptr_deque.h',
213 'scoped_ptr_hash_map.h', 215 'scoped_ptr_hash_map.h',
214 'scoped_ptr_vector.h', 216 'scoped_ptr_vector.h',
215 'scoped_resource.cc', 217 'scoped_resource.cc',
216 'scoped_resource.h', 218 'scoped_resource.h',
217 'scrollbar_animation_controller.cc', 219 'scrollbar_animation_controller.cc',
218 'scrollbar_animation_controller.h', 220 'scrollbar_animation_controller.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 337 ],
336 'all_dependent_settings': { 338 'all_dependent_settings': {
337 'include_dirs': [ 339 'include_dirs': [
338 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 340 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
339 '<(webkit_src_dir)/Source/Platform/chromium' 341 '<(webkit_src_dir)/Source/Platform/chromium'
340 ] 342 ]
341 } 343 }
342 }, 344 },
343 ], 345 ],
344 } 346 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698