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

Side by Side Diff: content/content_browser.gypi

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « content/common/dom_storage_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'use_cras%': 0, 7 'use_cras%': 0,
8 }, 8 },
9 'dependencies': [ 9 'dependencies': [
10 'browser/speech/proto/speech_proto.gyp:speech_proto', 10 'browser/speech/proto/speech_proto.gyp:speech_proto',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'public/browser/indexed_db_info.cc', 109 'public/browser/indexed_db_info.cc',
110 'public/browser/indexed_db_info.h', 110 'public/browser/indexed_db_info.h',
111 'public/browser/interstitial_page.h', 111 'public/browser/interstitial_page.h',
112 'public/browser/invalidate_type.h', 112 'public/browser/invalidate_type.h',
113 'public/browser/javascript_dialog_manager.cc', 113 'public/browser/javascript_dialog_manager.cc',
114 'public/browser/javascript_dialog_manager.h', 114 'public/browser/javascript_dialog_manager.h',
115 'public/browser/keyboard_listener.h', 115 'public/browser/keyboard_listener.h',
116 'public/browser/load_from_memory_cache_details.cc', 116 'public/browser/load_from_memory_cache_details.cc',
117 'public/browser/load_from_memory_cache_details.h', 117 'public/browser/load_from_memory_cache_details.h',
118 'public/browser/load_notification_details.h', 118 'public/browser/load_notification_details.h',
119 'public/browser/local_storage_usage_info.cc',
120 'public/browser/local_storage_usage_info.h',
119 'public/browser/media_devices_monitor.h', 121 'public/browser/media_devices_monitor.h',
120 'public/browser/native_web_keyboard_event.h', 122 'public/browser/native_web_keyboard_event.h',
121 'public/browser/navigation_controller.cc', 123 'public/browser/navigation_controller.cc',
122 'public/browser/navigation_controller.h', 124 'public/browser/navigation_controller.h',
123 'public/browser/navigation_details.cc', 125 'public/browser/navigation_details.cc',
124 'public/browser/navigation_details.h', 126 'public/browser/navigation_details.h',
125 'public/browser/navigation_entry.h', 127 'public/browser/navigation_entry.h',
126 'public/browser/navigation_type.h', 128 'public/browser/navigation_type.h',
127 'public/browser/notification_details.h', 129 'public/browser/notification_details.h',
128 'public/browser/notification_observer.h', 130 'public/browser/notification_observer.h',
129 'public/browser/notification_registrar.cc', 131 'public/browser/notification_registrar.cc',
130 'public/browser/notification_registrar.h', 132 'public/browser/notification_registrar.h',
131 'public/browser/notification_service.h', 133 'public/browser/notification_service.h',
132 'public/browser/notification_source.h', 134 'public/browser/notification_source.h',
133 'public/browser/notification_types.h', 135 'public/browser/notification_types.h',
134 'public/browser/overscroll_configuration.h', 136 'public/browser/overscroll_configuration.h',
135 'public/browser/page_navigator.cc', 137 'public/browser/page_navigator.cc',
136 'public/browser/page_navigator.h', 138 'public/browser/page_navigator.h',
137 'public/browser/pepper_flash_settings_helper.h', 139 'public/browser/pepper_flash_settings_helper.h',
138 'public/browser/plugin_data_remover.h', 140 'public/browser/plugin_data_remover.h',
141 'public/browser/plugin_service.h',
139 'public/browser/plugin_service_filter.h', 142 'public/browser/plugin_service_filter.h',
140 'public/browser/plugin_service.h',
141 'public/browser/power_save_blocker.h', 143 'public/browser/power_save_blocker.h',
142 'public/browser/profiler_controller.h', 144 'public/browser/profiler_controller.h',
143 'public/browser/profiler_subscriber.h', 145 'public/browser/profiler_subscriber.h',
144 'public/browser/quota_permission_context.h', 146 'public/browser/quota_permission_context.h',
145 'public/browser/render_frame_host.h', 147 'public/browser/render_frame_host.h',
146 'public/browser/render_process_host.h', 148 'public/browser/render_process_host.h',
147 'public/browser/render_process_host_factory.h', 149 'public/browser/render_process_host_factory.h',
148 'public/browser/render_view_host.h', 150 'public/browser/render_view_host.h',
149 'public/browser/render_view_host_observer.cc', 151 'public/browser/render_view_host_observer.cc',
150 'public/browser/render_view_host_observer.h', 152 'public/browser/render_view_host_observer.h',
151 'public/browser/render_widget_host.h', 153 'public/browser/render_widget_host.h',
152 'public/browser/render_widget_host_view.h', 154 'public/browser/render_widget_host_view.h',
153 'public/browser/render_widget_host_view_mac_delegate.h', 155 'public/browser/render_widget_host_view_mac_delegate.h',
154 'public/browser/resource_context.h', 156 'public/browser/resource_context.h',
155 'public/browser/resource_controller.h', 157 'public/browser/resource_controller.h',
156 'public/browser/resource_dispatcher_host.h', 158 'public/browser/resource_dispatcher_host.h',
157 'public/browser/resource_dispatcher_host_delegate.cc', 159 'public/browser/resource_dispatcher_host_delegate.cc',
158 'public/browser/resource_dispatcher_host_delegate.h', 160 'public/browser/resource_dispatcher_host_delegate.h',
159 'public/browser/resource_dispatcher_host_login_delegate.h', 161 'public/browser/resource_dispatcher_host_login_delegate.h',
160 'public/browser/resource_request_details.cc', 162 'public/browser/resource_request_details.cc',
161 'public/browser/resource_request_details.h', 163 'public/browser/resource_request_details.h',
162 'public/browser/resource_request_info.h', 164 'public/browser/resource_request_info.h',
163 'public/browser/resource_throttle.h', 165 'public/browser/resource_throttle.h',
164 'public/browser/save_page_type.h', 166 'public/browser/save_page_type.h',
165 'public/browser/session_storage_namespace.h', 167 'public/browser/session_storage_namespace.h',
168 'public/browser/session_storage_usage_info.h',
166 'public/browser/site_instance.h', 169 'public/browser/site_instance.h',
167 'public/browser/speech_recognition_event_listener.h', 170 'public/browser/speech_recognition_event_listener.h',
168 'public/browser/speech_recognition_manager.h', 171 'public/browser/speech_recognition_manager.h',
169 'public/browser/speech_recognition_manager_delegate.h', 172 'public/browser/speech_recognition_manager_delegate.h',
170 'public/browser/speech_recognition_session_config.cc', 173 'public/browser/speech_recognition_session_config.cc',
171 'public/browser/speech_recognition_session_config.h', 174 'public/browser/speech_recognition_session_config.h',
172 'public/browser/speech_recognition_session_context.cc', 175 'public/browser/speech_recognition_session_context.cc',
173 'public/browser/speech_recognition_session_context.h', 176 'public/browser/speech_recognition_session_context.h',
174 'public/browser/storage_partition.h', 177 'public/browser/storage_partition.h',
175 'public/browser/stream_handle.h', 178 'public/browser/stream_handle.h',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'browser/device_orientation/observer_delegate.cc', 416 'browser/device_orientation/observer_delegate.cc',
414 'browser/device_orientation/observer_delegate.h', 417 'browser/device_orientation/observer_delegate.h',
415 'browser/device_orientation/orientation.cc', 418 'browser/device_orientation/orientation.cc',
416 'browser/device_orientation/orientation.h', 419 'browser/device_orientation/orientation.h',
417 'browser/device_orientation/orientation_message_filter.cc', 420 'browser/device_orientation/orientation_message_filter.cc',
418 'browser/device_orientation/orientation_message_filter.h', 421 'browser/device_orientation/orientation_message_filter.h',
419 'browser/device_orientation/provider.cc', 422 'browser/device_orientation/provider.cc',
420 'browser/device_orientation/provider.h', 423 'browser/device_orientation/provider.h',
421 'browser/device_orientation/provider_impl.cc', 424 'browser/device_orientation/provider_impl.cc',
422 'browser/device_orientation/provider_impl.h', 425 'browser/device_orientation/provider_impl.h',
426 'browser/dom_storage/dom_storage_area.cc',
427 'browser/dom_storage/dom_storage_area.h',
423 'browser/dom_storage/dom_storage_context_impl.cc', 428 'browser/dom_storage/dom_storage_context_impl.cc',
424 'browser/dom_storage/dom_storage_context_impl.h', 429 'browser/dom_storage/dom_storage_context_impl.h',
430 'browser/dom_storage/dom_storage_context_wrapper.cc',
431 'browser/dom_storage/dom_storage_context_wrapper.h',
432 'browser/dom_storage/dom_storage_database.cc',
433 'browser/dom_storage/dom_storage_database.h',
434 'browser/dom_storage/dom_storage_database_adapter.h',
435 'browser/dom_storage/dom_storage_host.cc',
436 'browser/dom_storage/dom_storage_host.h',
425 'browser/dom_storage/dom_storage_message_filter.cc', 437 'browser/dom_storage/dom_storage_message_filter.cc',
426 'browser/dom_storage/dom_storage_message_filter.h', 438 'browser/dom_storage/dom_storage_message_filter.h',
439 'browser/dom_storage/dom_storage_namespace.cc',
440 'browser/dom_storage/dom_storage_namespace.h',
441 'browser/dom_storage/dom_storage_session.cc',
442 'browser/dom_storage/dom_storage_session.h',
443 'browser/dom_storage/dom_storage_task_runner.cc',
444 'browser/dom_storage/dom_storage_task_runner.h',
445 'browser/dom_storage/local_storage_database_adapter.cc',
446 'browser/dom_storage/local_storage_database_adapter.h',
447 'browser/dom_storage/session_storage_database.cc',
448 'browser/dom_storage/session_storage_database.h',
449 'browser/dom_storage/session_storage_database_adapter.cc',
450 'browser/dom_storage/session_storage_database_adapter.h',
427 'browser/dom_storage/session_storage_namespace_impl.cc', 451 'browser/dom_storage/session_storage_namespace_impl.cc',
428 'browser/dom_storage/session_storage_namespace_impl.h', 452 'browser/dom_storage/session_storage_namespace_impl.h',
429 'browser/download/base_file.cc', 453 'browser/download/base_file.cc',
430 'browser/download/base_file.h', 454 'browser/download/base_file.h',
431 'browser/download/base_file_linux.cc', 455 'browser/download/base_file_linux.cc',
432 'browser/download/base_file_mac.cc', 456 'browser/download/base_file_mac.cc',
433 'browser/download/base_file_posix.cc', 457 'browser/download/base_file_posix.cc',
434 'browser/download/base_file_win.cc', 458 'browser/download/base_file_win.cc',
435 'browser/download/download_create_info.cc', 459 'browser/download/download_create_info.cc',
436 'browser/download/download_create_info.h', 460 'browser/download/download_create_info.h',
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 '../third_party/speex/speex.gyp:libspeex', 1525 '../third_party/speex/speex.gyp:libspeex',
1502 ], 1526 ],
1503 }], 1527 }],
1504 ['linux_use_libgps==1', { 1528 ['linux_use_libgps==1', {
1505 'dependencies': [ 1529 'dependencies': [
1506 '../build/linux/system.gyp:libgps', 1530 '../build/linux/system.gyp:libgps',
1507 ], 1531 ],
1508 }], 1532 }],
1509 ], 1533 ],
1510 } 1534 }
OLDNEW
« no previous file with comments | « content/common/dom_storage_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698