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

Side by Side Diff: cc/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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/BUILD.gn » ('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("//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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "surfaces/surface_factory_unittest.cc", 846 "surfaces/surface_factory_unittest.cc",
847 "surfaces/surface_hittest_unittest.cc", 847 "surfaces/surface_hittest_unittest.cc",
848 "surfaces/surface_manager_ref_unittest.cc", 848 "surfaces/surface_manager_ref_unittest.cc",
849 "surfaces/surface_manager_unittest.cc", 849 "surfaces/surface_manager_unittest.cc",
850 "surfaces/surface_sequence_generator_unittest.cc", 850 "surfaces/surface_sequence_generator_unittest.cc",
851 "surfaces/surface_unittest.cc", 851 "surfaces/surface_unittest.cc",
852 "surfaces/surfaces_pixeltest.cc", 852 "surfaces/surfaces_pixeltest.cc",
853 853
854 # Setup. 854 # Setup.
855 "test/cc_test_suite.cc", 855 "test/cc_test_suite.cc",
856 "test/cc_test_suite.h",
856 "test/run_all_unittests.cc", 857 "test/run_all_unittests.cc",
857 ] 858 ]
858 859
859 if (!is_android) { 860 if (!is_android) {
860 data = [ 861 data = [
861 "test/data/", 862 "test/data/",
862 ] 863 ]
863 } 864 }
864 865
865 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. 866 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 "ipc/cc_serialization_perftest.cc", 905 "ipc/cc_serialization_perftest.cc",
905 "layers/layer_perftest.cc", 906 "layers/layer_perftest.cc",
906 "layers/picture_layer_impl_perftest.cc", 907 "layers/picture_layer_impl_perftest.cc",
907 "output/bsp_tree_perftest.cc", 908 "output/bsp_tree_perftest.cc",
908 "quads/draw_quad_perftest.cc", 909 "quads/draw_quad_perftest.cc",
909 "raster/raster_buffer_provider_perftest.cc", 910 "raster/raster_buffer_provider_perftest.cc",
910 "raster/task_graph_runner_perftest.cc", 911 "raster/task_graph_runner_perftest.cc",
911 "raster/texture_compressor_perftest.cc", 912 "raster/texture_compressor_perftest.cc",
912 "surfaces/surface_aggregator_perftest.cc", 913 "surfaces/surface_aggregator_perftest.cc",
913 "test/cc_test_suite.cc", 914 "test/cc_test_suite.cc",
915 "test/cc_test_suite.h",
914 "test/run_all_perftests.cc", 916 "test/run_all_perftests.cc",
915 "tiles/software_image_decode_cache_perftest.cc", 917 "tiles/software_image_decode_cache_perftest.cc",
916 "tiles/tile_manager_perftest.cc", 918 "tiles/tile_manager_perftest.cc",
917 "trees/layer_tree_host_common_perftest.cc", 919 "trees/layer_tree_host_common_perftest.cc",
918 "trees/layer_tree_host_perftest.cc", 920 "trees/layer_tree_host_perftest.cc",
919 ] 921 ]
920 922
921 deps = [ 923 deps = [
922 ":cc", 924 ":cc",
923 ":test_support", 925 ":test_support",
(...skipping 26 matching lines...) Expand all
950 data = [ 952 data = [
951 "test/data/", 953 "test/data/",
952 954
953 # Needed for isolate script to execute. 955 # Needed for isolate script to execute.
954 "//testing/scripts/common.py", 956 "//testing/scripts/common.py",
955 "//testing/xvfb.py", 957 "//testing/xvfb.py",
956 "//testing/scripts/run_gtest_perf_test.py", 958 "//testing/scripts/run_gtest_perf_test.py",
957 "//tools/perf/generate_legacy_perf_dashboard_json.py", 959 "//tools/perf/generate_legacy_perf_dashboard_json.py",
958 ] 960 ]
959 } 961 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698