| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'browser/chromeos/app_mode/kiosk_app_launch_error.h', | 120 'browser/chromeos/app_mode/kiosk_app_launch_error.h', |
| 121 'browser/chromeos/app_mode/kiosk_app_manager.cc', | 121 'browser/chromeos/app_mode/kiosk_app_manager.cc', |
| 122 'browser/chromeos/app_mode/kiosk_app_manager.h', | 122 'browser/chromeos/app_mode/kiosk_app_manager.h', |
| 123 'browser/chromeos/app_mode/kiosk_app_manager_observer.h', | 123 'browser/chromeos/app_mode/kiosk_app_manager_observer.h', |
| 124 'browser/chromeos/app_mode/kiosk_app_update_service.cc', | 124 'browser/chromeos/app_mode/kiosk_app_update_service.cc', |
| 125 'browser/chromeos/app_mode/kiosk_app_update_service.h', | 125 'browser/chromeos/app_mode/kiosk_app_update_service.h', |
| 126 'browser/chromeos/app_mode/startup_app_launcher.cc', | 126 'browser/chromeos/app_mode/startup_app_launcher.cc', |
| 127 'browser/chromeos/app_mode/startup_app_launcher.h', | 127 'browser/chromeos/app_mode/startup_app_launcher.h', |
| 128 'browser/chromeos/audio/audio_handler.cc', | 128 'browser/chromeos/audio/audio_handler.cc', |
| 129 'browser/chromeos/audio/audio_handler.h', | 129 'browser/chromeos/audio/audio_handler.h', |
| 130 'browser/chromeos/audio/audio_pref_handler_impl.cc', |
| 131 'browser/chromeos/audio/audio_pref_handler_impl.h', |
| 130 'browser/chromeos/audio/audio_mixer.h', | 132 'browser/chromeos/audio/audio_mixer.h', |
| 131 'browser/chromeos/audio/audio_mixer_alsa.cc', | 133 'browser/chromeos/audio/audio_mixer_alsa.cc', |
| 132 'browser/chromeos/audio/audio_mixer_alsa.h', | 134 'browser/chromeos/audio/audio_mixer_alsa.h', |
| 133 'browser/chromeos/audio/audio_mixer_cras.cc', | 135 'browser/chromeos/audio/audio_mixer_cras.cc', |
| 134 'browser/chromeos/audio/audio_mixer_cras.h', | 136 'browser/chromeos/audio/audio_mixer_cras.h', |
| 135 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', | 137 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
| 136 'browser/chromeos/background/ash_user_wallpaper_delegate.h', | 138 'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
| 137 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', | 139 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc', |
| 138 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', | 140 'browser/chromeos/bluetooth/bluetooth_pairing_dialog.h', |
| 139 'browser/chromeos/boot_times_loader.cc', | 141 'browser/chromeos/boot_times_loader.cc', |
| (...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 'browser/chromeos/policy/proto/install_attributes.proto', | 872 'browser/chromeos/policy/proto/install_attributes.proto', |
| 871 ], | 873 ], |
| 872 'variables': { | 874 'variables': { |
| 873 'proto_in_dir': 'browser/chromeos/policy/proto', | 875 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 874 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 876 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 875 }, | 877 }, |
| 876 'includes': [ '../build/protoc.gypi' ] | 878 'includes': [ '../build/protoc.gypi' ] |
| 877 }, | 879 }, |
| 878 ], | 880 ], |
| 879 } | 881 } |
| OLD | NEW |