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

Unified Diff: components/copresence/DEPS

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fixes Created 5 years, 10 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/copresence/DEPS
diff --git a/components/copresence/DEPS b/components/copresence/DEPS
index 96285fcbd67cb802d9b84c3629cdaa53f7a29e7b..2a18e0412b7770db75300128def3155010a5664f 100644
--- a/components/copresence/DEPS
+++ b/components/copresence/DEPS
@@ -1,11 +1,10 @@
include_rules = [
"+base",
+ "+components/audio_modem/public",
+ "+components/audio_modem/test",
"+components/gcm_driver",
- "+content/public/browser",
- "+content/public/test",
"+google_apis",
- "+media",
+ "+media/base",
"+net",
- "+third_party/webrtc/common_audio",
"+url",
]

Powered by Google App Engine
This is Rietveld 408576698