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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'dbus/power_supply_status.cc', | 96 'dbus/power_supply_status.cc', |
97 'dbus/power_supply_status.h', | 97 'dbus/power_supply_status.h', |
98 'dbus/session_manager_client.cc', | 98 'dbus/session_manager_client.cc', |
99 'dbus/session_manager_client.h', | 99 'dbus/session_manager_client.h', |
100 'dbus/speech_synthesizer_client.cc', | 100 'dbus/speech_synthesizer_client.cc', |
101 'dbus/speech_synthesizer_client.h', | 101 'dbus/speech_synthesizer_client.h', |
102 'dbus/sms_client.cc', | 102 'dbus/sms_client.cc', |
103 'dbus/sms_client.h', | 103 'dbus/sms_client.h', |
104 'dbus/update_engine_client.cc', | 104 'dbus/update_engine_client.cc', |
105 'dbus/update_engine_client.h', | 105 'dbus/update_engine_client.h', |
106 'monitor/output_configurator.cc', | 106 'display/output_configurator.cc', |
107 'monitor/output_configurator.h', | 107 'display/output_configurator.h', |
108 'network/network_sms_handler.cc', | 108 'network/network_sms_handler.cc', |
109 'network/network_sms_handler.h', | 109 'network/network_sms_handler.h', |
110 ], | 110 ], |
111 'link_settings': { | 111 'link_settings': { |
112 'libraries': [ | 112 'libraries': [ |
113 '-lXext', | 113 '-lXext', |
114 ], | 114 ], |
115 }, | 115 }, |
116 }, | 116 }, |
117 { | 117 { |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 260 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
261 ], | 261 ], |
262 'variables': { | 262 'variables': { |
263 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 263 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
264 'proto_out_dir': 'chromeos/dbus', | 264 'proto_out_dir': 'chromeos/dbus', |
265 }, | 265 }, |
266 'includes': ['../build/protoc.gypi'], | 266 'includes': ['../build/protoc.gypi'], |
267 }, | 267 }, |
268 ], | 268 ], |
269 } | 269 } |
OLD | NEW |