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

Side by Side Diff: cc/BUILD.gn

Issue 1866583002: Connect LTHI::ScrollAnimated to cc::Viewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 8 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/cc_tests.gyp » ('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("//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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 "layers/solid_color_layer_impl_unittest.cc", 832 "layers/solid_color_layer_impl_unittest.cc",
833 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 833 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
834 "layers/surface_layer_impl_unittest.cc", 834 "layers/surface_layer_impl_unittest.cc",
835 "layers/surface_layer_unittest.cc", 835 "layers/surface_layer_unittest.cc",
836 "layers/texture_layer_impl_unittest.cc", 836 "layers/texture_layer_impl_unittest.cc",
837 "layers/texture_layer_unittest.cc", 837 "layers/texture_layer_unittest.cc",
838 "layers/ui_resource_layer_impl_unittest.cc", 838 "layers/ui_resource_layer_impl_unittest.cc",
839 "layers/ui_resource_layer_unittest.cc", 839 "layers/ui_resource_layer_unittest.cc",
840 "layers/video_frame_provider_client_impl_unittest.cc", 840 "layers/video_frame_provider_client_impl_unittest.cc",
841 "layers/video_layer_impl_unittest.cc", 841 "layers/video_layer_impl_unittest.cc",
842 "layers/viewport_unittest.cc",
842 "output/begin_frame_args_unittest.cc", 843 "output/begin_frame_args_unittest.cc",
843 "output/bsp_tree_unittest.cc", 844 "output/bsp_tree_unittest.cc",
844 "output/delegating_renderer_unittest.cc", 845 "output/delegating_renderer_unittest.cc",
845 "output/filter_operations_unittest.cc", 846 "output/filter_operations_unittest.cc",
846 "output/gl_renderer_unittest.cc", 847 "output/gl_renderer_unittest.cc",
847 "output/layer_quad_unittest.cc", 848 "output/layer_quad_unittest.cc",
848 "output/managed_memory_policy_unittest.cc", 849 "output/managed_memory_policy_unittest.cc",
849 "output/output_surface_unittest.cc", 850 "output/output_surface_unittest.cc",
850 "output/overlay_unittest.cc", 851 "output/overlay_unittest.cc",
851 "output/renderer_pixeltest.cc", 852 "output/renderer_pixeltest.cc",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 "//ui/gl", 1016 "//ui/gl",
1016 "//ui/gl:test_support", 1017 "//ui/gl:test_support",
1017 ] 1018 ]
1018 1019
1019 if (is_android) { 1020 if (is_android) {
1020 isolate_file = "cc_perftests.isolate" 1021 isolate_file = "cc_perftests.isolate"
1021 } 1022 }
1022 } 1023 }
1023 # When adding support for isolates, please have a look at run-time dependencies 1024 # When adding support for isolates, please have a look at run-time dependencies
1024 # in the cc_unittests_run target in cc_tests.gyp. 1025 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698