| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "//content/app/resources", | 417 "//content/app/resources", |
| 418 "//content/test:browsertest_base", | 418 "//content/test:browsertest_base", |
| 419 "//crypto:platform", | 419 "//crypto:platform", |
| 420 "//crypto:test_support", | 420 "//crypto:test_support", |
| 421 "//google_apis:test_support", | 421 "//google_apis:test_support", |
| 422 "//net", | 422 "//net", |
| 423 "//net:net_resources", | 423 "//net:net_resources", |
| 424 "//net:test_support", | 424 "//net:test_support", |
| 425 "//skia", | 425 "//skia", |
| 426 "//sync", | 426 "//sync", |
| 427 "//sync:test_support_sync_api", |
| 427 "//testing/gmock", | 428 "//testing/gmock", |
| 428 "//testing/gtest", | 429 "//testing/gtest", |
| 429 "//third_party/hunspell", | 430 "//third_party/hunspell", |
| 430 "//third_party/icu", | 431 "//third_party/icu", |
| 431 "//third_party/libpng", | 432 "//third_party/libpng", |
| 432 "//third_party/zlib", | 433 "//third_party/zlib", |
| 433 "//ui/base:test_support", | 434 "//ui/base:test_support", |
| 434 "//ui/resources:ui_test_pak", | 435 "//ui/resources:ui_test_pak", |
| 435 "//ui/web_dialogs:test_support", | 436 "//ui/web_dialogs:test_support", |
| 436 ] | 437 ] |
| (...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2460 if (is_android) { | 2461 if (is_android) { |
| 2461 android_library("unit_tests_java") { | 2462 android_library("unit_tests_java") { |
| 2462 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2463 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2463 deps = [ | 2464 deps = [ |
| 2464 "//base:base_java", | 2465 "//base:base_java", |
| 2465 "//chrome/android:chrome_java", | 2466 "//chrome/android:chrome_java", |
| 2466 "//content/public/android:content_java", | 2467 "//content/public/android:content_java", |
| 2467 ] | 2468 ] |
| 2468 } | 2469 } |
| 2469 } | 2470 } |
| OLD | NEW |