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

Unified Diff: content/public/common/DEPS

Issue 265263004: Mac Video Capture Device: split VCD into VCD and Factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: perkj@s suggestions and nits. Created 6 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: content/public/common/DEPS
diff --git a/content/public/common/DEPS b/content/public/common/DEPS
index 6f777b0a60680ae12f8e4173001bcbacf5563a1f..62e88b1c4c83ac886844932bcb5fe10fd944aea7 100644
--- a/content/public/common/DEPS
+++ b/content/public/common/DEPS
@@ -1,5 +1,9 @@
+include_rules = [
+ "+media/base/media_switches.h",
+]
+
specific_include_rules = {
".*\.cc": [
"+content/common",
- ]
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698