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

Side by Side Diff: chrome/browser/DEPS

Issue 9317074: Create an API around UtilityProcessHost and use that from chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 | chrome/browser/component_updater/component_updater_service.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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "+content/browser/tab_contents/tab_contents_view_helper.h", 114 "+content/browser/tab_contents/tab_contents_view_helper.h",
115 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h", 115 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h",
116 "+content/browser/tab_contents/test_tab_contents.h", 116 "+content/browser/tab_contents/test_tab_contents.h",
117 "+content/browser/tab_contents/title_updated_details.h", 117 "+content/browser/tab_contents/title_updated_details.h",
118 "+content/browser/tab_contents/web_drag_dest_delegate.h", 118 "+content/browser/tab_contents/web_drag_dest_delegate.h",
119 "+content/browser/tab_contents/web_drag_dest_gtk.h", 119 "+content/browser/tab_contents/web_drag_dest_gtk.h",
120 "+content/browser/tab_contents/web_drag_dest_mac.h", 120 "+content/browser/tab_contents/web_drag_dest_mac.h",
121 "+content/browser/tab_contents/web_drag_source_gtk.h", 121 "+content/browser/tab_contents/web_drag_source_gtk.h",
122 "+content/browser/tab_contents/web_drag_source_mac.h", 122 "+content/browser/tab_contents/web_drag_source_mac.h",
123 "+content/browser/trace_controller.h", 123 "+content/browser/trace_controller.h",
124 "+content/browser/utility_process_host.h",
125 "+content/browser/zygote_host_linux.h", 124 "+content/browser/zygote_host_linux.h",
126 125
127 "-content/common", 126 "-content/common",
128 127
129 # Other libraries. 128 # Other libraries.
130 "+chrome/third_party/hunspell", 129 "+chrome/third_party/hunspell",
131 "+chrome/third_party/mozilla_security_manager", 130 "+chrome/third_party/mozilla_security_manager",
132 "+libxml", # For search engine definition parsing. 131 "+libxml", # For search engine definition parsing.
133 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 132 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
134 "+third_party/cld", 133 "+third_party/cld",
135 "+third_party/expat", 134 "+third_party/expat",
136 "+third_party/iaccessible2", 135 "+third_party/iaccessible2",
137 "+third_party/isimpledom", 136 "+third_party/isimpledom",
138 "+third_party/libevent", # For the remote V8 debugging server 137 "+third_party/libevent", # For the remote V8 debugging server
139 "+third_party/libjingle", 138 "+third_party/libjingle",
140 "+third_party/protobuf/src/google/protobuf", 139 "+third_party/protobuf/src/google/protobuf",
141 "+third_party/sqlite", 140 "+third_party/sqlite",
142 "+third_party/undoview", 141 "+third_party/undoview",
143 "+v8/include", # Browser uses V8 to get the version and run the debugger. 142 "+v8/include", # Browser uses V8 to get the version and run the debugger.
144 143
145 # FIXME: these should probably not be here, we need to find a better 144 # FIXME: these should probably not be here, we need to find a better
146 # structure for these includes. 145 # structure for these includes.
147 "+chrome/renderer", 146 "+chrome/renderer",
148 ] 147 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698