Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: extensions/common/api/BUILD.gn

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698