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

Side by Side Diff: cc/cc.gyp

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/OWNERS ('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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'base/util.h', 99 'base/util.h',
100 'debug/benchmark_instrumentation.cc', 100 'debug/benchmark_instrumentation.cc',
101 'debug/benchmark_instrumentation.h', 101 'debug/benchmark_instrumentation.h',
102 'debug/debug_colors.cc', 102 'debug/debug_colors.cc',
103 'debug/debug_colors.h', 103 'debug/debug_colors.h',
104 'debug/debug_rect_history.cc', 104 'debug/debug_rect_history.cc',
105 'debug/debug_rect_history.h', 105 'debug/debug_rect_history.h',
106 'debug/devtools_instrumentation.h', 106 'debug/devtools_instrumentation.h',
107 'debug/frame_rate_counter.cc', 107 'debug/frame_rate_counter.cc',
108 'debug/frame_rate_counter.h', 108 'debug/frame_rate_counter.h',
109 'debug/frame_viewer_instrumentation.cc',
109 'debug/frame_viewer_instrumentation.h', 110 'debug/frame_viewer_instrumentation.h',
110 'debug/invalidation_benchmark.cc', 111 'debug/invalidation_benchmark.cc',
111 'debug/invalidation_benchmark.h', 112 'debug/invalidation_benchmark.h',
112 'debug/lap_timer.cc', 113 'debug/lap_timer.cc',
113 'debug/lap_timer.h', 114 'debug/lap_timer.h',
114 'debug/layer_tree_debug_state.cc', 115 'debug/layer_tree_debug_state.cc',
115 'debug/layer_tree_debug_state.h', 116 'debug/layer_tree_debug_state.h',
116 'debug/micro_benchmark.cc', 117 'debug/micro_benchmark.cc',
117 'debug/micro_benchmark.h', 118 'debug/micro_benchmark.h',
118 'debug/micro_benchmark_impl.cc', 119 'debug/micro_benchmark_impl.cc',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'resources/ui_resource_bitmap.h', 485 'resources/ui_resource_bitmap.h',
485 'resources/ui_resource_client.h', 486 'resources/ui_resource_client.h',
486 'resources/ui_resource_request.cc', 487 'resources/ui_resource_request.cc',
487 'resources/ui_resource_request.h', 488 'resources/ui_resource_request.h',
488 'resources/video_resource_updater.cc', 489 'resources/video_resource_updater.cc',
489 'resources/video_resource_updater.h', 490 'resources/video_resource_updater.h',
490 'resources/zero_copy_tile_task_worker_pool.cc', 491 'resources/zero_copy_tile_task_worker_pool.cc',
491 'resources/zero_copy_tile_task_worker_pool.h', 492 'resources/zero_copy_tile_task_worker_pool.h',
492 'scheduler/begin_frame_source.cc', 493 'scheduler/begin_frame_source.cc',
493 'scheduler/begin_frame_source.h', 494 'scheduler/begin_frame_source.h',
495 'scheduler/commit_earlyout_reason.h',
494 'scheduler/delay_based_time_source.cc', 496 'scheduler/delay_based_time_source.cc',
495 'scheduler/delay_based_time_source.h', 497 'scheduler/delay_based_time_source.h',
496 'scheduler/draw_result.h', 498 'scheduler/draw_result.h',
497 'scheduler/scheduler.cc', 499 'scheduler/scheduler.cc',
498 'scheduler/scheduler.h', 500 'scheduler/scheduler.h',
499 'scheduler/scheduler_settings.cc', 501 'scheduler/scheduler_settings.cc',
500 'scheduler/scheduler_settings.h', 502 'scheduler/scheduler_settings.h',
501 'scheduler/scheduler_state_machine.cc', 503 'scheduler/scheduler_state_machine.cc',
502 'scheduler/scheduler_state_machine.h', 504 'scheduler/scheduler_state_machine.h',
503 'trees/blocking_task_runner.cc', 505 'trees/blocking_task_runner.cc',
504 'trees/blocking_task_runner.h', 506 'trees/blocking_task_runner.h',
505 'trees/damage_tracker.cc', 507 'trees/damage_tracker.cc',
506 'trees/damage_tracker.h', 508 'trees/damage_tracker.h',
509 'trees/draw_property_utils.cc',
510 'trees/draw_property_utils.h',
507 'trees/layer_sorter.cc', 511 'trees/layer_sorter.cc',
508 'trees/layer_sorter.h', 512 'trees/layer_sorter.h',
509 'trees/layer_tree_host.cc', 513 'trees/layer_tree_host.cc',
510 'trees/layer_tree_host.h', 514 'trees/layer_tree_host.h',
511 'trees/layer_tree_host_client.h', 515 'trees/layer_tree_host_client.h',
512 'trees/layer_tree_host_common.cc', 516 'trees/layer_tree_host_common.cc',
513 'trees/layer_tree_host_common.h', 517 'trees/layer_tree_host_common.h',
514 'trees/layer_tree_host_impl.cc', 518 'trees/layer_tree_host_impl.cc',
515 'trees/layer_tree_host_impl.h', 519 'trees/layer_tree_host_impl.h',
516 'trees/layer_tree_impl.cc', 520 'trees/layer_tree_impl.cc',
517 'trees/layer_tree_impl.h', 521 'trees/layer_tree_impl.h',
518 'trees/layer_tree_settings.cc', 522 'trees/layer_tree_settings.cc',
519 'trees/layer_tree_settings.h', 523 'trees/layer_tree_settings.h',
520 'trees/occlusion.cc', 524 'trees/occlusion.cc',
521 'trees/occlusion.h', 525 'trees/occlusion.h',
522 'trees/occlusion_tracker.cc', 526 'trees/occlusion_tracker.cc',
523 'trees/occlusion_tracker.h', 527 'trees/occlusion_tracker.h',
528 'trees/property_tree.cc',
529 'trees/property_tree.h',
530 'trees/property_tree_builder.cc',
531 'trees/property_tree_builder.h',
524 'trees/proxy.cc', 532 'trees/proxy.cc',
525 'trees/proxy.h', 533 'trees/proxy.h',
526 'trees/proxy_timing_history.cc', 534 'trees/proxy_timing_history.cc',
527 'trees/proxy_timing_history.h', 535 'trees/proxy_timing_history.h',
528 'trees/scoped_abort_remaining_swap_promises.h', 536 'trees/scoped_abort_remaining_swap_promises.h',
529 'trees/single_thread_proxy.cc', 537 'trees/single_thread_proxy.cc',
530 'trees/single_thread_proxy.h', 538 'trees/single_thread_proxy.h',
531 'trees/thread_proxy.cc', 539 'trees/thread_proxy.cc',
532 'trees/thread_proxy.h', 540 'trees/thread_proxy.h',
533 'trees/tree_synchronizer.cc', 541 'trees/tree_synchronizer.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'surfaces/surface_resource_holder.cc', 583 'surfaces/surface_resource_holder.cc',
576 'surfaces/surface_resource_holder.h', 584 'surfaces/surface_resource_holder.h',
577 'surfaces/surfaces_export.h', 585 'surfaces/surfaces_export.h',
578 ], 586 ],
579 'includes': [ 587 'includes': [
580 '../build/android/increase_size_for_speed.gypi', 588 '../build/android/increase_size_for_speed.gypi',
581 ], 589 ],
582 }, 590 },
583 ], 591 ],
584 } 592 }
OLDNEW
« no previous file with comments | « cc/OWNERS ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698