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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 defines = [] | 593 defines = [] |
594 testonly = true | 594 testonly = true |
595 | 595 |
596 sources = rebase_path( | 596 sources = rebase_path( |
597 chrome_tests_gypi_values.chrome_browser_app_list_ash_test_support_
sources, | 597 chrome_tests_gypi_values.chrome_browser_app_list_ash_test_support_
sources, |
598 ".", | 598 ".", |
599 "//chrome") | 599 "//chrome") |
600 | 600 |
601 deps = [ | 601 deps = [ |
602 "//chrome/browser/ui", | 602 "//chrome/browser/ui", |
603 "//ui/app_list/shower:test_support", | 603 "//ui/app_list/presenter:test_support", |
604 ] | 604 ] |
605 } | 605 } |
606 } | 606 } |
607 | 607 |
608 source_set("sync_integration_test_support") { | 608 source_set("sync_integration_test_support") { |
609 testonly = true | 609 testonly = true |
610 sources = rebase_path( | 610 sources = rebase_path( |
611 chrome_tests_gypi_values.test_support_sync_integration_sources, | 611 chrome_tests_gypi_values.test_support_sync_integration_sources, |
612 ".", | 612 ".", |
613 "//chrome") | 613 "//chrome") |
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2293 if (is_android) { | 2293 if (is_android) { |
2294 android_library("unit_tests_java") { | 2294 android_library("unit_tests_java") { |
2295 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2295 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2296 deps = [ | 2296 deps = [ |
2297 "//base:base_java", | 2297 "//base:base_java", |
2298 "//chrome/android:chrome_java", | 2298 "//chrome/android:chrome_java", |
2299 "//content/public/android:content_java", | 2299 "//content/public/android:content_java", |
2300 ] | 2300 ] |
2301 } | 2301 } |
2302 } | 2302 } |
OLD | NEW |