| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'network/policy_util.cc', | 313 'network/policy_util.cc', |
| 314 'network/policy_util.h', | 314 'network/policy_util.h', |
| 315 'network/policy_applicator.cc', | 315 'network/policy_applicator.cc', |
| 316 'network/policy_applicator.h', | 316 'network/policy_applicator.h', |
| 317 'network/shill_property_handler.cc', | 317 'network/shill_property_handler.cc', |
| 318 'network/shill_property_handler.h', | 318 'network/shill_property_handler.h', |
| 319 'network/shill_property_util.cc', | 319 'network/shill_property_util.cc', |
| 320 'network/shill_property_util.h', | 320 'network/shill_property_util.h', |
| 321 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 321 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
| 322 'network/dhcp_proxy_script_fetcher_chromeos.h', | 322 'network/dhcp_proxy_script_fetcher_chromeos.h', |
| 323 'power/power_data_collector.cc', |
| 324 'power/power_data_collector.h', |
| 323 'process_proxy/process_output_watcher.cc', | 325 'process_proxy/process_output_watcher.cc', |
| 324 'process_proxy/process_output_watcher.h', | 326 'process_proxy/process_output_watcher.h', |
| 325 'process_proxy/process_proxy.cc', | 327 'process_proxy/process_proxy.cc', |
| 326 'process_proxy/process_proxy.h', | 328 'process_proxy/process_proxy.h', |
| 327 'process_proxy/process_proxy_registry.cc', | 329 'process_proxy/process_proxy_registry.cc', |
| 328 'process_proxy/process_proxy_registry.h', | 330 'process_proxy/process_proxy_registry.h', |
| 329 'settings/cros_settings_names.cc', | 331 'settings/cros_settings_names.cc', |
| 330 'settings/cros_settings_names.h', | 332 'settings/cros_settings_names.h', |
| 331 'settings/cros_settings_provider.cc', | 333 'settings/cros_settings_provider.cc', |
| 332 'settings/cros_settings_provider.h', | 334 'settings/cros_settings_provider.h', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 'network/network_ui_data_unittest.cc', | 532 'network/network_ui_data_unittest.cc', |
| 531 'network/network_util_unittest.cc', | 533 'network/network_util_unittest.cc', |
| 532 'network/onc/onc_certificate_importer_impl_unittest.cc', | 534 'network/onc/onc_certificate_importer_impl_unittest.cc', |
| 533 'network/onc/onc_merger_unittest.cc', | 535 'network/onc/onc_merger_unittest.cc', |
| 534 'network/onc/onc_normalizer_unittest.cc', | 536 'network/onc/onc_normalizer_unittest.cc', |
| 535 'network/onc/onc_translator_unittest.cc', | 537 'network/onc/onc_translator_unittest.cc', |
| 536 'network/onc/onc_utils_unittest.cc', | 538 'network/onc/onc_utils_unittest.cc', |
| 537 'network/onc/onc_validator_unittest.cc', | 539 'network/onc/onc_validator_unittest.cc', |
| 538 'network/shill_property_handler_unittest.cc', | 540 'network/shill_property_handler_unittest.cc', |
| 539 'network/shill_property_util_unittest.cc', | 541 'network/shill_property_util_unittest.cc', |
| 542 'power/power_data_collector_unittest.cc', |
| 540 'process_proxy/process_output_watcher_unittest.cc', | 543 'process_proxy/process_output_watcher_unittest.cc', |
| 541 'process_proxy/process_proxy_unittest.cc', | 544 'process_proxy/process_proxy_unittest.cc', |
| 542 'system/name_value_pairs_parser_unittest.cc', | 545 'system/name_value_pairs_parser_unittest.cc', |
| 543 ], | 546 ], |
| 544 'include_dirs': [ | 547 'include_dirs': [ |
| 545 '..', | 548 '..', |
| 546 ], | 549 ], |
| 547 'conditions': [ | 550 'conditions': [ |
| 548 [ 'linux_use_tcmalloc==1', { | 551 [ 'linux_use_tcmalloc==1', { |
| 549 'dependencies': [ | 552 'dependencies': [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 565 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 568 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 566 ], | 569 ], |
| 567 'variables': { | 570 'variables': { |
| 568 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 571 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 569 'proto_out_dir': 'chromeos/dbus/power_manager', | 572 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 570 }, | 573 }, |
| 571 'includes': ['../build/protoc.gypi'], | 574 'includes': ['../build/protoc.gypi'], |
| 572 }, | 575 }, |
| 573 ], | 576 ], |
| 574 } | 577 } |
| OLD | NEW |