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

Side by Side Diff: cc/cc.gyp

Issue 131683005: cc: Make PrepareToDraw return an enum for why it aborts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'resources/transferable_resource.h', 398 'resources/transferable_resource.h',
399 'resources/ui_resource_bitmap.cc', 399 'resources/ui_resource_bitmap.cc',
400 'resources/ui_resource_bitmap.h', 400 'resources/ui_resource_bitmap.h',
401 'resources/ui_resource_client.h', 401 'resources/ui_resource_client.h',
402 'resources/ui_resource_request.cc', 402 'resources/ui_resource_request.cc',
403 'resources/ui_resource_request.h', 403 'resources/ui_resource_request.h',
404 'resources/video_resource_updater.cc', 404 'resources/video_resource_updater.cc',
405 'resources/video_resource_updater.h', 405 'resources/video_resource_updater.h',
406 'scheduler/delay_based_time_source.cc', 406 'scheduler/delay_based_time_source.cc',
407 'scheduler/delay_based_time_source.h', 407 'scheduler/delay_based_time_source.h',
408 'scheduler/draw_swap_readback_result.h',
408 'scheduler/frame_rate_controller.cc', 409 'scheduler/frame_rate_controller.cc',
409 'scheduler/frame_rate_controller.h', 410 'scheduler/frame_rate_controller.h',
410 'scheduler/rolling_time_delta_history.cc', 411 'scheduler/rolling_time_delta_history.cc',
411 'scheduler/rolling_time_delta_history.h', 412 'scheduler/rolling_time_delta_history.h',
412 'scheduler/scheduler.cc', 413 'scheduler/scheduler.cc',
413 'scheduler/scheduler.h', 414 'scheduler/scheduler.h',
414 'scheduler/scheduler_settings.cc', 415 'scheduler/scheduler_settings.cc',
415 'scheduler/scheduler_settings.h', 416 'scheduler/scheduler_settings.h',
416 'scheduler/scheduler_state_machine.cc', 417 'scheduler/scheduler_state_machine.cc',
417 'scheduler/scheduler_state_machine.h', 418 'scheduler/scheduler_state_machine.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'sources': [ 468 'sources': [
468 'surfaces/surface.cc', 469 'surfaces/surface.cc',
469 'surfaces/surface.h', 470 'surfaces/surface.h',
470 'surfaces/surface_manager.cc', 471 'surfaces/surface_manager.cc',
471 'surfaces/surface_manager.h', 472 'surfaces/surface_manager.h',
472 'surfaces/surfaces_export.h', 473 'surfaces/surfaces_export.h',
473 ], 474 ],
474 }, 475 },
475 ], 476 ],
476 } 477 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/delegated_renderer_layer_impl_unittest.cc » ('j') | cc/scheduler/scheduler_state_machine.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698