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

Side by Side Diff: cc/cc.gyp

Issue 2118993002: Detemplatize cc property nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 | « cc/BUILD.gn ('k') | cc/input/scroll_state.cc » ('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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'tiles/tiling_set_eviction_queue.cc', 538 'tiles/tiling_set_eviction_queue.cc',
539 'tiles/tiling_set_eviction_queue.h', 539 'tiles/tiling_set_eviction_queue.h',
540 'tiles/tiling_set_raster_queue_all.cc', 540 'tiles/tiling_set_raster_queue_all.cc',
541 'tiles/tiling_set_raster_queue_all.h', 541 'tiles/tiling_set_raster_queue_all.h',
542 'tiles/tiling_set_raster_queue_required.cc', 542 'tiles/tiling_set_raster_queue_required.cc',
543 'tiles/tiling_set_raster_queue_required.h', 543 'tiles/tiling_set_raster_queue_required.h',
544 'trees/blocking_task_runner.cc', 544 'trees/blocking_task_runner.cc',
545 'trees/blocking_task_runner.h', 545 'trees/blocking_task_runner.h',
546 'trees/channel_impl.h', 546 'trees/channel_impl.h',
547 'trees/channel_main.h', 547 'trees/channel_main.h',
548 'trees/clip_node.cc',
549 'trees/clip_node.h',
548 'trees/compositor_mode.h', 550 'trees/compositor_mode.h',
549 'trees/damage_tracker.cc', 551 'trees/damage_tracker.cc',
550 'trees/damage_tracker.h', 552 'trees/damage_tracker.h',
551 'trees/draw_property_utils.cc', 553 'trees/draw_property_utils.cc',
552 'trees/draw_property_utils.h', 554 'trees/draw_property_utils.h',
555 'trees/effect_node.cc',
556 'trees/effect_node.h',
553 'trees/latency_info_swap_promise_monitor.cc', 557 'trees/latency_info_swap_promise_monitor.cc',
554 'trees/latency_info_swap_promise_monitor.h', 558 'trees/latency_info_swap_promise_monitor.h',
555 'trees/layer_tree_host.cc', 559 'trees/layer_tree_host.cc',
556 'trees/layer_tree_host.h', 560 'trees/layer_tree_host.h',
557 'trees/layer_tree_host_client.h', 561 'trees/layer_tree_host_client.h',
558 'trees/layer_tree_host_common.cc', 562 'trees/layer_tree_host_common.cc',
559 'trees/layer_tree_host_common.h', 563 'trees/layer_tree_host_common.h',
560 'trees/layer_tree_host_impl.cc', 564 'trees/layer_tree_host_impl.cc',
561 'trees/layer_tree_host_impl.h', 565 'trees/layer_tree_host_impl.h',
562 'trees/layer_tree_host_single_thread_client.h', 566 'trees/layer_tree_host_single_thread_client.h',
(...skipping 16 matching lines...) Expand all
579 'trees/proxy_impl.cc', 583 'trees/proxy_impl.cc',
580 'trees/proxy_impl.h', 584 'trees/proxy_impl.h',
581 'trees/proxy_main.cc', 585 'trees/proxy_main.cc',
582 'trees/proxy_main.h', 586 'trees/proxy_main.h',
583 'trees/remote_channel_impl.cc', 587 'trees/remote_channel_impl.cc',
584 'trees/remote_channel_impl.h', 588 'trees/remote_channel_impl.h',
585 'trees/remote_channel_main.cc', 589 'trees/remote_channel_main.cc',
586 'trees/remote_channel_main.h', 590 'trees/remote_channel_main.h',
587 'trees/remote_proto_channel.h', 591 'trees/remote_proto_channel.h',
588 'trees/scoped_abort_remaining_swap_promises.h', 592 'trees/scoped_abort_remaining_swap_promises.h',
593 'trees/scroll_node.cc',
594 'trees/scroll_node.h',
589 'trees/single_thread_proxy.cc', 595 'trees/single_thread_proxy.cc',
590 'trees/single_thread_proxy.h', 596 'trees/single_thread_proxy.h',
591 'trees/swap_promise_monitor.cc', 597 'trees/swap_promise_monitor.cc',
592 'trees/swap_promise_monitor.h', 598 'trees/swap_promise_monitor.h',
593 'trees/task_runner_provider.cc', 599 'trees/task_runner_provider.cc',
594 'trees/task_runner_provider.h', 600 'trees/task_runner_provider.h',
595 'trees/threaded_channel.cc', 601 'trees/threaded_channel.cc',
596 'trees/threaded_channel.h', 602 'trees/threaded_channel.h',
603 'trees/transform_node.cc',
604 'trees/transform_node.h',
597 'trees/tree_synchronizer.cc', 605 'trees/tree_synchronizer.cc',
598 'trees/tree_synchronizer.h', 606 'trees/tree_synchronizer.h',
599 ], 607 ],
600 'includes': [ 608 'includes': [
601 '../build/android/increase_size_for_speed.gypi', 609 '../build/android/increase_size_for_speed.gypi',
602 ], 610 ],
603 'conditions': [ 611 'conditions': [
604 ['target_arch == "ia32" or target_arch == "x64"', { 612 ['target_arch == "ia32" or target_arch == "x64"', {
605 'sources': [ 613 'sources': [
606 'raster/texture_compressor_etc1_sse.cc', 614 'raster/texture_compressor_etc1_sse.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'surfaces/surface_resource_holder.h', 714 'surfaces/surface_resource_holder.h',
707 'surfaces/surface_sequence.h', 715 'surfaces/surface_sequence.h',
708 'surfaces/surfaces_export.h', 716 'surfaces/surfaces_export.h',
709 ], 717 ],
710 'includes': [ 718 'includes': [
711 '../build/android/increase_size_for_speed.gypi', 719 '../build/android/increase_size_for_speed.gypi',
712 ], 720 ],
713 }, 721 },
714 ], 722 ],
715 } 723 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/input/scroll_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698