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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix so that this CL compiles on Windows. Created 8 years, 2 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 # 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
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',
56 '../media/media.gyp:media', 57 '../media/media.gyp:media',
57 '../net/net.gyp:net', 58 '../net/net.gyp:net',
58 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 59 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
59 '../printing/printing.gyp:printing', 60 '../printing/printing.gyp:printing',
60 '../skia/skia.gyp:skia', 61 '../skia/skia.gyp:skia',
61 '../sync/protocol/sync_proto.gyp:sync_proto', 62 '../sync/protocol/sync_proto.gyp:sync_proto',
62 # TODO(akalin): Depend only on syncapi_service from sync. 63 # TODO(akalin): Depend only on syncapi_service from sync.
63 '../sync/sync.gyp:syncapi_core', 64 '../sync/sync.gyp:syncapi_core',
64 '../sync/sync.gyp:syncapi_service', 65 '../sync/sync.gyp:syncapi_service',
65 '../sync/sync.gyp:sync_notifier', 66 '../sync/sync.gyp:sync_notifier',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'browser/chromeos/accessibility/accessibility_util.h', 120 'browser/chromeos/accessibility/accessibility_util.h',
120 'browser/chromeos/audio/audio_handler.cc', 121 'browser/chromeos/audio/audio_handler.cc',
121 'browser/chromeos/audio/audio_handler.h', 122 'browser/chromeos/audio/audio_handler.h',
122 'browser/chromeos/audio/audio_mixer.h', 123 'browser/chromeos/audio/audio_mixer.h',
123 'browser/chromeos/audio/audio_mixer_alsa.cc', 124 'browser/chromeos/audio/audio_mixer_alsa.cc',
124 'browser/chromeos/audio/audio_mixer_alsa.h', 125 'browser/chromeos/audio/audio_mixer_alsa.h',
125 'browser/chromeos/audio/audio_mixer_cras.cc', 126 'browser/chromeos/audio/audio_mixer_cras.cc',
126 'browser/chromeos/audio/audio_mixer_cras.h', 127 'browser/chromeos/audio/audio_mixer_cras.h',
127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 128 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 129 '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', 130 'browser/chromeos/boot_times_loader.cc',
147 'browser/chromeos/boot_times_loader.h', 131 'browser/chromeos/boot_times_loader.h',
148 'browser/chromeos/choose_mobile_network_dialog.cc', 132 'browser/chromeos/choose_mobile_network_dialog.cc',
149 'browser/chromeos/choose_mobile_network_dialog.h', 133 'browser/chromeos/choose_mobile_network_dialog.h',
150 'browser/chromeos/chrome_browser_main_chromeos.cc', 134 'browser/chromeos/chrome_browser_main_chromeos.cc',
151 'browser/chromeos/chrome_browser_main_chromeos.h', 135 'browser/chromeos/chrome_browser_main_chromeos.h',
152 'browser/chromeos/contacts/contact_database.cc', 136 'browser/chromeos/contacts/contact_database.cc',
153 'browser/chromeos/contacts/contact_database.h', 137 'browser/chromeos/contacts/contact_database.h',
154 'browser/chromeos/contacts/contact_manager.cc', 138 'browser/chromeos/contacts/contact_manager.cc',
155 'browser/chromeos/contacts/contact_manager.h', 139 'browser/chromeos/contacts/contact_manager.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/chromeos/drive/gdata_wapi_feed_processor.cc', 249 'browser/chromeos/drive/gdata_wapi_feed_processor.cc',
266 'browser/chromeos/drive/gdata_wapi_feed_processor.h', 250 'browser/chromeos/drive/gdata_wapi_feed_processor.h',
267 'browser/chromeos/drive/gdata_wapi_service.cc', 251 'browser/chromeos/drive/gdata_wapi_service.cc',
268 'browser/chromeos/drive/gdata_wapi_service.h', 252 'browser/chromeos/drive/gdata_wapi_service.h',
269 'browser/chromeos/drive/stale_cache_files_remover.cc', 253 'browser/chromeos/drive/stale_cache_files_remover.cc',
270 'browser/chromeos/drive/stale_cache_files_remover.h', 254 'browser/chromeos/drive/stale_cache_files_remover.h',
271 'browser/chromeos/enrollment_dialog_view.cc', 255 'browser/chromeos/enrollment_dialog_view.cc',
272 'browser/chromeos/enrollment_dialog_view.h', 256 'browser/chromeos/enrollment_dialog_view.h',
273 'browser/chromeos/enterprise_extension_observer.cc', 257 'browser/chromeos/enterprise_extension_observer.cc',
274 'browser/chromeos/enterprise_extension_observer.h', 258 'browser/chromeos/enterprise_extension_observer.h',
275 'browser/chromeos/extensions/bluetooth_event_router.cc',
276 'browser/chromeos/extensions/bluetooth_event_router.h',
277 'browser/chromeos/extensions/echo_private_api.cc', 259 'browser/chromeos/extensions/echo_private_api.cc',
278 'browser/chromeos/extensions/echo_private_api.h', 260 'browser/chromeos/extensions/echo_private_api.h',
279 'browser/chromeos/extensions/file_browser_event_router.cc', 261 'browser/chromeos/extensions/file_browser_event_router.cc',
280 'browser/chromeos/extensions/file_browser_event_router.h', 262 'browser/chromeos/extensions/file_browser_event_router.h',
281 'browser/chromeos/extensions/file_browser_notifications.cc', 263 'browser/chromeos/extensions/file_browser_notifications.cc',
282 'browser/chromeos/extensions/file_browser_notifications.h', 264 'browser/chromeos/extensions/file_browser_notifications.h',
283 'browser/chromeos/extensions/file_handler_util.cc', 265 'browser/chromeos/extensions/file_handler_util.cc',
284 'browser/chromeos/extensions/file_handler_util.h', 266 'browser/chromeos/extensions/file_handler_util.h',
285 'browser/chromeos/extensions/file_manager_util.cc', 267 'browser/chromeos/extensions/file_manager_util.cc',
286 'browser/chromeos/extensions/file_manager_util.h', 268 'browser/chromeos/extensions/file_manager_util.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'type': 'static_library', 735 'type': 'static_library',
754 'sources': [ 'browser/chromeos/drive/drive.proto' ], 736 'sources': [ 'browser/chromeos/drive/drive.proto' ],
755 'variables': { 737 'variables': {
756 'proto_in_dir': 'browser/chromeos/drive', 738 'proto_in_dir': 'browser/chromeos/drive',
757 'proto_out_dir': 'chrome/browser/chromeos/drive', 739 'proto_out_dir': 'chrome/browser/chromeos/drive',
758 }, 740 },
759 'includes': [ '../build/protoc.gypi' ] 741 'includes': [ '../build/protoc.gypi' ]
760 }, 742 },
761 ], 743 ],
762 } 744 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698