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

Unified Diff: content/renderer/DEPS

Issue 1246283003: Split out audio debug recording from RenderProcessHostImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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: content/renderer/DEPS
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index 06e99403267e11d2eb0b5be4c696a3ece120a267..b8a5d9bbb238c8ce436e4e1a5645fe60284cbcdc 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -28,4 +28,9 @@ specific_include_rules = {
"+content/public/browser",
"+content/shell",
],
+
+ 'render_thread_impl_browsertest.cc': [
Henrik Grunell 2015/10/15 12:17:03 Why is this needed?
Anand Mistry (off Chromium) 2015/10/21 03:58:24 This specific test needs to initialise Mojo. Norma
+ # Needed to set up Mojo.
+ "+content/app/mojo/mojo_init.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698