| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "//content/app/resources", | 411 "//content/app/resources", |
| 412 "//content/test:browsertest_base", | 412 "//content/test:browsertest_base", |
| 413 "//crypto:platform", | 413 "//crypto:platform", |
| 414 "//crypto:test_support", | 414 "//crypto:test_support", |
| 415 "//google_apis:test_support", | 415 "//google_apis:test_support", |
| 416 "//net", | 416 "//net", |
| 417 "//net:net_resources", | 417 "//net:net_resources", |
| 418 "//net:test_support", | 418 "//net:test_support", |
| 419 "//skia", | 419 "//skia", |
| 420 "//sync", | 420 "//sync", |
| 421 "//sync:test_support_sync_api", |
| 421 "//testing/gmock", | 422 "//testing/gmock", |
| 422 "//testing/gtest", | 423 "//testing/gtest", |
| 423 "//third_party/hunspell", | 424 "//third_party/hunspell", |
| 424 "//third_party/icu", | 425 "//third_party/icu", |
| 425 "//third_party/libpng", | 426 "//third_party/libpng", |
| 426 "//third_party/zlib", | 427 "//third_party/zlib", |
| 427 "//ui/base:test_support", | 428 "//ui/base:test_support", |
| 428 "//ui/resources:ui_test_pak", | 429 "//ui/resources:ui_test_pak", |
| 429 "//ui/web_dialogs:test_support", | 430 "//ui/web_dialogs:test_support", |
| 430 ] | 431 ] |
| (...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 if (is_android) { | 2455 if (is_android) { |
| 2455 android_library("unit_tests_java") { | 2456 android_library("unit_tests_java") { |
| 2456 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" ] |
| 2457 deps = [ | 2458 deps = [ |
| 2458 "//base:base_java", | 2459 "//base:base_java", |
| 2459 "//chrome/android:chrome_java", | 2460 "//chrome/android:chrome_java", |
| 2460 "//content/public/android:content_java", | 2461 "//content/public/android:content_java", |
| 2461 ] | 2462 ] |
| 2462 } | 2463 } |
| 2463 } | 2464 } |
| OLD | NEW |