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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 'dbus/sms_client.cc', | 118 'dbus/sms_client.cc', |
119 'dbus/sms_client.h', | 119 'dbus/sms_client.h', |
120 'dbus/update_engine_client.cc', | 120 'dbus/update_engine_client.cc', |
121 'dbus/update_engine_client.h', | 121 'dbus/update_engine_client.h', |
122 'disks/disk_mount_manager.cc', | 122 'disks/disk_mount_manager.cc', |
123 'disks/disk_mount_manager.h', | 123 'disks/disk_mount_manager.h', |
124 'display/output_configurator.cc', | 124 'display/output_configurator.cc', |
125 'display/output_configurator.h', | 125 'display/output_configurator.h', |
126 'ime/ibus_daemon_controller.cc', | 126 'ime/ibus_daemon_controller.cc', |
127 'ime/ibus_daemon_controller.h', | 127 'ime/ibus_daemon_controller.h', |
128 'ime/ibus_bridge.h', | |
129 'ime/ibus_bridge.cc', | |
130 'network/cros_network_functions.cc', | 128 'network/cros_network_functions.cc', |
131 'network/cros_network_functions.h', | 129 'network/cros_network_functions.h', |
132 'network/device_state.cc', | 130 'network/device_state.cc', |
133 'network/device_state.h', | 131 'network/device_state.h', |
134 'network/geolocation_handler.cc', | 132 'network/geolocation_handler.cc', |
135 'network/geolocation_handler.h', | 133 'network/geolocation_handler.h', |
136 'network/managed_state.cc', | 134 'network/managed_state.cc', |
137 'network/managed_state.h', | 135 'network/managed_state.h', |
138 'network/network_change_notifier_chromeos.cc', | 136 'network/network_change_notifier_chromeos.cc', |
139 'network/network_change_notifier_chromeos.h', | 137 'network/network_change_notifier_chromeos.h', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 416 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
419 ], | 417 ], |
420 'variables': { | 418 'variables': { |
421 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 419 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
422 'proto_out_dir': 'chromeos/dbus', | 420 'proto_out_dir': 'chromeos/dbus', |
423 }, | 421 }, |
424 'includes': ['../build/protoc.gypi'], | 422 'includes': ['../build/protoc.gypi'], |
425 }, | 423 }, |
426 ], | 424 ], |
427 } | 425 } |
OLD | NEW |