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

Side by Side Diff: content/DEPS

Issue 12321005: Enable touch based selection and editing for webpages behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include unittest in only chromeos builds Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome 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/common", 7 "+content/common",
8 "+content/port/common", 8 "+content/port/common",
9 "+content/public/common", 9 "+content/public/common",
10 "+content/public/test", 10 "+content/public/test",
11 "+content/shell", # for content_browsertests 11 "+content/shell", # for content_browsertests
12 "+content/test", 12 "+content/test",
13 13
14 # content isn't tied to prefs so that other embedders are able to pick 14 # content isn't tied to prefs so that other embedders are able to pick
15 # different ways of storing their preferences. Also, this is to avoid prefs 15 # different ways of storing their preferences. Also, this is to avoid prefs
16 # being used as a parallel API to the Content API. 16 # being used as a parallel API to the Content API.
17 "-base/prefs", 17 "-base/prefs",
18 18
19 "+cc", 19 "+cc",
20 "+crypto", 20 "+crypto",
21 "+grit/content_resources.h", 21 "+grit/content_resources.h",
22 "+grit/ui_resources.h", 22 "+grit/ui_resources.h",
23 "+grit/ui_strings.h",
23 "+grit/webkit_chromium_resources.h", 24 "+grit/webkit_chromium_resources.h",
24 "+grit/webkit_resources.h", 25 "+grit/webkit_resources.h",
25 "+grit/webkit_strings.h", 26 "+grit/webkit_strings.h",
26 "+grit/webui_resources_map.h", 27 "+grit/webui_resources_map.h",
27 28
28 "+dbus", 29 "+dbus",
29 "+gpu", 30 "+gpu",
30 "+net", 31 "+net",
31 "+ppapi", 32 "+ppapi",
32 "+printing", 33 "+printing",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 # explicit. 87 # explicit.
87 "-ui/views", 88 "-ui/views",
88 89
89 "+webkit", 90 "+webkit",
90 "-webkit/dom_storage", 91 "-webkit/dom_storage",
91 "+webkit/dom_storage/dom_storage_types.h", 92 "+webkit/dom_storage/dom_storage_types.h",
92 93
93 # For generated JNI includes. 94 # For generated JNI includes.
94 "+jni", 95 "+jni",
95 ] 96 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698