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

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: renamed 'bluetooth' target to 'device_bluetooth'. 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'safe_browsing_proto', 44 'safe_browsing_proto',
45 'safe_browsing_report_proto', 45 'safe_browsing_report_proto',
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 '../content/content.gyp:content_browser', 50 '../content/content.gyp:content_browser',
51 '../content/content.gyp:content_common', 51 '../content/content.gyp:content_common',
52 '../crypto/crypto.gyp:crypto', 52 '../crypto/crypto.gyp:crypto',
53 '../dbus/dbus.gyp:dbus', 53 '../dbus/dbus.gyp:dbus',
54 '../device/device.gyp:device_bluetooth',
54 '../media/media.gyp:media', 55 '../media/media.gyp:media',
55 '../net/net.gyp:net', 56 '../net/net.gyp:net',
56 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
57 '../printing/printing.gyp:printing', 58 '../printing/printing.gyp:printing',
58 '../skia/skia.gyp:skia', 59 '../skia/skia.gyp:skia',
59 '../sync/protocol/sync_proto.gyp:sync_proto', 60 '../sync/protocol/sync_proto.gyp:sync_proto',
60 # TODO(akalin): Depend only on syncapi_service from sync. 61 # TODO(akalin): Depend only on syncapi_service from sync.
61 '../sync/sync.gyp:syncapi_core', 62 '../sync/sync.gyp:syncapi_core',
62 '../sync/sync.gyp:syncapi_service', 63 '../sync/sync.gyp:syncapi_service',
63 '../sync/sync.gyp:sync_notifier', 64 '../sync/sync.gyp:sync_notifier',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'browser/chromeos/accessibility/accessibility_util.h', 117 'browser/chromeos/accessibility/accessibility_util.h',
117 'browser/chromeos/audio/audio_handler.cc', 118 'browser/chromeos/audio/audio_handler.cc',
118 'browser/chromeos/audio/audio_handler.h', 119 'browser/chromeos/audio/audio_handler.h',
119 'browser/chromeos/audio/audio_mixer.h', 120 'browser/chromeos/audio/audio_mixer.h',
120 'browser/chromeos/audio/audio_mixer_alsa.cc', 121 'browser/chromeos/audio/audio_mixer_alsa.cc',
121 'browser/chromeos/audio/audio_mixer_alsa.h', 122 'browser/chromeos/audio/audio_mixer_alsa.h',
122 'browser/chromeos/audio/audio_mixer_cras.cc', 123 'browser/chromeos/audio/audio_mixer_cras.cc',
123 'browser/chromeos/audio/audio_mixer_cras.h', 124 'browser/chromeos/audio/audio_mixer_cras.h',
124 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 125 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
125 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 126 'browser/chromeos/background/ash_user_wallpaper_delegate.h',
126 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
127 'browser/chromeos/bluetooth/bluetooth_adapter.h',
128 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.cc',
129 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.h',
130 'browser/chromeos/bluetooth/bluetooth_adapter_factory.h',
131 'browser/chromeos/bluetooth/bluetooth_adapter_factory.cc',
132 'browser/chromeos/bluetooth/bluetooth_device.cc',
133 'browser/chromeos/bluetooth/bluetooth_device.h',
134 'browser/chromeos/bluetooth/bluetooth_device_chromeos.cc',
135 'browser/chromeos/bluetooth/bluetooth_device_chromeos.h',
136 'browser/chromeos/bluetooth/bluetooth_service_record.cc',
137 'browser/chromeos/bluetooth/bluetooth_service_record.h',
138 'browser/chromeos/bluetooth/bluetooth_socket.h',
139 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc',
140 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.h',
141 'browser/chromeos/bluetooth/bluetooth_utils.cc',
142 'browser/chromeos/bluetooth/bluetooth_utils.h',
143 'browser/chromeos/boot_times_loader.cc', 127 'browser/chromeos/boot_times_loader.cc',
144 'browser/chromeos/boot_times_loader.h', 128 'browser/chromeos/boot_times_loader.h',
145 'browser/chromeos/choose_mobile_network_dialog.cc', 129 'browser/chromeos/choose_mobile_network_dialog.cc',
146 'browser/chromeos/choose_mobile_network_dialog.h', 130 'browser/chromeos/choose_mobile_network_dialog.h',
147 'browser/chromeos/chrome_browser_main_chromeos.cc', 131 'browser/chromeos/chrome_browser_main_chromeos.cc',
148 'browser/chromeos/chrome_browser_main_chromeos.h', 132 'browser/chromeos/chrome_browser_main_chromeos.h',
149 'browser/chromeos/contacts/contact_database.cc', 133 'browser/chromeos/contacts/contact_database.cc',
150 'browser/chromeos/contacts/contact_database.h', 134 'browser/chromeos/contacts/contact_database.h',
151 'browser/chromeos/contacts/contact_manager.cc', 135 'browser/chromeos/contacts/contact_manager.cc',
152 'browser/chromeos/contacts/contact_manager.h', 136 'browser/chromeos/contacts/contact_manager.h',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'browser/chromeos/drive/gdata_wapi_feed_loader.h', 251 'browser/chromeos/drive/gdata_wapi_feed_loader.h',
268 'browser/chromeos/drive/gdata_wapi_feed_loader_observer.h', 252 'browser/chromeos/drive/gdata_wapi_feed_loader_observer.h',
269 'browser/chromeos/drive/gdata_wapi_feed_processor.cc', 253 'browser/chromeos/drive/gdata_wapi_feed_processor.cc',
270 'browser/chromeos/drive/gdata_wapi_feed_processor.h', 254 'browser/chromeos/drive/gdata_wapi_feed_processor.h',
271 'browser/chromeos/drive/stale_cache_files_remover.cc', 255 'browser/chromeos/drive/stale_cache_files_remover.cc',
272 'browser/chromeos/drive/stale_cache_files_remover.h', 256 'browser/chromeos/drive/stale_cache_files_remover.h',
273 'browser/chromeos/enrollment_dialog_view.cc', 257 'browser/chromeos/enrollment_dialog_view.cc',
274 'browser/chromeos/enrollment_dialog_view.h', 258 'browser/chromeos/enrollment_dialog_view.h',
275 'browser/chromeos/enterprise_extension_observer.cc', 259 'browser/chromeos/enterprise_extension_observer.cc',
276 'browser/chromeos/enterprise_extension_observer.h', 260 'browser/chromeos/enterprise_extension_observer.h',
277 'browser/chromeos/extensions/bluetooth_event_router.cc',
278 'browser/chromeos/extensions/bluetooth_event_router.h',
279 'browser/chromeos/extensions/echo_private_api.cc', 261 'browser/chromeos/extensions/echo_private_api.cc',
280 'browser/chromeos/extensions/echo_private_api.h', 262 'browser/chromeos/extensions/echo_private_api.h',
281 'browser/chromeos/extensions/file_browser_event_router.cc', 263 'browser/chromeos/extensions/file_browser_event_router.cc',
282 'browser/chromeos/extensions/file_browser_event_router.h', 264 'browser/chromeos/extensions/file_browser_event_router.h',
283 'browser/chromeos/extensions/file_browser_notifications.cc', 265 'browser/chromeos/extensions/file_browser_notifications.cc',
284 'browser/chromeos/extensions/file_browser_notifications.h', 266 'browser/chromeos/extensions/file_browser_notifications.h',
285 'browser/chromeos/extensions/file_handler_util.cc', 267 'browser/chromeos/extensions/file_handler_util.cc',
286 'browser/chromeos/extensions/file_handler_util.h', 268 'browser/chromeos/extensions/file_handler_util.h',
287 'browser/chromeos/extensions/file_manager_util.cc', 269 'browser/chromeos/extensions/file_manager_util.cc',
288 'browser/chromeos/extensions/file_manager_util.h', 270 'browser/chromeos/extensions/file_manager_util.h',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'type': 'static_library', 739 'type': 'static_library',
758 'sources': [ 'browser/chromeos/drive/drive.proto' ], 740 'sources': [ 'browser/chromeos/drive/drive.proto' ],
759 'variables': { 741 'variables': {
760 'proto_in_dir': 'browser/chromeos/drive', 742 'proto_in_dir': 'browser/chromeos/drive',
761 'proto_out_dir': 'chrome/browser/chromeos/drive', 743 'proto_out_dir': 'chrome/browser/chromeos/drive',
762 }, 744 },
763 'includes': [ '../build/protoc.gypi' ] 745 'includes': [ '../build/protoc.gypi' ]
764 }, 746 },
765 ], 747 ],
766 } 748 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698