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

Side by Side Diff: cc/BUILD.gn

Issue 2277583002: Add pixel tests for rastering painted scrollbars at different scales. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scrollbarpixeltests: fix-racey-crashing Created 4 years, 4 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/test/data/spiral_64_scale.png » ('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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "tiles/tile_manager_unittest.cc", 911 "tiles/tile_manager_unittest.cc",
912 "tiles/tile_priority_unittest.cc", 912 "tiles/tile_priority_unittest.cc",
913 "trees/blocking_task_runner_unittest.cc", 913 "trees/blocking_task_runner_unittest.cc",
914 "trees/damage_tracker_unittest.cc", 914 "trees/damage_tracker_unittest.cc",
915 "trees/layer_tree_host_common_unittest.cc", 915 "trees/layer_tree_host_common_unittest.cc",
916 "trees/layer_tree_host_impl_unittest.cc", 916 "trees/layer_tree_host_impl_unittest.cc",
917 "trees/layer_tree_host_pixeltest_blending.cc", 917 "trees/layer_tree_host_pixeltest_blending.cc",
918 "trees/layer_tree_host_pixeltest_filters.cc", 918 "trees/layer_tree_host_pixeltest_filters.cc",
919 "trees/layer_tree_host_pixeltest_masks.cc", 919 "trees/layer_tree_host_pixeltest_masks.cc",
920 "trees/layer_tree_host_pixeltest_readback.cc", 920 "trees/layer_tree_host_pixeltest_readback.cc",
921 "trees/layer_tree_host_pixeltest_scrollbars.cc",
921 "trees/layer_tree_host_pixeltest_synchronous.cc", 922 "trees/layer_tree_host_pixeltest_synchronous.cc",
922 "trees/layer_tree_host_pixeltest_tiles.cc", 923 "trees/layer_tree_host_pixeltest_tiles.cc",
923 "trees/layer_tree_host_unittest.cc", 924 "trees/layer_tree_host_unittest.cc",
924 "trees/layer_tree_host_unittest_animation.cc", 925 "trees/layer_tree_host_unittest_animation.cc",
925 "trees/layer_tree_host_unittest_context.cc", 926 "trees/layer_tree_host_unittest_context.cc",
926 "trees/layer_tree_host_unittest_copyrequest.cc", 927 "trees/layer_tree_host_unittest_copyrequest.cc",
927 "trees/layer_tree_host_unittest_damage.cc", 928 "trees/layer_tree_host_unittest_damage.cc",
928 "trees/layer_tree_host_unittest_occlusion.cc", 929 "trees/layer_tree_host_unittest_occlusion.cc",
929 "trees/layer_tree_host_unittest_picture.cc", 930 "trees/layer_tree_host_unittest_picture.cc",
930 "trees/layer_tree_host_unittest_proxy.cc", 931 "trees/layer_tree_host_unittest_proxy.cc",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 "//ui/gfx/geometry", 1037 "//ui/gfx/geometry",
1037 "//ui/gl", 1038 "//ui/gl",
1038 "//ui/gl:test_support", 1039 "//ui/gl:test_support",
1039 ] 1040 ]
1040 1041
1041 # This target should not require the Chrome executable to run. 1042 # This target should not require the Chrome executable to run.
1042 assert_no_deps = [ "//chrome" ] 1043 assert_no_deps = [ "//chrome" ]
1043 } 1044 }
1044 # When adding support for isolates, please have a look at run-time dependencies 1045 # When adding support for isolates, please have a look at run-time dependencies
1045 # in the cc_unittests_run target in cc_tests.gyp. 1046 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/test/data/spiral_64_scale.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698