| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'variations_seed_proto', | 46 'variations_seed_proto', |
| 47 '../build/linux/system.gyp:dbus-glib', | 47 '../build/linux/system.gyp:dbus-glib', |
| 48 '../build/temp_gyp/googleurl.gyp:googleurl', | 48 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 49 '../chromeos/chromeos.gyp:chromeos', | 49 '../chromeos/chromeos.gyp:chromeos', |
| 50 '../chromeos/chromeos.gyp:mtp_file_entry_proto', | 50 '../chromeos/chromeos.gyp:mtp_file_entry_proto', |
| 51 '../chromeos/chromeos.gyp:mtp_storage_info_proto', | 51 '../chromeos/chromeos.gyp:mtp_storage_info_proto', |
| 52 '../content/content.gyp:content_browser', | 52 '../content/content.gyp:content_browser', |
| 53 '../content/content.gyp:content_common', | 53 '../content/content.gyp:content_common', |
| 54 '../crypto/crypto.gyp:crypto', | 54 '../crypto/crypto.gyp:crypto', |
| 55 '../dbus/dbus.gyp:dbus', | 55 '../dbus/dbus.gyp:dbus', |
| 56 '../device/device.gyp:bluetooth', |
| 57 '../device/device.gyp:bluetooth_out_of_band_pairing_data', |
| 56 '../media/media.gyp:media', | 58 '../media/media.gyp:media', |
| 57 '../net/net.gyp:net', | 59 '../net/net.gyp:net', |
| 58 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 60 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 59 '../printing/printing.gyp:printing', | 61 '../printing/printing.gyp:printing', |
| 60 '../skia/skia.gyp:skia', | 62 '../skia/skia.gyp:skia', |
| 61 '../sync/protocol/sync_proto.gyp:sync_proto', | 63 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 62 # TODO(akalin): Depend only on syncapi_service from sync. | 64 # TODO(akalin): Depend only on syncapi_service from sync. |
| 63 '../sync/sync.gyp:syncapi_core', | 65 '../sync/sync.gyp:syncapi_core', |
| 64 '../sync/sync.gyp:syncapi_service', | 66 '../sync/sync.gyp:syncapi_service', |
| 65 '../sync/sync.gyp:sync_notifier', | 67 '../sync/sync.gyp:sync_notifier', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'browser/chromeos/accessibility/accessibility_util.h', | 121 'browser/chromeos/accessibility/accessibility_util.h', |
| 120 'browser/chromeos/audio/audio_handler.cc', | 122 'browser/chromeos/audio/audio_handler.cc', |
| 121 'browser/chromeos/audio/audio_handler.h', | 123 'browser/chromeos/audio/audio_handler.h', |
| 122 'browser/chromeos/audio/audio_mixer.h', | 124 'browser/chromeos/audio/audio_mixer.h', |
| 123 'browser/chromeos/audio/audio_mixer_alsa.cc', | 125 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 124 'browser/chromeos/audio/audio_mixer_alsa.h', | 126 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 125 'browser/chromeos/audio/audio_mixer_cras.cc', | 127 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 126 'browser/chromeos/audio/audio_mixer_cras.h', | 128 'browser/chromeos/audio/audio_mixer_cras.h', |
| 127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 129 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 130 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 129 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | |
| 130 'browser/chromeos/bluetooth/bluetooth_adapter.h', | |
| 131 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.cc', | |
| 132 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.h', | |
| 133 'browser/chromeos/bluetooth/bluetooth_adapter_factory.h', | |
| 134 'browser/chromeos/bluetooth/bluetooth_adapter_factory.cc', | |
| 135 'browser/chromeos/bluetooth/bluetooth_device.cc', | |
| 136 'browser/chromeos/bluetooth/bluetooth_device.h', | |
| 137 'browser/chromeos/bluetooth/bluetooth_device_chromeos.cc', | |
| 138 'browser/chromeos/bluetooth/bluetooth_device_chromeos.h', | |
| 139 'browser/chromeos/bluetooth/bluetooth_service_record.cc', | |
| 140 'browser/chromeos/bluetooth/bluetooth_service_record.h', | |
| 141 'browser/chromeos/bluetooth/bluetooth_socket.h', | |
| 142 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc', | |
| 143 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.h', | |
| 144 'browser/chromeos/bluetooth/bluetooth_utils.cc', | |
| 145 'browser/chromeos/bluetooth/bluetooth_utils.h', | |
| 146 'browser/chromeos/boot_times_loader.cc', | 131 'browser/chromeos/boot_times_loader.cc', |
| 147 'browser/chromeos/boot_times_loader.h', | 132 'browser/chromeos/boot_times_loader.h', |
| 148 'browser/chromeos/choose_mobile_network_dialog.cc', | 133 'browser/chromeos/choose_mobile_network_dialog.cc', |
| 149 'browser/chromeos/choose_mobile_network_dialog.h', | 134 'browser/chromeos/choose_mobile_network_dialog.h', |
| 150 'browser/chromeos/chrome_browser_main_chromeos.cc', | 135 'browser/chromeos/chrome_browser_main_chromeos.cc', |
| 151 'browser/chromeos/chrome_browser_main_chromeos.h', | 136 'browser/chromeos/chrome_browser_main_chromeos.h', |
| 152 'browser/chromeos/contacts/contact_database.cc', | 137 'browser/chromeos/contacts/contact_database.cc', |
| 153 'browser/chromeos/contacts/contact_database.h', | 138 'browser/chromeos/contacts/contact_database.h', |
| 154 'browser/chromeos/contacts/contact_manager.cc', | 139 'browser/chromeos/contacts/contact_manager.cc', |
| 155 'browser/chromeos/contacts/contact_manager.h', | 140 'browser/chromeos/contacts/contact_manager.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'browser/chromeos/display/primary_display_switch_observer.h', | 193 'browser/chromeos/display/primary_display_switch_observer.h', |
| 209 'browser/chromeos/dbus/cros_dbus_service.cc', | 194 'browser/chromeos/dbus/cros_dbus_service.cc', |
| 210 'browser/chromeos/dbus/cros_dbus_service.h', | 195 'browser/chromeos/dbus/cros_dbus_service.h', |
| 211 'browser/chromeos/dbus/proxy_resolution_service_provider.cc', | 196 'browser/chromeos/dbus/proxy_resolution_service_provider.cc', |
| 212 'browser/chromeos/dbus/proxy_resolution_service_provider.h', | 197 'browser/chromeos/dbus/proxy_resolution_service_provider.h', |
| 213 'browser/chromeos/device_hierarchy_observer.h', | 198 'browser/chromeos/device_hierarchy_observer.h', |
| 214 'browser/chromeos/enrollment_dialog_view.cc', | 199 'browser/chromeos/enrollment_dialog_view.cc', |
| 215 'browser/chromeos/enrollment_dialog_view.h', | 200 'browser/chromeos/enrollment_dialog_view.h', |
| 216 'browser/chromeos/enterprise_extension_observer.cc', | 201 'browser/chromeos/enterprise_extension_observer.cc', |
| 217 'browser/chromeos/enterprise_extension_observer.h', | 202 'browser/chromeos/enterprise_extension_observer.h', |
| 218 'browser/chromeos/extensions/bluetooth_event_router.cc', | |
| 219 'browser/chromeos/extensions/bluetooth_event_router.h', | |
| 220 'browser/chromeos/extensions/echo_private_api.cc', | 203 'browser/chromeos/extensions/echo_private_api.cc', |
| 221 'browser/chromeos/extensions/echo_private_api.h', | 204 'browser/chromeos/extensions/echo_private_api.h', |
| 222 'browser/chromeos/extensions/file_browser_event_router.cc', | 205 'browser/chromeos/extensions/file_browser_event_router.cc', |
| 223 'browser/chromeos/extensions/file_browser_event_router.h', | 206 'browser/chromeos/extensions/file_browser_event_router.h', |
| 224 'browser/chromeos/extensions/file_browser_notifications.cc', | 207 'browser/chromeos/extensions/file_browser_notifications.cc', |
| 225 'browser/chromeos/extensions/file_browser_notifications.h', | 208 'browser/chromeos/extensions/file_browser_notifications.h', |
| 226 'browser/chromeos/extensions/file_handler_util.cc', | 209 'browser/chromeos/extensions/file_handler_util.cc', |
| 227 'browser/chromeos/extensions/file_handler_util.h', | 210 'browser/chromeos/extensions/file_handler_util.h', |
| 228 'browser/chromeos/extensions/file_manager_util.cc', | 211 'browser/chromeos/extensions/file_manager_util.cc', |
| 229 'browser/chromeos/extensions/file_manager_util.h', | 212 'browser/chromeos/extensions/file_manager_util.h', |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'type': 'static_library', | 736 'type': 'static_library', |
| 754 'sources': [ 'browser/chromeos/gdata/drive.proto' ], | 737 'sources': [ 'browser/chromeos/gdata/drive.proto' ], |
| 755 'variables': { | 738 'variables': { |
| 756 'proto_in_dir': 'browser/chromeos/gdata', | 739 'proto_in_dir': 'browser/chromeos/gdata', |
| 757 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 740 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 758 }, | 741 }, |
| 759 'includes': [ '../build/protoc.gypi' ] | 742 'includes': [ '../build/protoc.gypi' ] |
| 760 }, | 743 }, |
| 761 ], | 744 ], |
| 762 } | 745 } |
| OLD | NEW |