| 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 testonly = true | 851 testonly = true |
| 852 deps = [ | 852 deps = [ |
| 853 ":mash_browser_tests", | 853 ":mash_browser_tests", |
| 854 ] | 854 ] |
| 855 } | 855 } |
| 856 | 856 |
| 857 group("mash_browser_tests") { | 857 group("mash_browser_tests") { |
| 858 testonly = true | 858 testonly = true |
| 859 data = [ | 859 data = [ |
| 860 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter", | 860 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter", |
| 861 "//chrome/test/data/autofill/heuristics/input/", |
| 862 "//chrome/test/data/extensions/platform_apps/context_menu/", |
| 861 ] | 863 ] |
| 862 data_deps = [ | 864 data_deps = [ |
| 863 ":browser_tests", | 865 ":browser_tests", |
| 864 ] | 866 ] |
| 865 } | 867 } |
| 866 } | 868 } |
| 867 | 869 |
| 868 test("browser_tests") { | 870 test("browser_tests") { |
| 869 sources = [ | 871 sources = [ |
| 870 "base/browser_tests_main.cc", | 872 "base/browser_tests_main.cc", |
| (...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2474 if (is_android) { | 2476 if (is_android) { |
| 2475 android_library("unit_tests_java") { | 2477 android_library("unit_tests_java") { |
| 2476 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2478 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2477 deps = [ | 2479 deps = [ |
| 2478 "//base:base_java", | 2480 "//base:base_java", |
| 2479 "//chrome/android:chrome_java", | 2481 "//chrome/android:chrome_java", |
| 2480 "//content/public/android:content_java", | 2482 "//content/public/android:content_java", |
| 2481 ] | 2483 ] |
| 2482 } | 2484 } |
| 2483 } | 2485 } |
| OLD | NEW |