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

Unified Diff: public/web/DEPS

Issue 61763010: Move WebInbandTextTrack/WebInbandTextTrackClient to public/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use specific_include_rules Created 7 years, 1 month 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: public/web/DEPS
diff --git a/public/web/DEPS b/public/web/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..807229922684fad83720660ab4573e62a8e86bd3
--- /dev/null
+++ b/public/web/DEPS
@@ -0,0 +1,9 @@
+# FIXME: remove after the includes in Chromium have been updated
+specific_include_rules = {
+ "WebInbandTextTrack.h": [
+ "+../platform/WebInbandTextTrack.h"
+ ],
+ "WebInbandTextTrackClient.h": [
+ "+../platform/WebInbandTextTrackClient.h"
+ ]
abarth-chromium 2013/11/07 18:25:22 There's no need for these rules.
philipj_slow 2013/11/07 19:42:03 Removed.
+}

Powered by Google App Engine
This is Rietveld 408576698