| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'browser/chromeos/accessibility/accessibility_util.h', | 119 'browser/chromeos/accessibility/accessibility_util.h', |
| 120 'browser/chromeos/audio/audio_handler.cc', | 120 'browser/chromeos/audio/audio_handler.cc', |
| 121 'browser/chromeos/audio/audio_handler.h', | 121 'browser/chromeos/audio/audio_handler.h', |
| 122 'browser/chromeos/audio/audio_mixer.h', | 122 'browser/chromeos/audio/audio_mixer.h', |
| 123 'browser/chromeos/audio/audio_mixer_alsa.cc', | 123 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 124 'browser/chromeos/audio/audio_mixer_alsa.h', | 124 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 125 'browser/chromeos/audio/audio_mixer_cras.cc', | 125 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 126 'browser/chromeos/audio/audio_mixer_cras.h', | 126 'browser/chromeos/audio/audio_mixer_cras.h', |
| 127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 127 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 128 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 129 'browser/chromeos/bluetooth/bluetooth_adapter.cc', | |
| 130 'browser/chromeos/bluetooth/bluetooth_adapter.h', | 129 'browser/chromeos/bluetooth/bluetooth_adapter.h', |
| 130 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.cc', |
| 131 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.h', |
| 132 'browser/chromeos/bluetooth/bluetooth_adapter_factory.h', |
| 133 'browser/chromeos/bluetooth/bluetooth_adapter_factory.cc', |
| 131 'browser/chromeos/bluetooth/bluetooth_device.cc', | 134 'browser/chromeos/bluetooth/bluetooth_device.cc', |
| 132 'browser/chromeos/bluetooth/bluetooth_device.h', | 135 'browser/chromeos/bluetooth/bluetooth_device.h', |
| 136 'browser/chromeos/bluetooth/bluetooth_device_chromeos.cc', |
| 137 'browser/chromeos/bluetooth/bluetooth_device_chromeos.h', |
| 133 'browser/chromeos/bluetooth/bluetooth_service_record.cc', | 138 'browser/chromeos/bluetooth/bluetooth_service_record.cc', |
| 134 'browser/chromeos/bluetooth/bluetooth_service_record.h', | 139 'browser/chromeos/bluetooth/bluetooth_service_record.h', |
| 135 'browser/chromeos/bluetooth/bluetooth_socket.cc', | |
| 136 'browser/chromeos/bluetooth/bluetooth_socket.h', | 140 'browser/chromeos/bluetooth/bluetooth_socket.h', |
| 141 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.cc', |
| 142 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.h', |
| 137 'browser/chromeos/bluetooth/bluetooth_utils.cc', | 143 'browser/chromeos/bluetooth/bluetooth_utils.cc', |
| 138 'browser/chromeos/bluetooth/bluetooth_utils.h', | 144 'browser/chromeos/bluetooth/bluetooth_utils.h', |
| 139 'browser/chromeos/boot_times_loader.cc', | 145 'browser/chromeos/boot_times_loader.cc', |
| 140 'browser/chromeos/boot_times_loader.h', | 146 'browser/chromeos/boot_times_loader.h', |
| 141 'browser/chromeos/choose_mobile_network_dialog.cc', | 147 'browser/chromeos/choose_mobile_network_dialog.cc', |
| 142 'browser/chromeos/choose_mobile_network_dialog.h', | 148 'browser/chromeos/choose_mobile_network_dialog.h', |
| 143 'browser/chromeos/chrome_browser_main_chromeos.cc', | 149 'browser/chromeos/chrome_browser_main_chromeos.cc', |
| 144 'browser/chromeos/chrome_browser_main_chromeos.h', | 150 'browser/chromeos/chrome_browser_main_chromeos.h', |
| 145 'browser/chromeos/contacts/contact_database.cc', | 151 'browser/chromeos/contacts/contact_database.cc', |
| 146 'browser/chromeos/contacts/contact_database.h', | 152 'browser/chromeos/contacts/contact_database.h', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 'type': 'static_library', | 751 'type': 'static_library', |
| 746 'sources': [ 'browser/chromeos/gdata/drive.proto' ], | 752 'sources': [ 'browser/chromeos/gdata/drive.proto' ], |
| 747 'variables': { | 753 'variables': { |
| 748 'proto_in_dir': 'browser/chromeos/gdata', | 754 'proto_in_dir': 'browser/chromeos/gdata', |
| 749 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 755 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 750 }, | 756 }, |
| 751 'includes': [ '../build/protoc.gypi' ] | 757 'includes': [ '../build/protoc.gypi' ] |
| 752 }, | 758 }, |
| 753 ], | 759 ], |
| 754 } | 760 } |
| OLD | NEW |