| Index: components/data_reduction_proxy/content/browser/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn
|
| index 1320fbbf111aae064822f548a597ebc1ce008621..99e971ef85f7f1dd53fc568a433255ef824ba738 100644
|
| --- a/components/data_reduction_proxy/content/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/content/browser/BUILD.gn
|
| @@ -35,7 +35,9 @@ if (is_android) {
|
|
|
| deps = [
|
| ":browser",
|
| + "//skia",
|
| "//testing/gtest",
|
| + "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| ]
|
| }
|
| }
|
|
|