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