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

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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'public/browser/devtools_agent_host.h', 75 'public/browser/devtools_agent_host.h',
76 'public/browser/devtools_client_host.h', 76 'public/browser/devtools_client_host.h',
77 'public/browser/devtools_external_agent_proxy.h', 77 'public/browser/devtools_external_agent_proxy.h',
78 'public/browser/devtools_external_agent_proxy_delegate.h', 78 'public/browser/devtools_external_agent_proxy_delegate.h',
79 'public/browser/download_danger_type.h', 79 'public/browser/download_danger_type.h',
80 'public/browser/devtools_frontend_host_delegate.h', 80 'public/browser/devtools_frontend_host_delegate.h',
81 'public/browser/devtools_http_handler.h', 81 'public/browser/devtools_http_handler.h',
82 'public/browser/devtools_http_handler_delegate.h', 82 'public/browser/devtools_http_handler_delegate.h',
83 'public/browser/devtools_manager.h', 83 'public/browser/devtools_manager.h',
84 'public/browser/dom_operation_notification_details.h', 84 'public/browser/dom_operation_notification_details.h',
85 'public/browser/dom_storage_context.cc',
85 'public/browser/dom_storage_context.h', 86 'public/browser/dom_storage_context.h',
86 'public/browser/download_destination_observer.h', 87 'public/browser/download_destination_observer.h',
87 'public/browser/download_interrupt_reason_values.h', 88 'public/browser/download_interrupt_reason_values.h',
88 'public/browser/download_interrupt_reasons.h', 89 'public/browser/download_interrupt_reasons.h',
89 'public/browser/download_item.h', 90 'public/browser/download_item.h',
90 'public/browser/download_manager.h', 91 'public/browser/download_manager.h',
91 'public/browser/download_manager_delegate.cc', 92 'public/browser/download_manager_delegate.cc',
92 'public/browser/download_manager_delegate.h', 93 'public/browser/download_manager_delegate.h',
93 'public/browser/download_save_info.cc', 94 'public/browser/download_save_info.cc',
94 'public/browser/download_save_info.h', 95 'public/browser/download_save_info.h',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'browser/device_orientation/observer_delegate.cc', 414 'browser/device_orientation/observer_delegate.cc',
414 'browser/device_orientation/observer_delegate.h', 415 'browser/device_orientation/observer_delegate.h',
415 'browser/device_orientation/orientation.cc', 416 'browser/device_orientation/orientation.cc',
416 'browser/device_orientation/orientation.h', 417 'browser/device_orientation/orientation.h',
417 'browser/device_orientation/orientation_message_filter.cc', 418 'browser/device_orientation/orientation_message_filter.cc',
418 'browser/device_orientation/orientation_message_filter.h', 419 'browser/device_orientation/orientation_message_filter.h',
419 'browser/device_orientation/provider.cc', 420 'browser/device_orientation/provider.cc',
420 'browser/device_orientation/provider.h', 421 'browser/device_orientation/provider.h',
421 'browser/device_orientation/provider_impl.cc', 422 'browser/device_orientation/provider_impl.cc',
422 'browser/device_orientation/provider_impl.h', 423 'browser/device_orientation/provider_impl.h',
424 'browser/dom_storage/dom_storage_area.cc',
425 'browser/dom_storage/dom_storage_area.h',
423 'browser/dom_storage/dom_storage_context_impl.cc', 426 'browser/dom_storage/dom_storage_context_impl.cc',
424 'browser/dom_storage/dom_storage_context_impl.h', 427 'browser/dom_storage/dom_storage_context_impl.h',
428 'browser/dom_storage/dom_storage_context_proxy.cc',
429 'browser/dom_storage/dom_storage_context_proxy.h',
430 'browser/dom_storage/dom_storage_database.cc',
431 'browser/dom_storage/dom_storage_database.h',
432 'browser/dom_storage/dom_storage_database_adapter.h',
433 'browser/dom_storage/dom_storage_host.cc',
434 'browser/dom_storage/dom_storage_host.h',
425 'browser/dom_storage/dom_storage_message_filter.cc', 435 'browser/dom_storage/dom_storage_message_filter.cc',
426 'browser/dom_storage/dom_storage_message_filter.h', 436 'browser/dom_storage/dom_storage_message_filter.h',
437 'browser/dom_storage/dom_storage_namespace.cc',
438 'browser/dom_storage/dom_storage_namespace.h',
439 'browser/dom_storage/dom_storage_session.cc',
440 'browser/dom_storage/dom_storage_session.h',
441 'browser/dom_storage/dom_storage_task_runner.cc',
442 'browser/dom_storage/dom_storage_task_runner.h',
443 'browser/dom_storage/local_storage_database_adapter.cc',
444 'browser/dom_storage/local_storage_database_adapter.h',
445 'browser/dom_storage/session_storage_database.cc',
446 'browser/dom_storage/session_storage_database.h',
447 'browser/dom_storage/session_storage_database_adapter.cc',
448 'browser/dom_storage/session_storage_database_adapter.h',
427 'browser/dom_storage/session_storage_namespace_impl.cc', 449 'browser/dom_storage/session_storage_namespace_impl.cc',
428 'browser/dom_storage/session_storage_namespace_impl.h', 450 'browser/dom_storage/session_storage_namespace_impl.h',
429 'browser/download/base_file.cc', 451 'browser/download/base_file.cc',
430 'browser/download/base_file.h', 452 'browser/download/base_file.h',
431 'browser/download/base_file_linux.cc', 453 'browser/download/base_file_linux.cc',
432 'browser/download/base_file_mac.cc', 454 'browser/download/base_file_mac.cc',
433 'browser/download/base_file_posix.cc', 455 'browser/download/base_file_posix.cc',
434 'browser/download/base_file_win.cc', 456 'browser/download/base_file_win.cc',
435 'browser/download/download_create_info.cc', 457 'browser/download/download_create_info.cc',
436 'browser/download/download_create_info.h', 458 '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', 1523 '../third_party/speex/speex.gyp:libspeex',
1502 ], 1524 ],
1503 }], 1525 }],
1504 ['linux_use_libgps==1', { 1526 ['linux_use_libgps==1', {
1505 'dependencies': [ 1527 'dependencies': [
1506 '../build/linux/system.gyp:libgps', 1528 '../build/linux/system.gyp:libgps',
1507 ], 1529 ],
1508 }], 1530 }],
1509 ], 1531 ],
1510 } 1532 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698