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

Side by Side Diff: content/DEPS

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Properly override v8_use_external_snapshot in v8 Created 6 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 # Do NOT add chrome or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/app/resources/grit/content_resources.h", 7 "+content/app/resources/grit/content_resources.h",
8 "+content/common", 8 "+content/common",
9 "+content/grit", 9 "+content/grit",
10 "+content/public/common", 10 "+content/public/common",
11 "+content/public/test", 11 "+content/public/test",
12 "+content/shell", # for content_browsertests 12 "+content/shell", # for content_browsertests
13 "+content/test", 13 "+content/test",
14 14
15 # content isn't tied to prefs so that other embedders are able to pick 15 # content isn't tied to prefs so that other embedders are able to pick
16 # different ways of storing their preferences. Also, this is to avoid prefs 16 # different ways of storing their preferences. Also, this is to avoid prefs
17 # being used as a parallel API to the Content API. 17 # being used as a parallel API to the Content API.
18 "-base/prefs", 18 "-base/prefs",
19 19
20 "+blink", 20 "+blink",
21 21
22 "+cc", 22 "+cc",
23 "-cc/blink", 23 "-cc/blink",
24 # If you want to use any of these files, move them to src/base first. 24 # If you want to use any of these files, move them to src/base first.
25 "-cc/base/scoped_ptr_algorithm.h", 25 "-cc/base/scoped_ptr_algorithm.h",
26 "-cc/base/scoped_ptr_deque.h", 26 "-cc/base/scoped_ptr_deque.h",
27 "-cc/base/scoped_ptr_vector.h", 27 "-cc/base/scoped_ptr_vector.h",
28 28
29 "+crypto", 29 "+crypto",
30 "+gin",
30 "+grit/blink_resources.h", 31 "+grit/blink_resources.h",
31 "+grit/content_strings.h", 32 "+grit/content_strings.h",
32 33
33 "+dbus", 34 "+dbus",
34 "+gpu", 35 "+gpu",
35 "+mojo/application_manager", 36 "+mojo/application_manager",
36 "+mojo/bindings/js", 37 "+mojo/bindings/js",
37 "+mojo/common", 38 "+mojo/common",
38 "+mojo/embedder", 39 "+mojo/embedder",
39 "+mojo/public", 40 "+mojo/public",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 # explicit. 108 # explicit.
108 "-ui/views", 109 "-ui/views",
109 110
110 "+storage/browser", 111 "+storage/browser",
111 "+storage/common", 112 "+storage/common",
112 "+webkit", 113 "+webkit",
113 114
114 # For generated JNI includes. 115 # For generated JNI includes.
115 "+jni", 116 "+jni",
116 ] 117 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698