| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index d8807175faec213eaf7e10eced4a567a4d218022..a3dd2f18833b37dc6402eefcddc304c6232842c2 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -259,7 +259,7 @@ junit_binary("chrome_junit_tests") {
|
| "junit/src/org/chromium/chrome/browser/externalauth/ExternalAuthUtilsTest.java",
|
| "junit/src/org/chromium/chrome/browser/firstrun/FirstRunFlowSequencerTest.java",
|
| "junit/src/org/chromium/chrome/browser/gcore/GoogleApiClientConnectionHelperTest.java",
|
| - "junit/src/org/chromium/chrome/browser/invalidations/InvalidationControllerTest.java",
|
| + "junit/src/org/chromium/chrome/browser/invalidation/InvalidationControllerTest.java",
|
| "junit/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteControllerTest.java",
|
| "junit/src/org/chromium/chrome/browser/media/remote/MediaUrlResolverTest.java",
|
| "junit/src/org/chromium/chrome/browser/media/remote/RemoteVideoInfoTest.java",
|
|
|