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

Side by Side Diff: cc/cc.gyp

Issue 687873004: Introduce Property Trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wip-awoloszyn2
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/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.h » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'scheduler/scheduler.cc', 494 'scheduler/scheduler.cc',
495 'scheduler/scheduler.h', 495 'scheduler/scheduler.h',
496 'scheduler/scheduler_settings.cc', 496 'scheduler/scheduler_settings.cc',
497 'scheduler/scheduler_settings.h', 497 'scheduler/scheduler_settings.h',
498 'scheduler/scheduler_state_machine.cc', 498 'scheduler/scheduler_state_machine.cc',
499 'scheduler/scheduler_state_machine.h', 499 'scheduler/scheduler_state_machine.h',
500 'trees/blocking_task_runner.cc', 500 'trees/blocking_task_runner.cc',
501 'trees/blocking_task_runner.h', 501 'trees/blocking_task_runner.h',
502 'trees/damage_tracker.cc', 502 'trees/damage_tracker.cc',
503 'trees/damage_tracker.h', 503 'trees/damage_tracker.h',
504 'trees/draw_property_utils.cc',
505 'trees/draw_property_utils.h',
504 'trees/layer_sorter.cc', 506 'trees/layer_sorter.cc',
505 'trees/layer_sorter.h', 507 'trees/layer_sorter.h',
506 'trees/layer_tree_host.cc', 508 'trees/layer_tree_host.cc',
507 'trees/layer_tree_host.h', 509 'trees/layer_tree_host.h',
508 'trees/layer_tree_host_client.h', 510 'trees/layer_tree_host_client.h',
509 'trees/layer_tree_host_common.cc', 511 'trees/layer_tree_host_common.cc',
510 'trees/layer_tree_host_common.h', 512 'trees/layer_tree_host_common.h',
511 'trees/layer_tree_host_impl.cc', 513 'trees/layer_tree_host_impl.cc',
512 'trees/layer_tree_host_impl.h', 514 'trees/layer_tree_host_impl.h',
513 'trees/layer_tree_impl.cc', 515 'trees/layer_tree_impl.cc',
514 'trees/layer_tree_impl.h', 516 'trees/layer_tree_impl.h',
515 'trees/layer_tree_settings.cc', 517 'trees/layer_tree_settings.cc',
516 'trees/layer_tree_settings.h', 518 'trees/layer_tree_settings.h',
517 'trees/occlusion.cc', 519 'trees/occlusion.cc',
518 'trees/occlusion.h', 520 'trees/occlusion.h',
519 'trees/occlusion_tracker.cc', 521 'trees/occlusion_tracker.cc',
520 'trees/occlusion_tracker.h', 522 'trees/occlusion_tracker.h',
523 'trees/property_tree.cc',
524 'trees/property_tree.h',
525 'trees/property_tree_builder.cc',
526 'trees/property_tree_builder.h',
521 'trees/proxy.cc', 527 'trees/proxy.cc',
522 'trees/proxy.h', 528 'trees/proxy.h',
523 'trees/proxy_timing_history.cc', 529 'trees/proxy_timing_history.cc',
524 'trees/proxy_timing_history.h', 530 'trees/proxy_timing_history.h',
525 'trees/scoped_abort_remaining_swap_promises.h', 531 'trees/scoped_abort_remaining_swap_promises.h',
526 'trees/single_thread_proxy.cc', 532 'trees/single_thread_proxy.cc',
527 'trees/single_thread_proxy.h', 533 'trees/single_thread_proxy.h',
528 'trees/thread_proxy.cc', 534 'trees/thread_proxy.cc',
529 'trees/thread_proxy.h', 535 'trees/thread_proxy.h',
530 'trees/tree_synchronizer.cc', 536 'trees/tree_synchronizer.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'surfaces/surface_resource_holder.cc', 578 'surfaces/surface_resource_holder.cc',
573 'surfaces/surface_resource_holder.h', 579 'surfaces/surface_resource_holder.h',
574 'surfaces/surfaces_export.h', 580 'surfaces/surfaces_export.h',
575 ], 581 ],
576 'includes': [ 582 'includes': [
577 '../build/android/increase_size_for_speed.gypi', 583 '../build/android/increase_size_for_speed.gypi',
578 ], 584 ],
579 }, 585 },
580 ], 586 ],
581 } 587 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698