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

Side by Side Diff: chrome/browser/DEPS

Issue 9296041: Create Content API around HostZoomMap. (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/profiles/off_the_record_profile_impl.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "+content/browser/download/mock_download_item.h", 58 "+content/browser/download/mock_download_item.h",
59 "+content/browser/download/mock_download_manager.h", 59 "+content/browser/download/mock_download_manager.h",
60 "+content/browser/file_system/browser_file_system_helper.h", 60 "+content/browser/file_system/browser_file_system_helper.h",
61 "+content/browser/find_pasteboard.h", 61 "+content/browser/find_pasteboard.h",
62 "+content/browser/font_list_async.h", 62 "+content/browser/font_list_async.h",
63 "+content/browser/geolocation/wifi_data_provider_common.h", 63 "+content/browser/geolocation/wifi_data_provider_common.h",
64 "+content/browser/gpu/gpu_blacklist.h", 64 "+content/browser/gpu/gpu_blacklist.h",
65 "+content/browser/gpu/gpu_data_manager.h", 65 "+content/browser/gpu/gpu_data_manager.h",
66 "+content/browser/gpu/gpu_process_host.h", 66 "+content/browser/gpu/gpu_process_host.h",
67 "+content/browser/gpu/gpu_process_host_ui_shim.h", 67 "+content/browser/gpu/gpu_process_host_ui_shim.h",
68 "+content/browser/host_zoom_map.h",
69 "+content/browser/in_process_webkit/dom_storage_context.h", 68 "+content/browser/in_process_webkit/dom_storage_context.h",
70 "+content/browser/in_process_webkit/session_storage_namespace.h", 69 "+content/browser/in_process_webkit/session_storage_namespace.h",
71 "+content/browser/in_process_webkit/webkit_context.h", 70 "+content/browser/in_process_webkit/webkit_context.h",
72 "+content/browser/intents/intent_injector.h", 71 "+content/browser/intents/intent_injector.h",
73 "+content/browser/javascript_dialogs.h", 72 "+content/browser/javascript_dialogs.h",
74 "+content/browser/load_notification_details.h", 73 "+content/browser/load_notification_details.h",
75 "+content/browser/mac/closure_blocks_leopard_compat.h", 74 "+content/browser/mac/closure_blocks_leopard_compat.h",
76 "+content/browser/mach_broker_mac.h", 75 "+content/browser/mach_broker_mac.h",
77 "+content/browser/mock_resource_context.h", 76 "+content/browser/mock_resource_context.h",
78 "+content/browser/net/browser_online_state_observer.h", 77 "+content/browser/net/browser_online_state_observer.h",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "+third_party/libjingle", 149 "+third_party/libjingle",
151 "+third_party/protobuf/src/google/protobuf", 150 "+third_party/protobuf/src/google/protobuf",
152 "+third_party/sqlite", 151 "+third_party/sqlite",
153 "+third_party/undoview", 152 "+third_party/undoview",
154 "+v8/include", # Browser uses V8 to get the version and run the debugger. 153 "+v8/include", # Browser uses V8 to get the version and run the debugger.
155 154
156 # FIXME: these should probably not be here, we need to find a better 155 # FIXME: these should probably not be here, we need to find a better
157 # structure for these includes. 156 # structure for these includes.
158 "+chrome/renderer", 157 "+chrome/renderer",
159 ] 158 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698