Chromium Code Reviews| Index: mojo/public/cpp/bindings/BUILD.gn |
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn |
| index f18ad01433eddc199878d7018f399e592a35adad..fa5b62cffc7ef3f94883efffe321d4a203128053 100644 |
| --- a/mojo/public/cpp/bindings/BUILD.gn |
| +++ b/mojo/public/cpp/bindings/BUILD.gn |
| @@ -86,6 +86,7 @@ source_set("bindings") { |
| public_deps = [ |
| ":callback", |
| "//base", |
| + "//ipc", |
|
yzshen1
2015/12/15 21:20:26
It seems too much to depend on //ipc. It may cause
Ken Rockot(use gerrit already)
2015/12/15 23:31:07
That's fair, though gyp doesn't really have a noti
|
| "//mojo/public/cpp/system", |
| ] |