Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: chrome/android/BUILD.gn

Issue 2846703004: Exclude crash tests for O (Closed)
Patch Set: Rephrase comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/crash/LogcatExtractionRunnableTest.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni") 10 import("//chrome/android/monochrome_android_manifest_jinja_variables.gni")
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 ":chrome_version_java", 405 ":chrome_version_java",
406 ] 406 ]
407 } 407 }
408 408
409 android_library("chrome_test_java") { 409 android_library("chrome_test_java") {
410 testonly = true 410 testonly = true
411 411
412 # From java_sources.gni. 412 # From java_sources.gni.
413 java_files = chrome_test_java_sources 413 java_files = chrome_test_java_sources
414 414
415 # TODO(crbug/716236): Remove this exclusion and update these two test files,
416 # after the O SDK is rolled
417 if (defined(use_really_unpublished_apis) && use_really_unpublished_apis) {
agrieve 2017/04/28 01:05:33 nit: would be better to not use downstream gn arg
418 java_files -= [
419 "javatests/src/org/chromium/chrome/browser/crash/LogcatExtractionRunnableT est.java",
420 "javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadServiceTest .java",
421 ]
422 }
423
415 deps = [ 424 deps = [
416 "//base:base_java", 425 "//base:base_java",
417 "//base:base_java_test_support", 426 "//base:base_java_test_support",
418 "//chrome/android:app_hooks_java", 427 "//chrome/android:app_hooks_java",
419 "//chrome/android:chrome_java", 428 "//chrome/android:chrome_java",
420 "//chrome/android/webapk/libs/client:client_java", 429 "//chrome/android/webapk/libs/client:client_java",
421 "//chrome/android/webapk/libs/common:common_java", 430 "//chrome/android/webapk/libs/common:common_java",
422 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 431 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
423 "//chrome/test/android:chrome_java_test_support", 432 "//chrome/test/android:chrome_java_test_support",
424 "//components/autofill/android:autofill_java", 433 "//components/autofill/android:autofill_java",
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 apk_name = "ChromeSyncShellTest" 946 apk_name = "ChromeSyncShellTest"
938 apk_under_test = ":chrome_sync_shell_apk" 947 apk_under_test = ":chrome_sync_shell_apk"
939 android_manifest = chrome_sync_shell_test_apk_manifest 948 android_manifest = chrome_sync_shell_test_apk_manifest
940 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 949 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
941 deps = [ 950 deps = [
942 ":chrome_sync_shell_test_apk_java", 951 ":chrome_sync_shell_test_apk_java",
943 "//third_party/android_support_test_runner:runner_java", 952 "//third_party/android_support_test_runner:runner_java",
944 ] 953 ]
945 proguard_enabled = !is_java_debug 954 proguard_enabled = !is_java_debug
946 } 955 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/crash/LogcatExtractionRunnableTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698