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

Side by Side Diff: chrome/browser/DEPS

Issue 9566035: Move QuotaPermissionContext to content/public/browser and put it in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+content/browser/find_pasteboard.h", 45 "+content/browser/find_pasteboard.h",
46 "+content/browser/geolocation/wifi_data_provider_common.h", 46 "+content/browser/geolocation/wifi_data_provider_common.h",
47 "+content/browser/load_notification_details.h", 47 "+content/browser/load_notification_details.h",
48 "+content/browser/mock_resource_context.h", 48 "+content/browser/mock_resource_context.h",
49 "+content/browser/net/browser_online_state_observer.h", 49 "+content/browser/net/browser_online_state_observer.h",
50 "+content/browser/net/url_request_failed_dns_job.h", 50 "+content/browser/net/url_request_failed_dns_job.h",
51 "+content/browser/net/url_request_mock_http_job.h", 51 "+content/browser/net/url_request_mock_http_job.h",
52 "+content/browser/net/url_request_slow_download_job.h", 52 "+content/browser/net/url_request_slow_download_job.h",
53 "+content/browser/net/url_request_slow_http_job.h", 53 "+content/browser/net/url_request_slow_http_job.h",
54 "+content/browser/plugin_service_filter.h", 54 "+content/browser/plugin_service_filter.h",
55 "+content/browser/quota_permission_context.h",
56 "+content/browser/renderer_host/dummy_resource_handler.h", 55 "+content/browser/renderer_host/dummy_resource_handler.h",
57 "+content/browser/renderer_host/mock_render_process_host.h", 56 "+content/browser/renderer_host/mock_render_process_host.h",
58 "+content/browser/renderer_host/render_process_host_browsertest.h", 57 "+content/browser/renderer_host/render_process_host_browsertest.h",
59 "+content/browser/renderer_host/render_view_host.h", 58 "+content/browser/renderer_host/render_view_host.h",
60 "+content/browser/renderer_host/render_view_host_factory.h", 59 "+content/browser/renderer_host/render_view_host_factory.h",
61 "+content/browser/renderer_host/render_widget_host.h", 60 "+content/browser/renderer_host/render_widget_host.h",
62 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 61 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
63 "+content/browser/renderer_host/resource_dispatcher_host.h", 62 "+content/browser/renderer_host/resource_dispatcher_host.h",
64 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", 63 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
65 "+content/browser/renderer_host/resource_request_details.h", 64 "+content/browser/renderer_host/resource_request_details.h",
(...skipping 26 matching lines...) Expand all
92 "+third_party/libevent", # For the remote V8 debugging server 91 "+third_party/libevent", # For the remote V8 debugging server
93 "+third_party/libjingle", 92 "+third_party/libjingle",
94 "+third_party/protobuf/src/google/protobuf", 93 "+third_party/protobuf/src/google/protobuf",
95 "+third_party/sqlite", 94 "+third_party/sqlite",
96 "+third_party/undoview", 95 "+third_party/undoview",
97 96
98 # FIXME: these should probably not be here, we need to find a better 97 # FIXME: these should probably not be here, we need to find a better
99 # structure for these includes. 98 # structure for these includes.
100 "+chrome/renderer", 99 "+chrome/renderer",
101 ] 100 ]
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