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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # FIXME: remove after the includes in Chromium have been updated
2 specific_include_rules = {
3 "WebInbandTextTrack.h": [
4 "+../platform/WebInbandTextTrack.h"
5 ],
6 "WebInbandTextTrackClient.h": [
7 "+../platform/WebInbandTextTrackClient.h"
8 ]
abarth-chromium 2013/11/07 18:25:22 There's no need for these rules.
philipj_slow 2013/11/07 19:42:03 Removed.
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698