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

Side by Side Diff: chrome/browser/DEPS

Issue 9688019: Add a Content API around BrowserURLHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix gypis Created 8 years, 9 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/chrome_content_browser_client.h » ('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 13 matching lines...) Expand all
24 "+webkit/database", 24 "+webkit/database",
25 "+webkit/forms", # Defines some types that are marshalled over IPC. 25 "+webkit/forms", # Defines some types that are marshalled over IPC.
26 "+webkit/glue", # Defines some types that are marshalled over IPC. 26 "+webkit/glue", # Defines some types that are marshalled over IPC.
27 "+webkit/plugins", # Defines some types that are marshalled over IPC. 27 "+webkit/plugins", # Defines some types that are marshalled over IPC.
28 "+webkit/quota", 28 "+webkit/quota",
29 "+xib_localizers", # For generated mac localization helpers 29 "+xib_localizers", # For generated mac localization helpers
30 30
31 "-content/browser", 31 "-content/browser",
32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
34 "+content/browser/browser_url_handler.h",
35 "+content/browser/cert_store.h", 34 "+content/browser/cert_store.h",
36 "+content/browser/download/download_state_info.h", 35 "+content/browser/download/download_state_info.h",
37 "+content/browser/download/download_types.h", 36 "+content/browser/download/download_types.h",
38 "+content/browser/geolocation/wifi_data_provider_common.h", 37 "+content/browser/geolocation/wifi_data_provider_common.h",
39 "+content/browser/net/url_request_failed_dns_job.h", 38 "+content/browser/net/url_request_failed_dns_job.h",
40 "+content/browser/net/url_request_mock_http_job.h", 39 "+content/browser/net/url_request_mock_http_job.h",
41 "+content/browser/net/url_request_slow_download_job.h", 40 "+content/browser/net/url_request_slow_download_job.h",
42 "+content/browser/net/url_request_slow_http_job.h", 41 "+content/browser/net/url_request_slow_http_job.h",
43 "+content/browser/plugin_service_filter.h", 42 "+content/browser/plugin_service_filter.h",
44 "+content/browser/renderer_host/mock_render_process_host.h", 43 "+content/browser/renderer_host/mock_render_process_host.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "+third_party/libevent", # For the remote V8 debugging server 75 "+third_party/libevent", # For the remote V8 debugging server
77 "+third_party/libjingle", 76 "+third_party/libjingle",
78 "+third_party/protobuf/src/google/protobuf", 77 "+third_party/protobuf/src/google/protobuf",
79 "+third_party/sqlite", 78 "+third_party/sqlite",
80 "+third_party/undoview", 79 "+third_party/undoview",
81 80
82 # FIXME: these should probably not be here, we need to find a better 81 # FIXME: these should probably not be here, we need to find a better
83 # structure for these includes. 82 # structure for these includes.
84 "+chrome/renderer", 83 "+chrome/renderer",
85 ] 84 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698