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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'browser/chromeos/accessibility/accessibility_util.h', | 117 'browser/chromeos/accessibility/accessibility_util.h', |
118 'browser/chromeos/audio/audio_handler.cc', | 118 'browser/chromeos/audio/audio_handler.cc', |
119 'browser/chromeos/audio/audio_handler.h', | 119 'browser/chromeos/audio/audio_handler.h', |
120 'browser/chromeos/audio/audio_mixer.h', | 120 'browser/chromeos/audio/audio_mixer.h', |
121 'browser/chromeos/audio/audio_mixer_alsa.cc', | 121 'browser/chromeos/audio/audio_mixer_alsa.cc', |
122 'browser/chromeos/audio/audio_mixer_alsa.h', | 122 'browser/chromeos/audio/audio_mixer_alsa.h', |
123 'browser/chromeos/audio/audio_mixer_cras.cc', | 123 'browser/chromeos/audio/audio_mixer_cras.cc', |
124 'browser/chromeos/audio/audio_mixer_cras.h', | 124 'browser/chromeos/audio/audio_mixer_cras.h', |
125 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 125 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
126 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 126 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
127 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | 127 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.cc', |
128 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 128 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.h', |
129 'browser/chromeos/bluetooth/bluetooth_device.cc', | 129 'browser/chromeos/bluetooth/bluetooth_adapter_interface.h', |
130 'browser/chromeos/bluetooth/bluetooth_device.h', | 130 'browser/chromeos/bluetooth/bluetooth_device_dbus.cc', |
131 'browser/chromeos/bluetooth/bluetooth_service_record.cc', | 131 'browser/chromeos/bluetooth/bluetooth_device_dbus.h', |
132 'browser/chromeos/bluetooth/bluetooth_service_record.h', | 132 'browser/chromeos/bluetooth/bluetooth_device_interface.h', |
133 'browser/chromeos/bluetooth/bluetooth_socket.cc', | 133 'browser/chromeos/bluetooth/bluetooth_service_record_dbus.cc', |
134 'browser/chromeos/bluetooth/bluetooth_socket.h', | 134 'browser/chromeos/bluetooth/bluetooth_service_record_dbus.h', |
| 135 'browser/chromeos/bluetooth/bluetooth_service_record_interface.h', |
| 136 'browser/chromeos/bluetooth/bluetooth_socket_posix.cc', |
| 137 'browser/chromeos/bluetooth/bluetooth_socket_posix.h', |
135 'browser/chromeos/bluetooth/bluetooth_utils.cc', | 138 'browser/chromeos/bluetooth/bluetooth_utils.cc', |
136 'browser/chromeos/bluetooth/bluetooth_utils.h', | 139 'browser/chromeos/bluetooth/bluetooth_utils.h', |
137 'browser/chromeos/boot_times_loader.cc', | 140 'browser/chromeos/boot_times_loader.cc', |
138 'browser/chromeos/boot_times_loader.h', | 141 'browser/chromeos/boot_times_loader.h', |
139 'browser/chromeos/choose_mobile_network_dialog.cc', | 142 'browser/chromeos/choose_mobile_network_dialog.cc', |
140 'browser/chromeos/choose_mobile_network_dialog.h', | 143 'browser/chromeos/choose_mobile_network_dialog.h', |
141 'browser/chromeos/chrome_browser_main_chromeos.cc', | 144 'browser/chromeos/chrome_browser_main_chromeos.cc', |
142 'browser/chromeos/chrome_browser_main_chromeos.h', | 145 'browser/chromeos/chrome_browser_main_chromeos.h', |
143 'browser/chromeos/contacts/contact_database.cc', | 146 'browser/chromeos/contacts/contact_database.cc', |
144 'browser/chromeos/contacts/contact_database.h', | 147 'browser/chromeos/contacts/contact_database.h', |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 'type': 'static_library', | 768 'type': 'static_library', |
766 'sources': [ 'browser/chromeos/gdata/drive.proto' ], | 769 'sources': [ 'browser/chromeos/gdata/drive.proto' ], |
767 'variables': { | 770 'variables': { |
768 'proto_in_dir': 'browser/chromeos/gdata', | 771 'proto_in_dir': 'browser/chromeos/gdata', |
769 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 772 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
770 }, | 773 }, |
771 'includes': [ '../build/protoc.gypi' ] | 774 'includes': [ '../build/protoc.gypi' ] |
772 }, | 775 }, |
773 ], | 776 ], |
774 } | 777 } |
OLD | NEW |