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

Side by Side Diff: content/content_browser.gypi

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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_common.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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'browser/device_orientation/accelerometer_mac.cc', 226 'browser/device_orientation/accelerometer_mac.cc',
227 'browser/device_orientation/accelerometer_mac.h', 227 'browser/device_orientation/accelerometer_mac.h',
228 'browser/device_orientation/data_fetcher.h', 228 'browser/device_orientation/data_fetcher.h',
229 'browser/device_orientation/message_filter.cc', 229 'browser/device_orientation/message_filter.cc',
230 'browser/device_orientation/message_filter.h', 230 'browser/device_orientation/message_filter.h',
231 'browser/device_orientation/orientation.h', 231 'browser/device_orientation/orientation.h',
232 'browser/device_orientation/provider.cc', 232 'browser/device_orientation/provider.cc',
233 'browser/device_orientation/provider.h', 233 'browser/device_orientation/provider.h',
234 'browser/device_orientation/provider_impl.cc', 234 'browser/device_orientation/provider_impl.cc',
235 'browser/device_orientation/provider_impl.h', 235 'browser/device_orientation/provider_impl.h',
236 'browser/dom_storage/dom_storage_context_impl_new.cc', 236 'browser/dom_storage/dom_storage_context_impl.cc',
237 'browser/dom_storage/dom_storage_context_impl_new.h', 237 'browser/dom_storage/dom_storage_context_impl.h',
238 'browser/dom_storage/dom_storage_message_filter_new.cc', 238 'browser/dom_storage/dom_storage_message_filter.cc',
239 'browser/dom_storage/dom_storage_message_filter_new.h', 239 'browser/dom_storage/dom_storage_message_filter.h',
240 'browser/dom_storage/session_storage_namespace_impl_new.cc', 240 'browser/dom_storage/session_storage_namespace_impl.cc',
241 'browser/dom_storage/session_storage_namespace_impl_new.h', 241 'browser/dom_storage/session_storage_namespace_impl.h',
242 'browser/download/base_file.cc', 242 'browser/download/base_file.cc',
243 'browser/download/base_file.h', 243 'browser/download/base_file.h',
244 'browser/download/download_buffer.cc', 244 'browser/download/download_buffer.cc',
245 'browser/download/download_buffer.h', 245 'browser/download/download_buffer.h',
246 'browser/download/download_create_info.cc', 246 'browser/download/download_create_info.cc',
247 'browser/download/download_create_info.h', 247 'browser/download/download_create_info.h',
248 'browser/download/download_file.h', 248 'browser/download/download_file.h',
249 'browser/download/download_file_impl.cc', 249 'browser/download/download_file_impl.cc',
250 'browser/download/download_file_impl.h', 250 'browser/download/download_file_impl.h',
251 'browser/download/download_file_manager.cc', 251 'browser/download/download_file_manager.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'browser/gpu/gpu_process_host.cc', 358 'browser/gpu/gpu_process_host.cc',
359 'browser/gpu/gpu_process_host.h', 359 'browser/gpu/gpu_process_host.h',
360 'browser/gpu/gpu_process_host_ui_shim.cc', 360 'browser/gpu/gpu_process_host_ui_shim.cc',
361 'browser/gpu/gpu_process_host_ui_shim.h', 361 'browser/gpu/gpu_process_host_ui_shim.h',
362 'browser/gpu/gpu_surface_tracker.cc', 362 'browser/gpu/gpu_surface_tracker.cc',
363 'browser/gpu/gpu_surface_tracker.h', 363 'browser/gpu/gpu_surface_tracker.h',
364 'browser/host_zoom_map_impl.cc', 364 'browser/host_zoom_map_impl.cc',
365 'browser/host_zoom_map_impl.h', 365 'browser/host_zoom_map_impl.h',
366 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 366 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
367 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 367 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
368 'browser/in_process_webkit/dom_storage_area.cc',
369 'browser/in_process_webkit/dom_storage_area.h',
370 'browser/in_process_webkit/dom_storage_context_impl.cc',
371 'browser/in_process_webkit/dom_storage_context_impl.h',
372 'browser/in_process_webkit/dom_storage_message_filter.cc',
373 'browser/in_process_webkit/dom_storage_message_filter.h',
374 'browser/in_process_webkit/dom_storage_namespace.cc',
375 'browser/in_process_webkit/dom_storage_namespace.h',
376 'browser/in_process_webkit/indexed_db_callbacks.cc', 368 'browser/in_process_webkit/indexed_db_callbacks.cc',
377 'browser/in_process_webkit/indexed_db_callbacks.h', 369 'browser/in_process_webkit/indexed_db_callbacks.h',
378 'browser/in_process_webkit/indexed_db_context_impl.cc', 370 'browser/in_process_webkit/indexed_db_context_impl.cc',
379 'browser/in_process_webkit/indexed_db_context_impl.h', 371 'browser/in_process_webkit/indexed_db_context_impl.h',
380 'browser/in_process_webkit/indexed_db_database_callbacks.cc', 372 'browser/in_process_webkit/indexed_db_database_callbacks.cc',
381 'browser/in_process_webkit/indexed_db_database_callbacks.h', 373 'browser/in_process_webkit/indexed_db_database_callbacks.h',
382 'browser/in_process_webkit/indexed_db_dispatcher_host.cc', 374 'browser/in_process_webkit/indexed_db_dispatcher_host.cc',
383 'browser/in_process_webkit/indexed_db_dispatcher_host.h', 375 'browser/in_process_webkit/indexed_db_dispatcher_host.h',
384 'browser/in_process_webkit/indexed_db_key_utility_client.cc', 376 'browser/in_process_webkit/indexed_db_key_utility_client.cc',
385 'browser/in_process_webkit/indexed_db_key_utility_client.h', 377 'browser/in_process_webkit/indexed_db_key_utility_client.h',
386 'browser/in_process_webkit/indexed_db_quota_client.cc', 378 'browser/in_process_webkit/indexed_db_quota_client.cc',
387 'browser/in_process_webkit/indexed_db_quota_client.h', 379 'browser/in_process_webkit/indexed_db_quota_client.h',
388 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 380 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
389 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 381 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
390 'browser/in_process_webkit/session_storage_namespace_impl.cc',
391 'browser/in_process_webkit/session_storage_namespace_impl.h',
392 'browser/in_process_webkit/webkit_thread.cc', 382 'browser/in_process_webkit/webkit_thread.cc',
393 'browser/in_process_webkit/webkit_thread.h', 383 'browser/in_process_webkit/webkit_thread.h',
394 'browser/intents/intent_injector.cc', 384 'browser/intents/intent_injector.cc',
395 'browser/intents/intent_injector.h', 385 'browser/intents/intent_injector.h',
396 'browser/intents/internal_web_intents_dispatcher.cc', 386 'browser/intents/internal_web_intents_dispatcher.cc',
397 'browser/intents/internal_web_intents_dispatcher.h', 387 'browser/intents/internal_web_intents_dispatcher.h',
398 'browser/intents/web_intents_dispatcher_impl.cc', 388 'browser/intents/web_intents_dispatcher_impl.cc',
399 'browser/intents/web_intents_dispatcher_impl.h', 389 'browser/intents/web_intents_dispatcher_impl.h',
400 'browser/load_from_memory_cache_details.cc', 390 'browser/load_from_memory_cache_details.cc',
401 'browser/load_from_memory_cache_details.h', 391 'browser/load_from_memory_cache_details.h',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 ], 906 ],
917 }], 907 }],
918 ['input_speech==0', { 908 ['input_speech==0', {
919 'sources/': [ 909 'sources/': [
920 ['exclude', '^browser/speech/'], 910 ['exclude', '^browser/speech/'],
921 ], 911 ],
922 }], 912 }],
923 ], 913 ],
924 } 914 }
925 915
OLDNEW
« no previous file with comments | « content/common/dom_storage_common.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698