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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 "//crypto:platform", | 992 "//crypto:platform", |
993 "//crypto:test_support", | 993 "//crypto:test_support", |
994 "//device/bluetooth:mocks", | 994 "//device/bluetooth:mocks", |
995 "//device/serial:test_support", | 995 "//device/serial:test_support", |
996 "//device/usb:test_support", | 996 "//device/usb:test_support", |
997 "//extensions/common/api", | 997 "//extensions/common/api", |
998 "//google_apis:test_support", | 998 "//google_apis:test_support", |
999 "//media", | 999 "//media", |
1000 "//media/base:test_support", | 1000 "//media/base:test_support", |
1001 "//media/cast:test_support", | 1001 "//media/cast:test_support", |
| 1002 "//mojo/common:common_base", |
1002 "//net", | 1003 "//net", |
1003 "//net:test_support", | 1004 "//net:test_support", |
1004 "//sdch", | 1005 "//sdch", |
| 1006 "//services/shell/public/cpp", |
1005 "//skia", | 1007 "//skia", |
1006 "//sync", | 1008 "//sync", |
1007 "//sync:test_support_sync_api", | 1009 "//sync:test_support_sync_api", |
1008 "//testing/gmock", | 1010 "//testing/gmock", |
1009 "//testing/gtest", | 1011 "//testing/gtest", |
1010 "//testing/perf", | 1012 "//testing/perf", |
1011 "//third_party/cacheinvalidation", | 1013 "//third_party/cacheinvalidation", |
1012 "//third_party/icu", | 1014 "//third_party/icu", |
1013 "//third_party/leveldatabase", | 1015 "//third_party/leveldatabase", |
1014 "//third_party/libjingle", | 1016 "//third_party/libjingle", |
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2455 if (is_android) { | 2457 if (is_android) { |
2456 android_library("unit_tests_java") { | 2458 android_library("unit_tests_java") { |
2457 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2459 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2458 deps = [ | 2460 deps = [ |
2459 "//base:base_java", | 2461 "//base:base_java", |
2460 "//chrome/android:chrome_java", | 2462 "//chrome/android:chrome_java", |
2461 "//content/public/android:content_java", | 2463 "//content/public/android:content_java", |
2462 ] | 2464 ] |
2463 } | 2465 } |
2464 } | 2466 } |
OLD | NEW |