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

Unified Diff: components/arc/tts/DEPS

Issue 2180263002: Host side implementation of ARC tts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/arc/tts/DEPS
diff --git a/components/arc/tts/DEPS b/components/arc/tts/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..79ed435af3b915d8c80f680df9a2cef60c6fbc53
--- /dev/null
+++ b/components/arc/tts/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+chrome/browser/speech",
hidehiko 2016/07/26 17:59:18 Modules under components/ cannot depend on ones un
David Tseng 2016/07/27 22:50:59 Done.
+]

Powered by Google App Engine
This is Rietveld 408576698