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

Side by Side Diff: cc/BUILD.gn

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (Closed)
Patch Set: Created 4 years, 3 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/surface_layer.cc » ('j') | cc/trees/swap_promise_manager.cc » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "trees/remote_channel_impl.cc", 529 "trees/remote_channel_impl.cc",
530 "trees/remote_channel_impl.h", 530 "trees/remote_channel_impl.h",
531 "trees/remote_channel_main.cc", 531 "trees/remote_channel_main.cc",
532 "trees/remote_channel_main.h", 532 "trees/remote_channel_main.h",
533 "trees/remote_proto_channel.h", 533 "trees/remote_proto_channel.h",
534 "trees/scoped_abort_remaining_swap_promises.h", 534 "trees/scoped_abort_remaining_swap_promises.h",
535 "trees/scroll_node.cc", 535 "trees/scroll_node.cc",
536 "trees/scroll_node.h", 536 "trees/scroll_node.h",
537 "trees/single_thread_proxy.cc", 537 "trees/single_thread_proxy.cc",
538 "trees/single_thread_proxy.h", 538 "trees/single_thread_proxy.h",
539 "trees/swap_promise_manager.cc",
540 "trees/swap_promise_manager.h",
539 "trees/swap_promise_monitor.cc", 541 "trees/swap_promise_monitor.cc",
540 "trees/swap_promise_monitor.h", 542 "trees/swap_promise_monitor.h",
541 "trees/task_runner_provider.cc", 543 "trees/task_runner_provider.cc",
542 "trees/task_runner_provider.h", 544 "trees/task_runner_provider.h",
543 "trees/threaded_channel.cc", 545 "trees/threaded_channel.cc",
544 "trees/threaded_channel.h", 546 "trees/threaded_channel.h",
545 "trees/transform_node.cc", 547 "trees/transform_node.cc",
546 "trees/transform_node.h", 548 "trees/transform_node.h",
547 "trees/tree_synchronizer.cc", 549 "trees/tree_synchronizer.cc",
548 "trees/tree_synchronizer.h", 550 "trees/tree_synchronizer.h",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 "//testing/perf", 1034 "//testing/perf",
1033 "//ui/gfx", 1035 "//ui/gfx",
1034 "//ui/gfx/geometry", 1036 "//ui/gfx/geometry",
1035 "//ui/gl", 1037 "//ui/gl",
1036 "//ui/gl:test_support", 1038 "//ui/gl:test_support",
1037 ] 1039 ]
1038 1040
1039 # This target should not require the Chrome executable to run. 1041 # This target should not require the Chrome executable to run.
1040 assert_no_deps = [ "//chrome" ] 1042 assert_no_deps = [ "//chrome" ]
1041 } 1043 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/surface_layer.cc » ('j') | cc/trees/swap_promise_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698