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

Side by Side Diff: chrome/DEPS

Issue 1991953002: Implement a runtime headless mode for Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 4 years 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 15 matching lines...) Expand all
26 "+content/public/test", 26 "+content/public/test",
27 "+media/media_features.h", 27 "+media/media_features.h",
28 "+mojo/common", 28 "+mojo/common",
29 "+mojo/public", 29 "+mojo/public",
30 "+ppapi/features", 30 "+ppapi/features",
31 31
32 # Don't allow inclusion of these other libs we shouldn't be calling directly. 32 # Don't allow inclusion of these other libs we shouldn't be calling directly.
33 "-webkit", 33 "-webkit",
34 "-tools", 34 "-tools",
35 35
36 # For headless mode.
37 "+headless",
jochen (gone - plz use gerrit) 2016/12/09 08:25:00 please move this to more specific files, so that e
Sami 2016/12/09 14:06:46 Good point, done.
38
36 # Allow inclusion of WebKit API files. 39 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/public/platform", 40 "+third_party/WebKit/public/platform",
38 "+third_party/WebKit/public/public_features.h", 41 "+third_party/WebKit/public/public_features.h",
39 "+third_party/WebKit/public/web", 42 "+third_party/WebKit/public/web",
40 43
41 # Allow inclusion of third-party code: 44 # Allow inclusion of third-party code:
42 "+third_party/hunspell", 45 "+third_party/hunspell",
43 "+third_party/skia", 46 "+third_party/skia",
44 47
45 "+ui", 48 "+ui",
46 ] 49 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_main.cc » ('j') | headless/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698