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

Side by Side Diff: chrome/browser/DEPS

Issue 9150017: Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix?! Created 8 years, 11 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/automation/testing_automation_provider.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 16 matching lines...) Expand all
27 "+webkit/quota", 27 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 28 "+xib_localizers", # For generated mac localization helpers
29 29
30 "-content/browser", 30 "-content/browser",
31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
32 "+content/browser/accessibility/browser_accessibility.h", 32 "+content/browser/accessibility/browser_accessibility.h",
33 "+content/browser/accessibility/browser_accessibility_cocoa.h", 33 "+content/browser/accessibility/browser_accessibility_cocoa.h",
34 "+content/browser/accessibility/browser_accessibility_manager.h", 34 "+content/browser/accessibility/browser_accessibility_manager.h",
35 "+content/browser/accessibility/browser_accessibility_state.h", 35 "+content/browser/accessibility/browser_accessibility_state.h",
36 "+content/browser/appcache/chrome_appcache_service.h", 36 "+content/browser/appcache/chrome_appcache_service.h",
37 "+content/browser/browser_child_process_host.h",
38 "+content/browser/browser_thread_impl.h", 37 "+content/browser/browser_thread_impl.h",
39 "+content/browser/browser_url_handler.h", 38 "+content/browser/browser_url_handler.h",
40 "+content/browser/cert_store.h", 39 "+content/browser/cert_store.h",
41 "+content/browser/child_process_security_policy.h", 40 "+content/browser/child_process_security_policy.h",
42 "+content/browser/chrome_blob_storage_context.h", 41 "+content/browser/chrome_blob_storage_context.h",
43 "+content/browser/disposition_utils.h", 42 "+content/browser/disposition_utils.h",
44 "+content/browser/download/download_buffer.h", 43 "+content/browser/download/download_buffer.h",
45 "+content/browser/download/download_create_info.h", 44 "+content/browser/download/download_create_info.h",
46 "+content/browser/download/download_file_impl.h", 45 "+content/browser/download/download_file_impl.h",
47 "+content/browser/download/download_file_manager.h", 46 "+content/browser/download/download_file_manager.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "+third_party/libjingle", 165 "+third_party/libjingle",
167 "+third_party/protobuf/src/google/protobuf", 166 "+third_party/protobuf/src/google/protobuf",
168 "+third_party/sqlite", 167 "+third_party/sqlite",
169 "+third_party/undoview", 168 "+third_party/undoview",
170 "+v8/include", # Browser uses V8 to get the version and run the debugger. 169 "+v8/include", # Browser uses V8 to get the version and run the debugger.
171 170
172 # FIXME: these should probably not be here, we need to find a better 171 # FIXME: these should probably not be here, we need to find a better
173 # structure for these includes. 172 # structure for these includes.
174 "+chrome/renderer", 173 "+chrome/renderer",
175 ] 174 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698