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

Unified Diff: components/test_runner/DEPS

Issue 1371373002: Extend components/test_runner's generated WebMediaStream to have a ChromeMock VideoTrack and Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mazzoni@ comments, web_view/test_runner build, rebase, cleaned up requestUserMedia() 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: components/test_runner/DEPS
diff --git a/components/test_runner/DEPS b/components/test_runner/DEPS
index 78b42bbbdc7989780416475c239be0e7903d3474..c2b051b7c664256fe7f551bd583ec2a521065c4c 100644
--- a/components/test_runner/DEPS
+++ b/components/test_runner/DEPS
@@ -9,4 +9,9 @@ include_rules = [
"+ui/events",
"+ui/gfx",
"+v8/include",
+
+ # Test_runner is a layered component; subdirectories must explicitly
+ # introduce the ability to use the content layer as appropriate.
+ # http://www.chromium.org/developers/design-documents/layered-components-design
+ "+components/test_runner/renderer",
]

Powered by Google App Engine
This is Rietveld 408576698