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

Unified Diff: ui/DEPS

Issue 14758008: Update the HTML Media Capture implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address the concerns benm raised on the bug Created 7 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: ui/DEPS
diff --git a/ui/DEPS b/ui/DEPS
index 44b8ff0739204f54389dc3560fae990c82ee4bab..60a98038e3a940e57f0a213a5679a2010539c30e 100644
--- a/ui/DEPS
+++ b/ui/DEPS
@@ -9,4 +9,8 @@ include_rules = [
"+skia",
"+third_party/mozilla",
"+third_party/skia",
+
+ # FIXME(rakuco): BUG 240252, remove as soon as we get rid of the
+ # NEW_MEDIA_CAPTURE_IMPLEMENTATION ifdef.
+ "+third_party/WebKit/Source/WebKit/chromium/public",
joth 2013/05/15 20:03:59 use ! instead of + for temporary includes
]

Powered by Google App Engine
This is Rietveld 408576698