| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'type': 'static_library', | 779 'type': 'static_library', |
| 777 'sources': [ 'browser/chromeos/contacts/contact.proto' ], | 780 'sources': [ 'browser/chromeos/contacts/contact.proto' ], |
| 778 'variables': { | 781 'variables': { |
| 779 'proto_in_dir': 'browser/chromeos/contacts', | 782 'proto_in_dir': 'browser/chromeos/contacts', |
| 780 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 783 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 781 }, | 784 }, |
| 782 'includes': [ '../build/protoc.gypi' ] | 785 'includes': [ '../build/protoc.gypi' ] |
| 783 }, | 786 }, |
| 784 ], | 787 ], |
| 785 } | 788 } |
| OLD | NEW |