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

Side by Side Diff: cc/cc.gyp

Issue 1337803002: cc: Adding BeginFrameObserverMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto master. Created 5 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
« no previous file with comments | « cc/BUILD.gn ('k') | 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'resources/ui_resource_bitmap.h', 467 'resources/ui_resource_bitmap.h',
468 'resources/ui_resource_client.h', 468 'resources/ui_resource_client.h',
469 'resources/ui_resource_request.cc', 469 'resources/ui_resource_request.cc',
470 'resources/ui_resource_request.h', 470 'resources/ui_resource_request.h',
471 'resources/video_resource_updater.cc', 471 'resources/video_resource_updater.cc',
472 'resources/video_resource_updater.h', 472 'resources/video_resource_updater.h',
473 'scheduler/begin_frame_source.cc', 473 'scheduler/begin_frame_source.cc',
474 'scheduler/begin_frame_source.h', 474 'scheduler/begin_frame_source.h',
475 'scheduler/begin_frame_tracker.cc', 475 'scheduler/begin_frame_tracker.cc',
476 'scheduler/begin_frame_tracker.h', 476 'scheduler/begin_frame_tracker.h',
477 'scheduler/begin_frame_observer_map.h',
477 'scheduler/commit_earlyout_reason.h', 478 'scheduler/commit_earlyout_reason.h',
478 'scheduler/compositor_timing_history.cc', 479 'scheduler/compositor_timing_history.cc',
479 'scheduler/compositor_timing_history.h', 480 'scheduler/compositor_timing_history.h',
480 'scheduler/delay_based_time_source.cc', 481 'scheduler/delay_based_time_source.cc',
481 'scheduler/delay_based_time_source.h', 482 'scheduler/delay_based_time_source.h',
482 'scheduler/draw_result.h', 483 'scheduler/draw_result.h',
483 'scheduler/scheduler.cc', 484 'scheduler/scheduler.cc',
484 'scheduler/scheduler.h', 485 'scheduler/scheduler.h',
485 'scheduler/scheduler_settings.cc', 486 'scheduler/scheduler_settings.cc',
486 'scheduler/scheduler_settings.h', 487 'scheduler/scheduler_settings.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'surfaces/surface_resource_holder.cc', 657 'surfaces/surface_resource_holder.cc',
657 'surfaces/surface_resource_holder.h', 658 'surfaces/surface_resource_holder.h',
658 'surfaces/surfaces_export.h', 659 'surfaces/surfaces_export.h',
659 ], 660 ],
660 'includes': [ 661 'includes': [
661 '../build/android/increase_size_for_speed.gypi', 662 '../build/android/increase_size_for_speed.gypi',
662 ], 663 ],
663 }, 664 },
664 ], 665 ],
665 } 666 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698