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

Side by Side Diff: chrome/DEPS

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: fix Created 4 years, 2 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 "+crypto", 2 "+crypto",
3 "+gpu", 3 "+gpu",
4 "+net", 4 "+net",
5 "+pdf", 5 "+pdf",
6 "+printing", 6 "+printing",
7 "+sql", 7 "+sql",
8 # Browser, renderer, common and tests access V8 for various purposes. 8 # Browser, renderer, common and tests access V8 for various purposes.
9 "-v8", 9 "-v8",
10 "+v8/include", 10 "+v8/include",
(...skipping 22 matching lines...) Expand all
33 33
34 "-crypto/third_party", 34 "-crypto/third_party",
35 35
36 # Allow inclusion of WebKit API files. 36 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/public/platform", 37 "+third_party/WebKit/public/platform",
38 "+third_party/WebKit/public/web", 38 "+third_party/WebKit/public/web",
39 39
40 # Allow inclusion of third-party code: 40 # Allow inclusion of third-party code:
41 "+third_party/hunspell", 41 "+third_party/hunspell",
42 "+third_party/skia", 42 "+third_party/skia",
43 "+third_party/widevine/cdm",
43 44
44 "+ui", 45 "+ui",
45 ] 46 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698