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_memory.gypi', | 10 'chromeos_memory.gypi', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'network/onc/onc_translation_tables.h', | 287 'network/onc/onc_translation_tables.h', |
288 'network/onc/onc_translator.h', | 288 'network/onc/onc_translator.h', |
289 'network/onc/onc_translator_onc_to_shill.cc', | 289 'network/onc/onc_translator_onc_to_shill.cc', |
290 'network/onc/onc_translator_shill_to_onc.cc', | 290 'network/onc/onc_translator_shill_to_onc.cc', |
291 'network/onc/onc_utils.cc', | 291 'network/onc/onc_utils.cc', |
292 'network/onc/onc_utils.h', | 292 'network/onc/onc_utils.h', |
293 'network/onc/onc_validator.cc', | 293 'network/onc/onc_validator.cc', |
294 'network/onc/onc_validator.h', | 294 'network/onc/onc_validator.h', |
295 'network/shill_property_handler.cc', | 295 'network/shill_property_handler.cc', |
296 'network/shill_property_handler.h', | 296 'network/shill_property_handler.h', |
| 297 'network/shill_property_util.cc', |
| 298 'network/shill_property_util.h', |
297 'network/sms_watcher.cc', | 299 'network/sms_watcher.cc', |
298 'network/sms_watcher.h', | 300 'network/sms_watcher.h', |
299 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 301 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
300 'network/dhcp_proxy_script_fetcher_chromeos.h', | 302 'network/dhcp_proxy_script_fetcher_chromeos.h', |
301 'process_proxy/process_output_watcher.cc', | 303 'process_proxy/process_output_watcher.cc', |
302 'process_proxy/process_output_watcher.h', | 304 'process_proxy/process_output_watcher.h', |
303 'process_proxy/process_proxy.cc', | 305 'process_proxy/process_proxy.cc', |
304 'process_proxy/process_proxy.h', | 306 'process_proxy/process_proxy.h', |
305 'process_proxy/process_proxy_registry.cc', | 307 'process_proxy/process_proxy_registry.cc', |
306 'process_proxy/process_proxy_registry.h', | 308 'process_proxy/process_proxy_registry.h', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 550 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
549 ], | 551 ], |
550 'variables': { | 552 'variables': { |
551 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 553 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
552 'proto_out_dir': 'chromeos/dbus/power_manager', | 554 'proto_out_dir': 'chromeos/dbus/power_manager', |
553 }, | 555 }, |
554 'includes': ['../build/protoc.gypi'], | 556 'includes': ['../build/protoc.gypi'], |
555 }, | 557 }, |
556 ], | 558 ], |
557 } | 559 } |
OLD | NEW |