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

Side by Side Diff: content/browser/DEPS

Issue 23452016: Fix names of in-process threads, tidy gpu DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps for webview Created 7 years, 3 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 | « content/app/content_main_runner.cc ('k') | content/browser/gpu/gpu_process_host.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 include_rules = [ 1 include_rules = [
2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/port/browser", 2 "+content/port/browser",
4 "+content/public/browser", 3 "+content/public/browser",
5 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit 4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit
6 "+media/audio", # For audio input for speech input feature. 5 "+media/audio", # For audio input for speech input feature.
7 "+media/base", # For Android JNI registration. 6 "+media/base", # For Android JNI registration.
8 "+media/midi", # For Web MIDI API 7 "+media/midi", # For Web MIDI API
9 "+sql", 8 "+sql",
10 "+ui/webui", 9 "+ui/webui",
11 "+win8/util", 10 "+win8/util",
12 11
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "+third_party/WebKit/public/web/WebTextDirection.h", 56 "+third_party/WebKit/public/web/WebTextDirection.h",
58 57
59 # These should be burned down. http://crbug.com/237267 58 # These should be burned down. http://crbug.com/237267
60 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h", 59 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h",
61 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 60 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
62 61
63 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 62 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
64 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 63 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
65 # for more information. 64 # for more information.
66 ] 65 ]
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698