Chromium Code Reviews| Index: chrome/android/BUILD.gn |
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
| index da3e6882753d2f7173ce61f2f3b6f566b9d642d1..941e6cc9722a5efdeadcd6e4495b146802957e5c 100644 |
| --- a/chrome/android/BUILD.gn |
| +++ b/chrome/android/BUILD.gn |
| @@ -304,7 +304,6 @@ junit_binary("chrome_junit_tests") { |
| ":chrome_java_resources", |
| "//base:base_java", |
| "//base:base_java_test_support", |
| - "//base:base_junit_test_support", |
| "//components/bookmarks/common/android:bookmarks_java", |
| "//components/invalidation/impl:java", |
| "//components/web_restrictions:web_restrictions_java", |
| @@ -320,6 +319,7 @@ junit_binary("chrome_junit_tests") { |
| "//ui/android:ui_java", |
| google_play_services_library, |
| ] |
| + srcjar_deps = [ "//base:base_build_config_gen" ] |
|
mikecase (-- gone --)
2016/07/31 04:21:09
So, this is needed or some tests can't find BuildC
|
| } |
| # GYP: //chrome/chrome_android.gypi:chrome_version_java |