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

Side by Side Diff: cc/cc.gyp

Issue 53153006: Simplify rate limiting since it's main thread shared context only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 years, 1 month 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/texture_layer.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'resources/ui_resource_bitmap.h', 371 'resources/ui_resource_bitmap.h',
372 'resources/ui_resource_client.h', 372 'resources/ui_resource_client.h',
373 'resources/video_resource_updater.cc', 373 'resources/video_resource_updater.cc',
374 'resources/video_resource_updater.h', 374 'resources/video_resource_updater.h',
375 'resources/worker_pool.cc', 375 'resources/worker_pool.cc',
376 'resources/worker_pool.h', 376 'resources/worker_pool.h',
377 'scheduler/delay_based_time_source.cc', 377 'scheduler/delay_based_time_source.cc',
378 'scheduler/delay_based_time_source.h', 378 'scheduler/delay_based_time_source.h',
379 'scheduler/frame_rate_controller.cc', 379 'scheduler/frame_rate_controller.cc',
380 'scheduler/frame_rate_controller.h', 380 'scheduler/frame_rate_controller.h',
381 'scheduler/rate_limiter.cc',
382 'scheduler/rate_limiter.h',
383 'scheduler/rolling_time_delta_history.cc', 381 'scheduler/rolling_time_delta_history.cc',
384 'scheduler/rolling_time_delta_history.h', 382 'scheduler/rolling_time_delta_history.h',
385 'scheduler/scheduler.cc', 383 'scheduler/scheduler.cc',
386 'scheduler/scheduler.h', 384 'scheduler/scheduler.h',
387 'scheduler/scheduler_settings.cc', 385 'scheduler/scheduler_settings.cc',
388 'scheduler/scheduler_settings.h', 386 'scheduler/scheduler_settings.h',
389 'scheduler/scheduler_state_machine.cc', 387 'scheduler/scheduler_state_machine.cc',
390 'scheduler/scheduler_state_machine.h', 388 'scheduler/scheduler_state_machine.h',
391 'scheduler/texture_uploader.cc', 389 'scheduler/texture_uploader.cc',
392 'scheduler/texture_uploader.h', 390 'scheduler/texture_uploader.h',
(...skipping 26 matching lines...) Expand all
419 'trees/thread_proxy.cc', 417 'trees/thread_proxy.cc',
420 'trees/thread_proxy.h', 418 'trees/thread_proxy.h',
421 'trees/tree_synchronizer.cc', 419 'trees/tree_synchronizer.cc',
422 'trees/tree_synchronizer.h', 420 'trees/tree_synchronizer.h',
423 ], 421 ],
424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 422 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
425 'msvs_disabled_warnings': [ 4267, ], 423 'msvs_disabled_warnings': [ 4267, ],
426 }, 424 },
427 ], 425 ],
428 } 426 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/texture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698