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