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 18 matching lines...) Expand all Loading... |
29 'defines': [ | 29 'defines': [ |
30 'CHROMEOS_IMPLEMENTATION', | 30 'CHROMEOS_IMPLEMENTATION', |
31 ], | 31 ], |
32 'sources': [ | 32 'sources': [ |
33 'audio/audio_device.cc', | 33 'audio/audio_device.cc', |
34 'audio/audio_device.h', | 34 'audio/audio_device.h', |
35 'audio/audio_pref_observer.h', | 35 'audio/audio_pref_observer.h', |
36 'audio/audio_pref_handler.h', | 36 'audio/audio_pref_handler.h', |
37 'audio/cras_audio_handler.cc', | 37 'audio/cras_audio_handler.cc', |
38 'audio/cras_audio_handler.h', | 38 'audio/cras_audio_handler.h', |
| 39 'attestation/attestation_constants.cc', |
| 40 'attestation/attestation_constants.h', |
39 'attestation/attestation_flow.cc', | 41 'attestation/attestation_flow.cc', |
40 'attestation/attestation_flow.h', | 42 'attestation/attestation_flow.h', |
41 'chromeos_export.h', | 43 'chromeos_export.h', |
42 'chromeos_paths.cc', | 44 'chromeos_paths.cc', |
43 'chromeos_paths.h', | 45 'chromeos_paths.h', |
44 'chromeos_switches.cc', | 46 'chromeos_switches.cc', |
45 'chromeos_switches.h', | 47 'chromeos_switches.h', |
46 'cryptohome/async_method_caller.cc', | 48 'cryptohome/async_method_caller.cc', |
47 'cryptohome/async_method_caller.h', | 49 'cryptohome/async_method_caller.h', |
48 'cryptohome/cryptohome_library.cc', | 50 'cryptohome/cryptohome_library.cc', |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 539 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
538 ], | 540 ], |
539 'variables': { | 541 'variables': { |
540 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 542 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
541 'proto_out_dir': 'chromeos/dbus', | 543 'proto_out_dir': 'chromeos/dbus', |
542 }, | 544 }, |
543 'includes': ['../build/protoc.gypi'], | 545 'includes': ['../build/protoc.gypi'], |
544 }, | 546 }, |
545 ], | 547 ], |
546 } | 548 } |
OLD | NEW |