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

Unified Diff: content/browser/media/capture/DEPS

Issue 1412173003: cast: support cursor rendering for tab capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests 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/browser/media/capture/DEPS
diff --git a/content/browser/media/capture/DEPS b/content/browser/media/capture/DEPS
index f3e90f187b3c92ae81ab840720c336f37f798a80..2f8df0e69f0498f602221f4f9a034c71d4c65310 100644
--- a/content/browser/media/capture/DEPS
+++ b/content/browser/media/capture/DEPS
@@ -2,3 +2,11 @@ include_rules = [
"+media/capture/content",
"+third_party/libyuv", # For scaling in desktop_capture_device.cc.
]
+
+specific_include_rules = {
+ ".*\.cc": [
miu 2015/10/29 01:44:49 This should be: ".*test\.cc" (To ensure only t
sadrul 2015/10/29 06:22:41 +1 (or even '.*unittest\.cc')
Irfan 2015/10/29 15:34:19 Done.
Irfan 2015/10/29 15:34:19 Done.
+ # Allow inclusion of specific components that we depend on for testing
+ "+ui/base/resource/resource_bundle.h",
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698