| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 26ba839efa3c8576314546b9f39478a0cc6348f8..730545cedd423431f87488370cde55ee00c1de75 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -3773,6 +3773,7 @@ test("unit_tests") {
|
| [ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
|
| deps += [
|
| "//device/battery:mojo_bindings",
|
| + "//ipc",
|
| "//third_party/libaddressinput",
|
| ]
|
| }
|
| @@ -4384,7 +4385,10 @@ test("unit_tests") {
|
| "../utility/cloud_print/pwg_encoder_unittest.cc",
|
| ]
|
|
|
| - deps += [ "//printing:test_support" ]
|
| + deps += [
|
| + "//ipc",
|
| + "//printing:test_support",
|
| + ]
|
| }
|
|
|
| if (enable_media_router) {
|
|
|