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

Side by Side Diff: extensions/renderer/DEPS

Issue 1860083002: [chrome.displaySource][WiFi Display] Media pipeline infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed session Id generation Created 4 years, 8 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 "+components/translate/core/language_detection", 2 "+components/translate/core/language_detection",
3 "+content/public/child", 3 "+content/public/child",
4 "+content/public/renderer", 4 "+content/public/renderer",
5 5
6 "+gin", 6 "+gin",
7 "+media",
asargent_no_longer_on_chrome 2016/04/06 20:53:21 can this be restricted to just media/base? Also,
Mikhail 2016/04/07 09:07:25 We also need media/video (and will need media/audi
7 "+mojo/edk/js", 8 "+mojo/edk/js",
8 9
9 "+third_party/skia/include/core", 10 "+third_party/skia/include/core",
10 "+third_party/cld_2/src/public/compact_lang_det.h", 11 "+third_party/cld_2/src/public/compact_lang_det.h",
11 "+third_party/cld_2/src/public/encodings.h", 12 "+third_party/cld_2/src/public/encodings.h",
12 13
13 "+third_party/WebKit/public/platform", 14 "+third_party/WebKit/public/platform",
14 "+third_party/WebKit/public/web", 15 "+third_party/WebKit/public/web",
15 16
16 "+third_party/wds/src/libwds/public", 17 "+third_party/wds/src/libwds/public",
17 18
18 "+tools/json_schema_compiler", 19 "+tools/json_schema_compiler",
19 20
20 "-v8", 21 "-v8",
21 "+v8/include", 22 "+v8/include",
22 23
23 "+storage/common/fileapi", 24 "+storage/common/fileapi",
24 ] 25 ]
25 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698