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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 "//base/test:test_support_perf", | 1952 "//base/test:test_support_perf", |
1953 "//testing/gtest", | 1953 "//testing/gtest", |
1954 "//testing/perf", | 1954 "//testing/perf", |
1955 ] | 1955 ] |
1956 } | 1956 } |
1957 | 1957 |
1958 group("blink_platform_unittests_data") { | 1958 group("blink_platform_unittests_data") { |
1959 data = [ | 1959 data = [ |
1960 "testing/data/", | 1960 "testing/data/", |
1961 | 1961 |
1962 # TODO(toyoshim): Used by ResourceFetcherTest. Remove this dependency. | |
1963 "../web/tests/data/", | |
1964 | |
1965 # Required by some image decoder tests. | 1962 # Required by some image decoder tests. |
1966 "image-decoders/testing/", | 1963 "image-decoders/testing/", |
1967 "../../LayoutTests/images/resources/", | 1964 "../../LayoutTests/images/resources/", |
1968 ] | 1965 ] |
1969 } | 1966 } |
1970 | 1967 |
1971 if (current_cpu == "arm") { | 1968 if (current_cpu == "arm") { |
1972 source_set("blink_arm_neon") { | 1969 source_set("blink_arm_neon") { |
1973 sources = blink_platform_neon_files | 1970 sources = blink_platform_neon_files |
1974 | 1971 |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2117 "//third_party/WebKit/Source:config", | 2114 "//third_party/WebKit/Source:config", |
2118 "//third_party/WebKit/Source:inside_blink", | 2115 "//third_party/WebKit/Source:inside_blink", |
2119 ] | 2116 ] |
2120 | 2117 |
2121 deps = [ | 2118 deps = [ |
2122 ":test_support", | 2119 ":test_support", |
2123 "//testing/gmock", | 2120 "//testing/gmock", |
2124 "//testing/gtest", | 2121 "//testing/gtest", |
2125 ] | 2122 ] |
2126 } | 2123 } |
OLD | NEW |