| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "//ui/message_center:test_support", | 127 "//ui/message_center:test_support", |
| 128 ] | 128 ] |
| 129 | 129 |
| 130 if (!is_ios) { | 130 if (!is_ios) { |
| 131 public_deps += [ | 131 public_deps += [ |
| 132 "//chrome/child", | 132 "//chrome/child", |
| 133 "//chrome/renderer", | 133 "//chrome/renderer", |
| 134 "//chrome/utility", | 134 "//chrome/utility", |
| 135 "//components/autofill/core/browser:test_support", | 135 "//components/autofill/core/browser:test_support", |
| 136 "//components/captive_portal:test_support", | 136 "//components/captive_portal:test_support", |
| 137 "//components/chooser_controller:test_support", |
| 137 "//components/gcm_driver/crypto:test_support", | 138 "//components/gcm_driver/crypto:test_support", |
| 138 "//components/guest_view/browser:test_support", | 139 "//components/guest_view/browser:test_support", |
| 139 "//components/infobars/core", | 140 "//components/infobars/core", |
| 140 "//components/sessions:test_support", | 141 "//components/sessions:test_support", |
| 141 "//components/web_resource:test_support", | 142 "//components/web_resource:test_support", |
| 142 "//content/public/child", | 143 "//content/public/child", |
| 143 "//content/public/common", | 144 "//content/public/common", |
| 144 "//content/public/renderer", | 145 "//content/public/renderer", |
| 145 "//content/public/utility", | 146 "//content/public/utility", |
| 146 "//google_apis:test_support", | 147 "//google_apis:test_support", |
| (...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2393 if (is_android) { | 2394 if (is_android) { |
| 2394 android_library("unit_tests_java") { | 2395 android_library("unit_tests_java") { |
| 2395 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2396 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2396 deps = [ | 2397 deps = [ |
| 2397 "//base:base_java", | 2398 "//base:base_java", |
| 2398 "//chrome/android:chrome_java", | 2399 "//chrome/android:chrome_java", |
| 2399 "//content/public/android:content_java", | 2400 "//content/public/android:content_java", |
| 2400 ] | 2401 ] |
| 2401 } | 2402 } |
| 2402 } | 2403 } |
| OLD | NEW |