| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 203104dce957241f165e7572272a417fbd057c36..dad1b27e9f929297d72949b2cb39f140a581fa10 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1863,6 +1863,8 @@ test("unit_tests") {
|
| sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ]
|
| deps += [
|
| ":unit_tests_java",
|
| + "//components/gcm_driver/instance_id/android:instance_id_driver_java",
|
| + "//components/gcm_driver/instance_id/android:instance_id_driver_test_support_java",
|
| "//components/offline_pages:test_support",
|
| "//v8:v8_external_startup_data_assets",
|
| ]
|
|
|