| 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 13 matching lines...) Expand all Loading... |
| 24 '../third_party/libxml/libxml.gyp:libxml', | 24 '../third_party/libxml/libxml.gyp:libxml', |
| 25 'ime/input_method.gyp:gencode', | 25 'ime/input_method.gyp:gencode', |
| 26 'power_manager_proto', | 26 'power_manager_proto', |
| 27 'power_supply_properties_proto', | 27 'power_supply_properties_proto', |
| 28 'video_activity_update_proto', | 28 'video_activity_update_proto', |
| 29 ], | 29 ], |
| 30 'defines': [ | 30 'defines': [ |
| 31 'CHROMEOS_IMPLEMENTATION', | 31 'CHROMEOS_IMPLEMENTATION', |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 34 'audio/audio_pref_names.cc', |
| 35 'audio/audio_pref_names.h', |
| 36 'audio/cras_audio_handler.cc', |
| 37 'audio/cras_audio_handler.h', |
| 34 'attestation/attestation_flow.cc', | 38 'attestation/attestation_flow.cc', |
| 35 'attestation/attestation_flow.h', | 39 'attestation/attestation_flow.h', |
| 36 'chromeos_export.h', | 40 'chromeos_export.h', |
| 37 'chromeos_switches.cc', | 41 'chromeos_switches.cc', |
| 38 'chromeos_switches.h', | 42 'chromeos_switches.h', |
| 39 'cryptohome/async_method_caller.cc', | 43 'cryptohome/async_method_caller.cc', |
| 40 'cryptohome/async_method_caller.h', | 44 'cryptohome/async_method_caller.h', |
| 41 'dbus/audio_node.cc', | 45 'dbus/audio_node.cc', |
| 42 'dbus/audio_node.h', | 46 'dbus/audio_node.h', |
| 43 'dbus/blocking_method_caller.cc', | 47 'dbus/blocking_method_caller.cc', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 517 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 514 ], | 518 ], |
| 515 'variables': { | 519 'variables': { |
| 516 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 520 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 517 'proto_out_dir': 'chromeos/dbus', | 521 'proto_out_dir': 'chromeos/dbus', |
| 518 }, | 522 }, |
| 519 'includes': ['../build/protoc.gypi'], | 523 'includes': ['../build/protoc.gypi'], |
| 520 }, | 524 }, |
| 521 ], | 525 ], |
| 522 } | 526 } |
| OLD | NEW |