| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 553 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 552 ], | 554 ], |
| 553 'variables': { | 555 'variables': { |
| 554 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 556 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 555 'proto_out_dir': 'chromeos/dbus/power_manager', | 557 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 556 }, | 558 }, |
| 557 'includes': ['../build/protoc.gypi'], | 559 'includes': ['../build/protoc.gypi'], |
| 558 }, | 560 }, |
| 559 ], | 561 ], |
| 560 } | 562 } |
| OLD | NEW |