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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1954 "//chrome") | 1954 "//chrome") |
1955 } | 1955 } |
1956 } | 1956 } |
1957 if (use_ash) { | 1957 if (use_ash) { |
1958 sources += | 1958 sources += |
1959 rebase_path(chrome_tests_unit_gypi_values.chrome_unit_tests_ash_sources, | 1959 rebase_path(chrome_tests_unit_gypi_values.chrome_unit_tests_ash_sources, |
1960 ".", | 1960 ".", |
1961 "//chrome") | 1961 "//chrome") |
1962 deps += [ | 1962 deps += [ |
1963 "//ash:test_support", | 1963 "//ash:test_support", |
| 1964 "//ash/common/strings", |
1964 "//ash/resources", | 1965 "//ash/resources", |
1965 "//ash/strings", | |
1966 ] | 1966 ] |
1967 | 1967 |
1968 # We eventually want to compile both in Win Aura builds, see | 1968 # We eventually want to compile both in Win Aura builds, see |
1969 # http://crbug.com/155545. | 1969 # http://crbug.com/155545. |
1970 if (!is_win) { | 1970 if (!is_win) { |
1971 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ] | 1971 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ] |
1972 } | 1972 } |
1973 } | 1973 } |
1974 if (use_aura) { | 1974 if (use_aura) { |
1975 deps += [ | 1975 deps += [ |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2468 if (is_android) { | 2468 if (is_android) { |
2469 android_library("unit_tests_java") { | 2469 android_library("unit_tests_java") { |
2470 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2470 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2471 deps = [ | 2471 deps = [ |
2472 "//base:base_java", | 2472 "//base:base_java", |
2473 "//chrome/android:chrome_java", | 2473 "//chrome/android:chrome_java", |
2474 "//content/public/android:content_java", | 2474 "//content/public/android:content_java", |
2475 ] | 2475 ] |
2476 } | 2476 } |
2477 } | 2477 } |
OLD | NEW |