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

Side by Side Diff: content/content_browser.gypi

Issue 8666013: Add a public content/ interface for intents. Use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix IntentInjector; use TCO::tab_contents() 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 15 matching lines...) Expand all
26 '<(INTERMEDIATE_DIR)', 26 '<(INTERMEDIATE_DIR)',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'public/browser/browser_main_parts.h', 29 'public/browser/browser_main_parts.h',
30 'public/browser/browser_shutdown.h', 30 'public/browser/browser_shutdown.h',
31 'public/browser/browser_thread.h', 31 'public/browser/browser_thread.h',
32 'public/browser/browser_thread_delegate.h', 32 'public/browser/browser_thread_delegate.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/download_manager_delegate.h', 35 'public/browser/download_manager_delegate.h',
36 'public/browser/intents_host.h',
36 'public/browser/native_web_keyboard_event.h', 37 'public/browser/native_web_keyboard_event.h',
37 'public/browser/navigation_types.h', 38 'public/browser/navigation_types.h',
38 'public/browser/notification_details.h', 39 'public/browser/notification_details.h',
39 'public/browser/notification_observer.h', 40 'public/browser/notification_observer.h',
40 'public/browser/notification_registrar.cc', 41 'public/browser/notification_registrar.cc',
41 'public/browser/notification_registrar.h', 42 'public/browser/notification_registrar.h',
42 'public/browser/notification_service.h', 43 'public/browser/notification_service.h',
43 'public/browser/notification_source.h', 44 'public/browser/notification_source.h',
44 'public/browser/notification_types.h', 45 'public/browser/notification_types.h',
45 'public/browser/plugin_data_remover.h', 46 'public/browser/plugin_data_remover.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc', 289 'browser/in_process_webkit/indexed_db_transaction_callbacks.cc',
289 'browser/in_process_webkit/indexed_db_transaction_callbacks.h', 290 'browser/in_process_webkit/indexed_db_transaction_callbacks.h',
290 'browser/in_process_webkit/session_storage_namespace.cc', 291 'browser/in_process_webkit/session_storage_namespace.cc',
291 'browser/in_process_webkit/session_storage_namespace.h', 292 'browser/in_process_webkit/session_storage_namespace.h',
292 'browser/in_process_webkit/webkit_context.cc', 293 'browser/in_process_webkit/webkit_context.cc',
293 'browser/in_process_webkit/webkit_context.h', 294 'browser/in_process_webkit/webkit_context.h',
294 'browser/in_process_webkit/webkit_thread.cc', 295 'browser/in_process_webkit/webkit_thread.cc',
295 'browser/in_process_webkit/webkit_thread.h', 296 'browser/in_process_webkit/webkit_thread.h',
296 'browser/intents/intent_injector.cc', 297 'browser/intents/intent_injector.cc',
297 'browser/intents/intent_injector.h', 298 'browser/intents/intent_injector.h',
299 'browser/intents/intents_host_impl.cc',
300 'browser/intents/intents_host_impl.h',
298 'browser/javascript_dialogs.h', 301 'browser/javascript_dialogs.h',
299 'browser/load_from_memory_cache_details.cc', 302 'browser/load_from_memory_cache_details.cc',
300 'browser/load_from_memory_cache_details.h', 303 'browser/load_from_memory_cache_details.h',
301 'browser/load_notification_details.h', 304 'browser/load_notification_details.h',
302 'browser/mach_broker_mac.cc', 305 'browser/mach_broker_mac.cc',
303 'browser/mach_broker_mac.h', 306 'browser/mach_broker_mac.h',
304 'browser/mime_registry_message_filter.cc', 307 'browser/mime_registry_message_filter.cc',
305 'browser/mime_registry_message_filter.h', 308 'browser/mime_registry_message_filter.h',
306 'browser/net/browser_online_state_observer.cc', 309 'browser/net/browser_online_state_observer.cc',
307 'browser/net/browser_online_state_observer.h', 310 'browser/net/browser_online_state_observer.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 796 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
794 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 797 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
795 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 798 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
796 'browser/renderer_host/java/java_method.cc', 799 'browser/renderer_host/java/java_method.cc',
797 'browser/renderer_host/java/java_method.h', 800 'browser/renderer_host/java/java_method.h',
798 ], 801 ],
799 }], 802 }],
800 ], 803 ],
801 } 804 }
802 805
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698