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

Side by Side Diff: content/content_browser.gypi

Issue 387113003: Add a content API to create a message channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address nit Created 6 years, 1 month 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 '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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'public/browser/javascript_dialog_manager.h', 138 'public/browser/javascript_dialog_manager.h',
139 'public/browser/load_from_memory_cache_details.cc', 139 'public/browser/load_from_memory_cache_details.cc',
140 'public/browser/load_from_memory_cache_details.h', 140 'public/browser/load_from_memory_cache_details.h',
141 'public/browser/load_notification_details.h', 141 'public/browser/load_notification_details.h',
142 'public/browser/local_storage_usage_info.cc', 142 'public/browser/local_storage_usage_info.cc',
143 'public/browser/local_storage_usage_info.h', 143 'public/browser/local_storage_usage_info.h',
144 'public/browser/location_provider.h', 144 'public/browser/location_provider.h',
145 'public/browser/media_capture_devices.h', 145 'public/browser/media_capture_devices.h',
146 'public/browser/media_device_id.cc', 146 'public/browser/media_device_id.cc',
147 'public/browser/media_device_id.h', 147 'public/browser/media_device_id.h',
148 'public/browser/message_port_provider.h',
148 'public/browser/native_web_keyboard_event.h', 149 'public/browser/native_web_keyboard_event.h',
149 'public/browser/navigation_controller.cc', 150 'public/browser/navigation_controller.cc',
150 'public/browser/navigation_controller.h', 151 'public/browser/navigation_controller.h',
151 'public/browser/navigation_details.cc', 152 'public/browser/navigation_details.cc',
152 'public/browser/navigation_details.h', 153 'public/browser/navigation_details.h',
153 'public/browser/navigation_entry.h', 154 'public/browser/navigation_entry.h',
154 'public/browser/navigation_type.h', 155 'public/browser/navigation_type.h',
155 'public/browser/notification_details.h', 156 'public/browser/notification_details.h',
156 'public/browser/notification_observer.h', 157 'public/browser/notification_observer.h',
157 'public/browser/notification_registrar.cc', 158 'public/browser/notification_registrar.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'browser/media/midi_host.cc', 908 'browser/media/midi_host.cc',
908 'browser/media/midi_host.h', 909 'browser/media/midi_host.h',
909 'browser/media/webrtc_identity_store.cc', 910 'browser/media/webrtc_identity_store.cc',
910 'browser/media/webrtc_identity_store.h', 911 'browser/media/webrtc_identity_store.h',
911 'browser/media/webrtc_identity_store_backend.cc', 912 'browser/media/webrtc_identity_store_backend.cc',
912 'browser/media/webrtc_identity_store_backend.h', 913 'browser/media/webrtc_identity_store_backend.h',
913 'browser/manifest/manifest_manager_host.cc', 914 'browser/manifest/manifest_manager_host.cc',
914 'browser/manifest/manifest_manager_host.h', 915 'browser/manifest/manifest_manager_host.h',
915 'browser/message_port_message_filter.cc', 916 'browser/message_port_message_filter.cc',
916 'browser/message_port_message_filter.h', 917 'browser/message_port_message_filter.h',
918 'browser/message_port_provider.cc',
917 'browser/message_port_service.cc', 919 'browser/message_port_service.cc',
918 'browser/message_port_service.h', 920 'browser/message_port_service.h',
919 'browser/mime_registry_message_filter.cc', 921 'browser/mime_registry_message_filter.cc',
920 'browser/mime_registry_message_filter.h', 922 'browser/mime_registry_message_filter.h',
921 'browser/mojo/mojo_application_host.cc', 923 'browser/mojo/mojo_application_host.cc',
922 'browser/mojo/mojo_application_host.h', 924 'browser/mojo/mojo_application_host.h',
923 'browser/mojo/service_registry_android.cc', 925 'browser/mojo/service_registry_android.cc',
924 'browser/mojo/service_registry_android.h', 926 'browser/mojo/service_registry_android.h',
925 'browser/net/browser_online_state_observer.cc', 927 'browser/net/browser_online_state_observer.cc',
926 'browser/net/browser_online_state_observer.h', 928 'browser/net/browser_online_state_observer.h',
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 'sources': [ 1939 'sources': [
1938 'browser/media/cdm/browser_cdm_manager.cc', 1940 'browser/media/cdm/browser_cdm_manager.cc',
1939 'browser/media/cdm/browser_cdm_manager.h', 1941 'browser/media/cdm/browser_cdm_manager.h',
1940 # This works on Android because enable_browser_cdms==1 on Android. 1942 # This works on Android because enable_browser_cdms==1 on Android.
1941 'browser/media/media_web_contents_observer.cc', 1943 'browser/media/media_web_contents_observer.cc',
1942 'browser/media/media_web_contents_observer.h', 1944 'browser/media/media_web_contents_observer.h',
1943 ], 1945 ],
1944 }], 1946 }],
1945 ], 1947 ],
1946 } 1948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698