OLD | NEW |
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 "blimp/client_picture_cache.h", | 10 "blimp/client_picture_cache.h", |
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 | 955 |
956 deps = [ | 956 deps = [ |
957 ":cc", | 957 ":cc", |
958 ":test_support", | 958 ":test_support", |
959 "//base/test:test_support", | 959 "//base/test:test_support", |
960 "//cc/ipc", | 960 "//cc/ipc", |
961 "//cc/ipc:test_interfaces", | 961 "//cc/ipc:test_interfaces", |
962 "//cc/proto", | 962 "//cc/proto", |
963 "//cc/surfaces", | 963 "//cc/surfaces", |
964 "//cc/surfaces:surface_id", | 964 "//cc/surfaces:surface_id", |
| 965 "//cc/surfaces:surfaces", |
965 "//gpu", | 966 "//gpu", |
966 "//gpu:test_support", | 967 "//gpu:test_support", |
967 "//gpu/command_buffer/client:gles2_interface", | 968 "//gpu/command_buffer/client:gles2_interface", |
968 "//gpu/command_buffer/common:gles2_utils", | 969 "//gpu/command_buffer/common:gles2_utils", |
969 "//media", | 970 "//media", |
970 "//mojo/edk/system", | 971 "//mojo/edk/system", |
971 "//mojo/public/cpp/bindings", | 972 "//mojo/public/cpp/bindings", |
972 "//testing/gmock", | 973 "//testing/gmock", |
973 "//testing/gtest", | 974 "//testing/gtest", |
974 "//ui/events:events_base", | 975 "//ui/events:events_base", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 data = [ | 1035 data = [ |
1035 "test/data/", | 1036 "test/data/", |
1036 | 1037 |
1037 # Needed for isolate script to execute. | 1038 # Needed for isolate script to execute. |
1038 "//testing/scripts/common.py", | 1039 "//testing/scripts/common.py", |
1039 "//testing/xvfb.py", | 1040 "//testing/xvfb.py", |
1040 "//testing/scripts/run_gtest_perf_test.py", | 1041 "//testing/scripts/run_gtest_perf_test.py", |
1041 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1042 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
1042 ] | 1043 ] |
1043 } | 1044 } |
OLD | NEW |