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

Side by Side Diff: cc/cc.gyp

Issue 15836005: cc: Emulate BeginFrame in OutputSurfaces that don't support it natively (Closed) Base URL: http://git.chromium.org/chromium/src.git@nofrc
Patch Set: Ignore last patch set: bad upload. 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
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/scheduler/scheduler.cc » ('J')
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'scheduler/rolling_time_delta_history.h', 314 'scheduler/rolling_time_delta_history.h',
315 'scheduler/scheduler.cc', 315 'scheduler/scheduler.cc',
316 'scheduler/scheduler.h', 316 'scheduler/scheduler.h',
317 'scheduler/scheduler_settings.cc', 317 'scheduler/scheduler_settings.cc',
318 'scheduler/scheduler_settings.h', 318 'scheduler/scheduler_settings.h',
319 'scheduler/scheduler_state_machine.cc', 319 'scheduler/scheduler_state_machine.cc',
320 'scheduler/scheduler_state_machine.h', 320 'scheduler/scheduler_state_machine.h',
321 'scheduler/texture_uploader.cc', 321 'scheduler/texture_uploader.cc',
322 'scheduler/texture_uploader.h', 322 'scheduler/texture_uploader.h',
323 'scheduler/time_source.h', 323 'scheduler/time_source.h',
324 'scheduler/vsync_time_source.cc',
325 'scheduler/vsync_time_source.h',
326 'trees/damage_tracker.cc', 324 'trees/damage_tracker.cc',
327 'trees/damage_tracker.h', 325 'trees/damage_tracker.h',
328 'trees/layer_sorter.cc', 326 'trees/layer_sorter.cc',
329 'trees/layer_sorter.h', 327 'trees/layer_sorter.h',
330 'trees/layer_tree_host.cc', 328 'trees/layer_tree_host.cc',
331 'trees/layer_tree_host.h', 329 'trees/layer_tree_host.h',
332 'trees/layer_tree_host_client.h', 330 'trees/layer_tree_host_client.h',
333 'trees/layer_tree_host_common.cc', 331 'trees/layer_tree_host_common.cc',
334 'trees/layer_tree_host_common.h', 332 'trees/layer_tree_host_common.h',
335 'trees/layer_tree_host_impl.cc', 333 'trees/layer_tree_host_impl.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'CC_IMPLEMENTATION=1', 369 'CC_IMPLEMENTATION=1',
372 ], 370 ],
373 'sources': [ 371 'sources': [
374 '<@(cc_source_files)', 372 '<@(cc_source_files)',
375 ], 373 ],
376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 374 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
377 'msvs_disabled_warnings': [ 4267, ], 375 'msvs_disabled_warnings': [ 4267, ],
378 }, 376 },
379 ], 377 ],
380 } 378 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/scheduler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698