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

Side by Side Diff: cc/BUILD.gn

Issue 1419283002: cc: Split Proxy and TaskRunnerProvider for the LayerTreeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include in perf test. 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 | « no previous file | cc/cc.gyp » ('j') | cc/test/fake_proxy.h » ('J')
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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "trees/layer_tree_settings.h", 477 "trees/layer_tree_settings.h",
478 "trees/mutator_host_client.h", 478 "trees/mutator_host_client.h",
479 "trees/occlusion.cc", 479 "trees/occlusion.cc",
480 "trees/occlusion.h", 480 "trees/occlusion.h",
481 "trees/occlusion_tracker.cc", 481 "trees/occlusion_tracker.cc",
482 "trees/occlusion_tracker.h", 482 "trees/occlusion_tracker.h",
483 "trees/property_tree.cc", 483 "trees/property_tree.cc",
484 "trees/property_tree.h", 484 "trees/property_tree.h",
485 "trees/property_tree_builder.cc", 485 "trees/property_tree_builder.cc",
486 "trees/property_tree_builder.h", 486 "trees/property_tree_builder.h",
487 "trees/proxy.cc",
488 "trees/proxy.h", 487 "trees/proxy.h",
489 "trees/proxy_common.cc", 488 "trees/proxy_common.cc",
490 "trees/proxy_common.h", 489 "trees/proxy_common.h",
491 "trees/proxy_impl.h", 490 "trees/proxy_impl.h",
492 "trees/proxy_main.h", 491 "trees/proxy_main.h",
493 "trees/scoped_abort_remaining_swap_promises.h", 492 "trees/scoped_abort_remaining_swap_promises.h",
494 "trees/single_thread_proxy.cc", 493 "trees/single_thread_proxy.cc",
495 "trees/single_thread_proxy.h", 494 "trees/single_thread_proxy.h",
496 "trees/swap_promise_monitor.cc", 495 "trees/swap_promise_monitor.cc",
497 "trees/swap_promise_monitor.h", 496 "trees/swap_promise_monitor.h",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "//ui/gl", 932 "//ui/gl",
934 "//ui/gl:test_support", 933 "//ui/gl:test_support",
935 ] 934 ]
936 935
937 if (is_android) { 936 if (is_android) {
938 isolate_file = "cc_perftests.isolate" 937 isolate_file = "cc_perftests.isolate"
939 } 938 }
940 } 939 }
941 # When adding support for isolates, please have a look at run-time dependencies 940 # When adding support for isolates, please have a look at run-time dependencies
942 # in the cc_unittests_run target in cc_tests.gyp. 941 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/test/fake_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698