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

Side by Side Diff: cc/BUILD.gn

Issue 2733633002: Handle nested position:sticky elements correctly (compositor) (Closed)
Patch Set: Fix unittest Created 3 years, 9 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/blink/web_layer_impl.cc » ('j') | cc/layers/layer.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("//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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "tiles/gpu_image_decode_cache_unittest.cc", 842 "tiles/gpu_image_decode_cache_unittest.cc",
843 "tiles/image_controller_unittest.cc", 843 "tiles/image_controller_unittest.cc",
844 "tiles/mipmap_util_unittest.cc", 844 "tiles/mipmap_util_unittest.cc",
845 "tiles/picture_layer_tiling_set_unittest.cc", 845 "tiles/picture_layer_tiling_set_unittest.cc",
846 "tiles/picture_layer_tiling_unittest.cc", 846 "tiles/picture_layer_tiling_unittest.cc",
847 "tiles/software_image_decode_cache_unittest.cc", 847 "tiles/software_image_decode_cache_unittest.cc",
848 "tiles/tile_manager_unittest.cc", 848 "tiles/tile_manager_unittest.cc",
849 "tiles/tile_priority_unittest.cc", 849 "tiles/tile_priority_unittest.cc",
850 "trees/blocking_task_runner_unittest.cc", 850 "trees/blocking_task_runner_unittest.cc",
851 "trees/damage_tracker_unittest.cc", 851 "trees/damage_tracker_unittest.cc",
852 "trees/draw_property_utils_unittest.cc",
852 "trees/layer_tree_host_common_unittest.cc", 853 "trees/layer_tree_host_common_unittest.cc",
853 "trees/layer_tree_host_impl_unittest.cc", 854 "trees/layer_tree_host_impl_unittest.cc",
854 "trees/layer_tree_host_pixeltest_blending.cc", 855 "trees/layer_tree_host_pixeltest_blending.cc",
855 "trees/layer_tree_host_pixeltest_filters.cc", 856 "trees/layer_tree_host_pixeltest_filters.cc",
856 "trees/layer_tree_host_pixeltest_masks.cc", 857 "trees/layer_tree_host_pixeltest_masks.cc",
857 "trees/layer_tree_host_pixeltest_readback.cc", 858 "trees/layer_tree_host_pixeltest_readback.cc",
858 "trees/layer_tree_host_pixeltest_scrollbars.cc", 859 "trees/layer_tree_host_pixeltest_scrollbars.cc",
859 "trees/layer_tree_host_pixeltest_synchronous.cc", 860 "trees/layer_tree_host_pixeltest_synchronous.cc",
860 "trees/layer_tree_host_pixeltest_tiles.cc", 861 "trees/layer_tree_host_pixeltest_tiles.cc",
861 "trees/layer_tree_host_unittest.cc", 862 "trees/layer_tree_host_unittest.cc",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 data = [ 1001 data = [
1001 "test/data/", 1002 "test/data/",
1002 1003
1003 # Needed for isolate script to execute. 1004 # Needed for isolate script to execute.
1004 "//testing/scripts/common.py", 1005 "//testing/scripts/common.py",
1005 "//testing/xvfb.py", 1006 "//testing/xvfb.py",
1006 "//testing/scripts/run_gtest_perf_test.py", 1007 "//testing/scripts/run_gtest_perf_test.py",
1007 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1008 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1008 ] 1009 ]
1009 } 1010 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.cc » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698