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

Unified Diff: content/renderer/DEPS

Issue 1488853002: Add multiplexing of message pipes in the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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: content/renderer/DEPS
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index b070955d6d5f880f8fae4ae90e80723b3799cf03..3a49854f3be6d6856420a7e1fa70353a4a05c908 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -29,5 +29,8 @@ specific_include_rules = {
'.*_[a-z]*browsertest.*': [
"+content/public/browser",
"+content/shell",
+ ],
+ "render_thread_impl_browsertest\.cc": [
+ "+content/app/mojo/mojo_init.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698