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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 if (is_android) { | 10 if (is_android) { |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 "//third_party/icu:icu_assets", | 334 "//third_party/icu:icu_assets", |
335 "//v8:v8_external_startup_data_assets", | 335 "//v8:v8_external_startup_data_assets", |
336 ] | 336 ] |
337 } | 337 } |
338 | 338 |
339 android_library("components_browsertests_java") { | 339 android_library("components_browsertests_java") { |
340 testonly = true | 340 testonly = true |
341 deps = [ | 341 deps = [ |
342 ":components_browsertests_resources", | 342 ":components_browsertests_resources", |
343 "//base:base_java", | 343 "//base:base_java", |
| 344 "//base:base_java_test_support", |
344 "//content/public/test/android:content_java_test_support", | 345 "//content/public/test/android:content_java_test_support", |
345 "//content/shell/android:content_shell_browsertests_java", | 346 "//content/shell/android:content_shell_browsertests_java", |
346 "//testing/android/native_test:native_test_java", | 347 "//testing/android/native_test:native_test_java", |
347 ] | 348 ] |
348 java_files = [ | 349 java_files = [ |
349 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap
k/ComponentsBrowserTestsActivity.java", | 350 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap
k/ComponentsBrowserTestsActivity.java", |
350 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap
k/ComponentsBrowserTestsApplication.java", | 351 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap
k/ComponentsBrowserTestsApplication.java", |
351 ] | 352 ] |
352 } | 353 } |
353 | 354 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 "//base/test:test_support_perf", | 482 "//base/test:test_support_perf", |
482 "//components/scheduler", | 483 "//components/scheduler", |
483 "//components/visitedlink/browser", | 484 "//components/visitedlink/browser", |
484 "//content/test:test_support", | 485 "//content/test:test_support", |
485 "//testing/gtest", | 486 "//testing/gtest", |
486 "//testing/perf", | 487 "//testing/perf", |
487 "//url", | 488 "//url", |
488 ] | 489 ] |
489 } | 490 } |
490 } | 491 } |
OLD | NEW |