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

Unified Diff: chrome/browser/media/webrtc/DEPS

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « chrome/browser/lifetime/DEPS ('k') | chrome/browser/memory/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/DEPS
diff --git a/chrome/browser/media/webrtc/DEPS b/chrome/browser/media/webrtc/DEPS
index 1bfb3bc56c9d90bbcf9111f613357ed90eba0300..f6e252eaa432b3139c7fff9c768b2cb0d29f3980 100644
--- a/chrome/browser/media/webrtc/DEPS
+++ b/chrome/browser/media/webrtc/DEPS
@@ -1,7 +1,12 @@
include_rules = [
- "+media/audio",
- "+media/base",
- "+media/media_features.h",
+ # TODO(mash): Remove. http://crbug.com/723880
+ "+ash/shell.h",
"+third_party/libyuv",
"+third_party/webrtc",
]
+specific_include_rules = {
+ # TODO(mash): Remove. http://crbug.com/723880
+ ".*_unittest\.cc": [
+ "+ash/test/ash_test_base.h",
+ ]
+}
« no previous file with comments | « chrome/browser/lifetime/DEPS ('k') | chrome/browser/memory/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698