| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'chromeos_tools.gypi' | 10 'chromeos_tools.gypi' |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 'cryptohome_proto', | 33 'cryptohome_proto', |
| 34 'ime/input_method.gyp:gencode', | 34 'ime/input_method.gyp:gencode', |
| 35 'power_manager_proto', | 35 'power_manager_proto', |
| 36 ], | 36 ], |
| 37 'defines': [ | 37 'defines': [ |
| 38 'CHROMEOS_IMPLEMENTATION', | 38 'CHROMEOS_IMPLEMENTATION', |
| 39 ], | 39 ], |
| 40 'sources': [ | 40 'sources': [ |
| 41 'accelerometer/accelerometer_reader.cc', | 41 'accelerometer/accelerometer_reader.cc', |
| 42 'accelerometer/accelerometer_reader.h', | 42 'accelerometer/accelerometer_reader.h', |
| 43 'accelerometer/accelerometer_types.h', |
| 43 'app_mode/kiosk_oem_manifest_parser.cc', | 44 'app_mode/kiosk_oem_manifest_parser.cc', |
| 44 'app_mode/kiosk_oem_manifest_parser.h', | 45 'app_mode/kiosk_oem_manifest_parser.h', |
| 45 'audio/audio_device.cc', | 46 'audio/audio_device.cc', |
| 46 'audio/audio_device.h', | 47 'audio/audio_device.h', |
| 47 'audio/audio_devices_pref_handler.h', | 48 'audio/audio_devices_pref_handler.h', |
| 48 'audio/audio_pref_observer.h', | 49 'audio/audio_pref_observer.h', |
| 49 'audio/cras_audio_handler.cc', | 50 'audio/cras_audio_handler.cc', |
| 50 'audio/cras_audio_handler.h', | 51 'audio/cras_audio_handler.h', |
| 51 'audio/audio_devices_pref_handler_stub.cc', | 52 'audio/audio_devices_pref_handler_stub.cc', |
| 52 'audio/audio_devices_pref_handler_stub.h', | 53 'audio/audio_devices_pref_handler_stub.h', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 ], | 658 ], |
| 658 'variables': { | 659 'variables': { |
| 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 660 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 660 'proto_out_dir': 'chromeos/cryptohome', | 661 'proto_out_dir': 'chromeos/cryptohome', |
| 661 }, | 662 }, |
| 662 'includes': ['../build/protoc.gypi'], | 663 'includes': ['../build/protoc.gypi'], |
| 663 }, | 664 }, |
| 664 | 665 |
| 665 ], | 666 ], |
| 666 } | 667 } |
| OLD | NEW |