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

Side by Side Diff: cc/cc.gyp

Issue 15647015: Support computing percentiles on a rolling window of samples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/cc_tests.gyp » ('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 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'resources/transferable_resource.cc', 299 'resources/transferable_resource.cc',
300 'resources/transferable_resource.h', 300 'resources/transferable_resource.h',
301 'resources/video_resource_updater.cc', 301 'resources/video_resource_updater.cc',
302 'resources/video_resource_updater.h', 302 'resources/video_resource_updater.h',
303 'scheduler/delay_based_time_source.cc', 303 'scheduler/delay_based_time_source.cc',
304 'scheduler/delay_based_time_source.h', 304 'scheduler/delay_based_time_source.h',
305 'scheduler/frame_rate_controller.cc', 305 'scheduler/frame_rate_controller.cc',
306 'scheduler/frame_rate_controller.h', 306 'scheduler/frame_rate_controller.h',
307 'scheduler/rate_limiter.cc', 307 'scheduler/rate_limiter.cc',
308 'scheduler/rate_limiter.h', 308 'scheduler/rate_limiter.h',
309 'scheduler/rolling_time_delta_history.cc',
310 'scheduler/rolling_time_delta_history.h',
309 'scheduler/scheduler.cc', 311 'scheduler/scheduler.cc',
310 'scheduler/scheduler.h', 312 'scheduler/scheduler.h',
311 'scheduler/scheduler_settings.cc', 313 'scheduler/scheduler_settings.cc',
312 'scheduler/scheduler_settings.h', 314 'scheduler/scheduler_settings.h',
313 'scheduler/scheduler_state_machine.cc', 315 'scheduler/scheduler_state_machine.cc',
314 'scheduler/scheduler_state_machine.h', 316 'scheduler/scheduler_state_machine.h',
315 'scheduler/texture_uploader.cc', 317 'scheduler/texture_uploader.cc',
316 'scheduler/texture_uploader.h', 318 'scheduler/texture_uploader.h',
317 'scheduler/time_source.h', 319 'scheduler/time_source.h',
318 'scheduler/vsync_time_source.cc', 320 'scheduler/vsync_time_source.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'CC_IMPLEMENTATION=1', 367 'CC_IMPLEMENTATION=1',
366 ], 368 ],
367 'sources': [ 369 'sources': [
368 '<@(cc_source_files)', 370 '<@(cc_source_files)',
369 ], 371 ],
370 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
371 'msvs_disabled_warnings': [ 4267, ], 373 'msvs_disabled_warnings': [ 4267, ],
372 }, 374 },
373 ], 375 ],
374 } 376 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698