| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "//ui/message_center:test_support", | 130 "//ui/message_center:test_support", |
| 131 ] | 131 ] |
| 132 | 132 |
| 133 if (!is_ios) { | 133 if (!is_ios) { |
| 134 public_deps += [ | 134 public_deps += [ |
| 135 "//chrome/child", | 135 "//chrome/child", |
| 136 "//chrome/renderer", | 136 "//chrome/renderer", |
| 137 "//chrome/utility", | 137 "//chrome/utility", |
| 138 "//components/autofill/core/browser:test_support", | 138 "//components/autofill/core/browser:test_support", |
| 139 "//components/captive_portal:test_support", | 139 "//components/captive_portal:test_support", |
| 140 "//components/chooser_controller:test_support", | |
| 141 "//components/gcm_driver/crypto:test_support", | 140 "//components/gcm_driver/crypto:test_support", |
| 142 "//components/guest_view/browser:test_support", | 141 "//components/guest_view/browser:test_support", |
| 143 "//components/infobars/core", | 142 "//components/infobars/core", |
| 144 "//components/sessions:test_support", | 143 "//components/sessions:test_support", |
| 145 "//components/web_resource:test_support", | 144 "//components/web_resource:test_support", |
| 146 "//content/public/child", | 145 "//content/public/child", |
| 147 "//content/public/common", | 146 "//content/public/common", |
| 148 "//content/public/renderer", | 147 "//content/public/renderer", |
| 149 "//content/public/utility", | 148 "//content/public/utility", |
| 150 "//google_apis:test_support", | 149 "//google_apis:test_support", |
| (...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2470 if (is_android) { | 2469 if (is_android) { |
| 2471 android_library("unit_tests_java") { | 2470 android_library("unit_tests_java") { |
| 2472 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2471 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2473 deps = [ | 2472 deps = [ |
| 2474 "//base:base_java", | 2473 "//base:base_java", |
| 2475 "//chrome/android:chrome_java", | 2474 "//chrome/android:chrome_java", |
| 2476 "//content/public/android:content_java", | 2475 "//content/public/android:content_java", |
| 2477 ] | 2476 ] |
| 2478 } | 2477 } |
| 2479 } | 2478 } |
| OLD | NEW |