| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'dbus/power_manager_client.cc', | 124 'dbus/power_manager_client.cc', |
| 125 'dbus/power_manager_client.h', | 125 'dbus/power_manager_client.h', |
| 126 'dbus/power_policy_controller.cc', | 126 'dbus/power_policy_controller.cc', |
| 127 'dbus/power_policy_controller.h', | 127 'dbus/power_policy_controller.h', |
| 128 'dbus/power_supply_status.cc', | 128 'dbus/power_supply_status.cc', |
| 129 'dbus/power_supply_status.h', | 129 'dbus/power_supply_status.h', |
| 130 'dbus/session_manager_client.cc', | 130 'dbus/session_manager_client.cc', |
| 131 'dbus/session_manager_client.h', | 131 'dbus/session_manager_client.h', |
| 132 'dbus/sms_client.cc', | 132 'dbus/sms_client.cc', |
| 133 'dbus/sms_client.h', | 133 'dbus/sms_client.h', |
| 134 'dbus/system_clock_client.cc', |
| 135 'dbus/system_clock_client.h', |
| 134 'dbus/update_engine_client.cc', | 136 'dbus/update_engine_client.cc', |
| 135 'dbus/update_engine_client.h', | 137 'dbus/update_engine_client.h', |
| 136 'disks/disk_mount_manager.cc', | 138 'disks/disk_mount_manager.cc', |
| 137 'disks/disk_mount_manager.h', | 139 'disks/disk_mount_manager.h', |
| 138 'display/output_configurator.cc', | 140 'display/output_configurator.cc', |
| 139 'display/output_configurator.h', | 141 'display/output_configurator.h', |
| 140 'ime/ibus_bridge.cc', | 142 'ime/ibus_bridge.cc', |
| 141 'ime/ibus_bridge.h', | 143 'ime/ibus_bridge.h', |
| 142 'ime/ibus_daemon_controller.cc', | 144 'ime/ibus_daemon_controller.cc', |
| 143 'ime/ibus_daemon_controller.h', | 145 'ime/ibus_daemon_controller.h', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 452 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 451 ], | 453 ], |
| 452 'variables': { | 454 'variables': { |
| 453 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 455 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 454 'proto_out_dir': 'chromeos/dbus', | 456 'proto_out_dir': 'chromeos/dbus', |
| 455 }, | 457 }, |
| 456 'includes': ['../build/protoc.gypi'], | 458 'includes': ['../build/protoc.gypi'], |
| 457 }, | 459 }, |
| 458 ], | 460 ], |
| 459 } | 461 } |
| OLD | NEW |