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

Side by Side Diff: content/content_browser.gypi

Issue 8934011: Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntentsHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 21 matching lines...) Expand all
32 'public/browser/child_process_data.h', 32 'public/browser/child_process_data.h',
33 'public/browser/content_browser_client.h', 33 'public/browser/content_browser_client.h',
34 'public/browser/content_ipc_logging.h', 34 'public/browser/content_ipc_logging.h',
35 'public/browser/devtools_agent_host_registry.h', 35 'public/browser/devtools_agent_host_registry.h',
36 'public/browser/devtools_client_host.h', 36 'public/browser/devtools_client_host.h',
37 'public/browser/devtools_frontend_host_delegate.h', 37 'public/browser/devtools_frontend_host_delegate.h',
38 'public/browser/devtools_http_handler.h', 38 'public/browser/devtools_http_handler.h',
39 'public/browser/devtools_http_handler_delegate.h', 39 'public/browser/devtools_http_handler_delegate.h',
40 'public/browser/devtools_manager.h', 40 'public/browser/devtools_manager.h',
41 'public/browser/download_manager_delegate.h', 41 'public/browser/download_manager_delegate.h',
42 'public/browser/intents_host.h', 42 'public/browser/web_intents_dispatcher.h',
43 'public/browser/native_web_keyboard_event.h', 43 'public/browser/native_web_keyboard_event.h',
44 'public/browser/navigation_type.h', 44 'public/browser/navigation_type.h',
45 'public/browser/notification_details.h', 45 'public/browser/notification_details.h',
46 'public/browser/notification_observer.h', 46 'public/browser/notification_observer.h',
47 'public/browser/notification_registrar.cc', 47 'public/browser/notification_registrar.cc',
48 'public/browser/notification_registrar.h', 48 'public/browser/notification_registrar.h',
49 'public/browser/notification_service.h', 49 'public/browser/notification_service.h',
50 'public/browser/notification_source.h', 50 'public/browser/notification_source.h',
51 'public/browser/notification_types.h', 51 'public/browser/notification_types.h',
52 'public/browser/plugin_data_remover.h', 52 'public/browser/plugin_data_remover.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 299 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
300 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 300 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
301 'browser/in_process_webkit/session_storage_namespace.cc', 301 'browser/in_process_webkit/session_storage_namespace.cc',
302 'browser/in_process_webkit/session_storage_namespace.h', 302 'browser/in_process_webkit/session_storage_namespace.h',
303 'browser/in_process_webkit/webkit_context.cc', 303 'browser/in_process_webkit/webkit_context.cc',
304 'browser/in_process_webkit/webkit_context.h', 304 'browser/in_process_webkit/webkit_context.h',
305 'browser/in_process_webkit/webkit_thread.cc', 305 'browser/in_process_webkit/webkit_thread.cc',
306 'browser/in_process_webkit/webkit_thread.h', 306 'browser/in_process_webkit/webkit_thread.h',
307 'browser/intents/intent_injector.cc', 307 'browser/intents/intent_injector.cc',
308 'browser/intents/intent_injector.h', 308 'browser/intents/intent_injector.h',
309 'browser/intents/intents_host_impl.cc', 309 'browser/intents/web_intents_dispatcher_impl.cc',
310 'browser/intents/intents_host_impl.h', 310 'browser/intents/web_intents_dispatcher_impl.h',
311 'browser/javascript_dialogs.h', 311 'browser/javascript_dialogs.h',
312 'browser/load_from_memory_cache_details.cc', 312 'browser/load_from_memory_cache_details.cc',
313 'browser/load_from_memory_cache_details.h', 313 'browser/load_from_memory_cache_details.h',
314 'browser/load_notification_details.h', 314 'browser/load_notification_details.h',
315 'browser/mach_broker_mac.cc', 315 'browser/mach_broker_mac.cc',
316 'browser/mach_broker_mac.h', 316 'browser/mach_broker_mac.h',
317 'browser/mime_registry_message_filter.cc', 317 'browser/mime_registry_message_filter.cc',
318 'browser/mime_registry_message_filter.h', 318 'browser/mime_registry_message_filter.h',
319 'browser/net/browser_online_state_observer.cc', 319 'browser/net/browser_online_state_observer.cc',
320 'browser/net/browser_online_state_observer.h', 320 'browser/net/browser_online_state_observer.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'ENABLE_JAVA_BRIDGE', 795 'ENABLE_JAVA_BRIDGE',
796 ], 796 ],
797 }, { 797 }, {
798 'sources/': [ 798 'sources/': [
799 ['exclude', '^browser/renderer_host/java/'], 799 ['exclude', '^browser/renderer_host/java/'],
800 ], 800 ],
801 }], 801 }],
802 ], 802 ],
803 } 803 }
804 804
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698