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

Side by Side Diff: cc/BUILD.gn

Issue 2650303002: cc: Remove the LayerTreeHost abstraction. (Closed)
Patch Set: missed ui Created 3 years, 11 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 | « no previous file | cc/layers/layer_unittest.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "debug/benchmark_instrumentation.cc", 10 "debug/benchmark_instrumentation.cc",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "trees/draw_property_utils.cc", 445 "trees/draw_property_utils.cc",
446 "trees/draw_property_utils.h", 446 "trees/draw_property_utils.h",
447 "trees/effect_node.cc", 447 "trees/effect_node.cc",
448 "trees/effect_node.h", 448 "trees/effect_node.h",
449 "trees/element_id.cc", 449 "trees/element_id.cc",
450 "trees/element_id.h", 450 "trees/element_id.h",
451 "trees/latency_info_swap_promise_monitor.cc", 451 "trees/latency_info_swap_promise_monitor.cc",
452 "trees/latency_info_swap_promise_monitor.h", 452 "trees/latency_info_swap_promise_monitor.h",
453 "trees/layer_tree.cc", 453 "trees/layer_tree.cc",
454 "trees/layer_tree.h", 454 "trees/layer_tree.h",
455 "trees/layer_tree_host.cc",
455 "trees/layer_tree_host.h", 456 "trees/layer_tree_host.h",
456 "trees/layer_tree_host_client.h", 457 "trees/layer_tree_host_client.h",
457 "trees/layer_tree_host_common.cc", 458 "trees/layer_tree_host_common.cc",
458 "trees/layer_tree_host_common.h", 459 "trees/layer_tree_host_common.h",
459 "trees/layer_tree_host_impl.cc", 460 "trees/layer_tree_host_impl.cc",
460 "trees/layer_tree_host_impl.h", 461 "trees/layer_tree_host_impl.h",
461 "trees/layer_tree_host_in_process.cc",
462 "trees/layer_tree_host_in_process.h",
463 "trees/layer_tree_host_single_thread_client.h", 462 "trees/layer_tree_host_single_thread_client.h",
464 "trees/layer_tree_impl.cc", 463 "trees/layer_tree_impl.cc",
465 "trees/layer_tree_impl.h", 464 "trees/layer_tree_impl.h",
466 "trees/layer_tree_mutator.h", 465 "trees/layer_tree_mutator.h",
467 "trees/layer_tree_settings.cc", 466 "trees/layer_tree_settings.cc",
468 "trees/layer_tree_settings.h", 467 "trees/layer_tree_settings.h",
469 "trees/mutable_properties.h", 468 "trees/mutable_properties.h",
470 "trees/mutator_host.h", 469 "trees/mutator_host.h",
471 "trees/mutator_host_client.h", 470 "trees/mutator_host_client.h",
472 "trees/occlusion.cc", 471 "trees/occlusion.cc",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 data = [ 988 data = [
990 "test/data/", 989 "test/data/",
991 990
992 # Needed for isolate script to execute. 991 # Needed for isolate script to execute.
993 "//testing/scripts/common.py", 992 "//testing/scripts/common.py",
994 "//testing/xvfb.py", 993 "//testing/xvfb.py",
995 "//testing/scripts/run_gtest_perf_test.py", 994 "//testing/scripts/run_gtest_perf_test.py",
996 "//tools/perf/generate_legacy_perf_dashboard_json.py", 995 "//tools/perf/generate_legacy_perf_dashboard_json.py",
997 ] 996 ]
998 } 997 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698