| 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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 "//ui/resources", | 1729 "//ui/resources", |
| 1730 ] | 1730 ] |
| 1731 data_deps = [] | 1731 data_deps = [] |
| 1732 | 1732 |
| 1733 if (!is_ios) { | 1733 if (!is_ios) { |
| 1734 deps += [ | 1734 deps += [ |
| 1735 "//components/autofill/content/renderer:test_support", | 1735 "//components/autofill/content/renderer:test_support", |
| 1736 "//components/data_reduction_proxy/core/browser:test_support", | 1736 "//components/data_reduction_proxy/core/browser:test_support", |
| 1737 "//components/data_use_measurement/core", | 1737 "//components/data_use_measurement/core", |
| 1738 "//components/metrics/proto", | 1738 "//components/metrics/proto", |
| 1739 "//components/os_crypt:test_support", |
| 1739 "//components/safe_browsing_db", | 1740 "//components/safe_browsing_db", |
| 1740 "//components/safe_json:test_support", | 1741 "//components/safe_json:test_support", |
| 1741 "//components/strings", | 1742 "//components/strings", |
| 1742 "//components/webdata_services:test_support", | 1743 "//components/webdata_services:test_support", |
| 1743 "//content/app/resources", | 1744 "//content/app/resources", |
| 1744 "//device/bluetooth:mocks", | 1745 "//device/bluetooth:mocks", |
| 1745 "//device/core:mocks", | 1746 "//device/core:mocks", |
| 1746 "//device/usb:test_support", | 1747 "//device/usb:test_support", |
| 1747 "//gpu:test_support", | 1748 "//gpu:test_support", |
| 1748 "//media:test_support", | 1749 "//media:test_support", |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2383 if (is_android) { | 2384 if (is_android) { |
| 2384 android_library("unit_tests_java") { | 2385 android_library("unit_tests_java") { |
| 2385 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2386 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2386 deps = [ | 2387 deps = [ |
| 2387 "//base:base_java", | 2388 "//base:base_java", |
| 2388 "//chrome/android:chrome_java", | 2389 "//chrome/android:chrome_java", |
| 2389 "//content/public/android:content_java", | 2390 "//content/public/android:content_java", |
| 2390 ] | 2391 ] |
| 2391 } | 2392 } |
| 2392 } | 2393 } |
| OLD | NEW |