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

Unified Diff: third_party/WebKit/Source/modules/broadcastchannel/DEPS

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better tests Created 4 years, 7 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: third_party/WebKit/Source/modules/broadcastchannel/DEPS
diff --git a/components/contextual_search/DEPS b/third_party/WebKit/Source/modules/broadcastchannel/DEPS
similarity index 50%
copy from components/contextual_search/DEPS
copy to third_party/WebKit/Source/modules/broadcastchannel/DEPS
index ef8ad28d9d44b3f4c4f8ce834105d770e17e66c3..3955ae9985ca38634abc7b3a62f5ee46bbd0352c 100644
--- a/components/contextual_search/DEPS
+++ b/third_party/WebKit/Source/modules/broadcastchannel/DEPS
@@ -1,3 +1,4 @@
include_rules = [
+ "+components/webmessaging/public",
haraken 2016/06/02 04:23:41 We're discussing this in another review (https://c
Marijn Kruisselbrink 2016/06/02 18:33:30 That makes a lot of sense, done.
"+mojo/public",
]

Powered by Google App Engine
This is Rietveld 408576698