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

Unified Diff: chrome/android/BUILD.gn

Issue 2846703004: Exclude crash tests for O (Closed)
Patch Set: use android_sdk_version Created 3 years, 8 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 2ba30af8c27e980353e2231eb6fc81f35bbc274d..cb7d5e6622e29331d18214186bb53d5c7a468eb0 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -412,6 +412,15 @@ android_library("chrome_test_java") {
# From java_sources.gni.
java_files = chrome_test_java_sources
+ # TODO(crbug/716236): Remove this exclusion and update these two test files,
+ # after the O SDK is rolled.
+ if (android_sdk_version == "O") {
+ java_files -= [
+ "javatests/src/org/chromium/chrome/browser/crash/LogcatExtractionRunnableTest.java",
+ "javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadServiceTest.java",
+ ]
+ }
+
deps = [
"//base:base_java",
"//base:base_java_test_support",
« 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