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

Side by Side Diff: content/browser/DEPS

Issue 1187213002: Revert of Moved logic for mapping child process FDs for ICU and V8 into child_process_launcher.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/child_process_launcher.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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/common", 5 "+components/scheduler/common",
6 "+components/tracing", 6 "+components/tracing",
7 7
8 "+content/app/strings/grit", # For generated headers 8 "+content/app/strings/grit", # For generated headers
9 "+content/public/browser", 9 "+content/public/browser",
10 "+device/battery", # For battery status service. 10 "+device/battery", # For battery status service.
11 "+device/vibration", # For Vibration API 11 "+device/vibration", # For Vibration API
12 "+gin/v8_initializer.h",
13 "+media/audio", # For audio input for speech input feature. 12 "+media/audio", # For audio input for speech input feature.
14 "+media/base", # For Android JNI registration. 13 "+media/base", # For Android JNI registration.
15 "+media/filters", # For reporting GPU decoding UMA. 14 "+media/filters", # For reporting GPU decoding UMA.
16 "+media/midi", # For Web MIDI API 15 "+media/midi", # For Web MIDI API
17 "+media/mojo", # For mojo media services. 16 "+media/mojo", # For mojo media services.
18 "+media/video", # For Video Device monitoring in Mac. 17 "+media/video", # For Video Device monitoring in Mac.
19 "+mojo", 18 "+mojo",
20 "+sql", 19 "+sql",
21 "+ui/aura_extra", 20 "+ui/aura_extra",
22 "+ui/webui", 21 "+ui/webui",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+third_party/WebKit/public/web/WebTextInputType.h", 83 "+third_party/WebKit/public/web/WebTextInputType.h",
85 "+third_party/WebKit/public/web/WebTreeScopeType.h", 84 "+third_party/WebKit/public/web/WebTreeScopeType.h",
86 85
87 # These should be burned down. http://crbug.com/237267 86 # These should be burned down. http://crbug.com/237267
88 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 87 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
89 88
90 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
91 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
92 # for more information. 91 # for more information.
93 ] 92 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698