| 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 "//content/test:test_support", | 972 "//content/test:test_support", |
| 973 "//crypto:platform", | 973 "//crypto:platform", |
| 974 "//crypto:test_support", | 974 "//crypto:test_support", |
| 975 "//device/bluetooth:mocks", | 975 "//device/bluetooth:mocks", |
| 976 "//device/serial:test_support", | 976 "//device/serial:test_support", |
| 977 "//device/usb:test_support", | 977 "//device/usb:test_support", |
| 978 "//google_apis:test_support", | 978 "//google_apis:test_support", |
| 979 "//media", | 979 "//media", |
| 980 "//media/base:test_support", | 980 "//media/base:test_support", |
| 981 "//media/cast:test_support", | 981 "//media/cast:test_support", |
| 982 "//mojo/common:common_base", |
| 982 "//net", | 983 "//net", |
| 983 "//net:test_support", | 984 "//net:test_support", |
| 984 "//sdch", | 985 "//sdch", |
| 986 "//services/shell/public/cpp", |
| 985 "//skia", | 987 "//skia", |
| 986 "//sync", | 988 "//sync", |
| 987 "//testing/gmock", | 989 "//testing/gmock", |
| 988 "//testing/gtest", | 990 "//testing/gtest", |
| 989 "//testing/perf", | 991 "//testing/perf", |
| 990 "//third_party/cacheinvalidation", | 992 "//third_party/cacheinvalidation", |
| 991 "//third_party/icu", | 993 "//third_party/icu", |
| 992 "//third_party/leveldatabase", | 994 "//third_party/leveldatabase", |
| 993 "//third_party/libjingle", | 995 "//third_party/libjingle", |
| 994 "//third_party/webrtc/modules/desktop_capture", | 996 "//third_party/webrtc/modules/desktop_capture", |
| (...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2468 if (is_android) { | 2470 if (is_android) { |
| 2469 android_library("unit_tests_java") { | 2471 android_library("unit_tests_java") { |
| 2470 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2472 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2471 deps = [ | 2473 deps = [ |
| 2472 "//base:base_java", | 2474 "//base:base_java", |
| 2473 "//chrome/android:chrome_java", | 2475 "//chrome/android:chrome_java", |
| 2474 "//content/public/android:content_java", | 2476 "//content/public/android:content_java", |
| 2475 ] | 2477 ] |
| 2476 } | 2478 } |
| 2477 } | 2479 } |
| OLD | NEW |