Index: extensions/common/api/BUILD.gn |
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn |
index 15b3011c555c42f6e879e29de4809ed33b413ea8..2aa14a335fec117773f7a941482a85414532f5b0 100644 |
--- a/extensions/common/api/BUILD.gn |
+++ b/extensions/common/api/BUILD.gn |
@@ -112,6 +112,7 @@ json_schema_api("api_registration") { |
deps = [ |
":api", |
"//device/serial", |
+ "//extensions/browser/api", |
lazyboy
2016/10/26 17:22:23
Not sure if you want this, over to Devlin for revi
Devlin
2016/10/26 19:30:28
Hmm.... So I'm assuming we need this because the
Devlin
2016/10/26 19:31:00
(fwiw, I think this actually works, but it's a lit
tsniatowski
2016/10/26 20:43:42
Yes, what ends up happening is that the build of o
Dirk Pranke
2016/10/26 21:49:21
The way to share variables between files is to mov
Devlin
2016/10/26 21:57:52
tsniatowski@, can we try doing this and moving thi
tsniatowski
2016/10/27 08:18:58
OK, I'll have a look. For consistency, do you want
|
"//extensions/common/api/cast_channel:cast_channel_proto", |
"//skia", |
] |