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

Side by Side Diff: cc/BUILD.gn

Issue 2802023002: Remove SurfaceFactory And SurfaceFactoryClient (Closed)
Patch Set: Rebase Created 3 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/surfaces/BUILD.gn » ('j') | cc/surfaces/compositor_frame_sink_support.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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "benchmarks/benchmark_instrumentation.cc", 10 "benchmarks/benchmark_instrumentation.cc",
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "animation/scroll_offset_animation_curve_unittest.cc", 841 "animation/scroll_offset_animation_curve_unittest.cc",
842 "animation/transform_operations_unittest.cc", 842 "animation/transform_operations_unittest.cc",
843 843
844 # Surfaces test files. 844 # Surfaces test files.
845 "surfaces/compositor_frame_sink_support_unittest.cc", 845 "surfaces/compositor_frame_sink_support_unittest.cc",
846 "surfaces/direct_compositor_frame_sink_unittest.cc", 846 "surfaces/direct_compositor_frame_sink_unittest.cc",
847 "surfaces/display_scheduler_unittest.cc", 847 "surfaces/display_scheduler_unittest.cc",
848 "surfaces/display_unittest.cc", 848 "surfaces/display_unittest.cc",
849 "surfaces/referenced_surface_tracker_unittest.cc", 849 "surfaces/referenced_surface_tracker_unittest.cc",
850 "surfaces/surface_aggregator_unittest.cc", 850 "surfaces/surface_aggregator_unittest.cc",
851 "surfaces/surface_factory_unittest.cc",
852 "surfaces/surface_hittest_unittest.cc", 851 "surfaces/surface_hittest_unittest.cc",
853 "surfaces/surface_manager_ref_unittest.cc", 852 "surfaces/surface_manager_ref_unittest.cc",
854 "surfaces/surface_manager_unittest.cc", 853 "surfaces/surface_manager_unittest.cc",
855 "surfaces/surface_sequence_generator_unittest.cc", 854 "surfaces/surface_sequence_generator_unittest.cc",
856 "surfaces/surface_unittest.cc", 855 "surfaces/surface_unittest.cc",
857 "surfaces/surfaces_pixeltest.cc", 856 "surfaces/surfaces_pixeltest.cc",
858 857
859 # Setup. 858 # Setup.
860 "test/cc_test_suite.cc", 859 "test/cc_test_suite.cc",
861 "test/cc_test_suite.h", 860 "test/cc_test_suite.h",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 data = [ 956 data = [
958 "test/data/", 957 "test/data/",
959 958
960 # Needed for isolate script to execute. 959 # Needed for isolate script to execute.
961 "//testing/scripts/common.py", 960 "//testing/scripts/common.py",
962 "//testing/xvfb.py", 961 "//testing/xvfb.py",
963 "//testing/scripts/run_gtest_perf_test.py", 962 "//testing/scripts/run_gtest_perf_test.py",
964 "//tools/perf/generate_legacy_perf_dashboard_json.py", 963 "//tools/perf/generate_legacy_perf_dashboard_json.py",
965 ] 964 ]
966 } 965 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/BUILD.gn » ('j') | cc/surfaces/compositor_frame_sink_support.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698