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

Side by Side Diff: third_party/WebKit/Source/core/DEPS

Issue 2154233003: Rewrite YouTube Flash embeds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+bindings/core", 2 "+bindings/core",
3 "-bindings/modules", 3 "-bindings/modules",
4 "+core", 4 "+core",
5 "-inspector/v8", 5 "-inspector/v8",
6 "+inspector/v8/public", 6 "+inspector/v8/public",
7 "+media/base",
mlamouri (slow - plz ping) 2016/07/28 13:05:13 I don't think you need that, do you?
kdsilva 2016/07/28 15:17:18 Looks like I don't! Not sure why I thought I did..
mlamouri (slow - plz ping) 2016/07/28 19:46:54 Maybe you added the feature flag to the media list
7 "-modules", 8 "-modules",
8 "+platform", 9 "+platform",
9 "+public/platform", 10 "+public/platform",
10 "-public/web", 11 "-public/web",
11 "+third_party/skia/include", 12 "+third_party/skia/include",
12 "-web", 13 "-web",
13 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698