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