Chromium Code Reviews| Index: chrome/android/BUILD.gn |
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
| index 2ba30af8c27e980353e2231eb6fc81f35bbc274d..31db98250c3b80be2edbd74870b69337b5c1d73f 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 (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
|
| + 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", |