| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'network/network_ui_data_unittest.cc', | 510 'network/network_ui_data_unittest.cc', |
| 509 'network/network_util_unittest.cc', | 511 'network/network_util_unittest.cc', |
| 510 'network/onc/onc_certificate_importer_impl_unittest.cc', | 512 'network/onc/onc_certificate_importer_impl_unittest.cc', |
| 511 'network/onc/onc_merger_unittest.cc', | 513 'network/onc/onc_merger_unittest.cc', |
| 512 'network/onc/onc_normalizer_unittest.cc', | 514 'network/onc/onc_normalizer_unittest.cc', |
| 513 'network/onc/onc_translator_unittest.cc', | 515 'network/onc/onc_translator_unittest.cc', |
| 514 'network/onc/onc_utils_unittest.cc', | 516 'network/onc/onc_utils_unittest.cc', |
| 515 'network/onc/onc_validator_unittest.cc', | 517 'network/onc/onc_validator_unittest.cc', |
| 516 'network/shill_property_handler_unittest.cc', | 518 'network/shill_property_handler_unittest.cc', |
| 517 'network/shill_property_util_unittest.cc', | 519 'network/shill_property_util_unittest.cc', |
| 520 'power/power_data_collector_unittest.cc', |
| 518 'process_proxy/process_output_watcher_unittest.cc', | 521 'process_proxy/process_output_watcher_unittest.cc', |
| 519 'process_proxy/process_proxy_unittest.cc', | 522 'process_proxy/process_proxy_unittest.cc', |
| 520 'system/name_value_pairs_parser_unittest.cc', | 523 'system/name_value_pairs_parser_unittest.cc', |
| 521 ], | 524 ], |
| 522 'include_dirs': [ | 525 'include_dirs': [ |
| 523 '..', | 526 '..', |
| 524 ], | 527 ], |
| 525 'conditions': [ | 528 'conditions': [ |
| 526 [ 'linux_use_tcmalloc==1', { | 529 [ 'linux_use_tcmalloc==1', { |
| 527 'dependencies': [ | 530 'dependencies': [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 543 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 546 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 544 ], | 547 ], |
| 545 'variables': { | 548 'variables': { |
| 546 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 549 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 547 'proto_out_dir': 'chromeos/dbus/power_manager', | 550 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 548 }, | 551 }, |
| 549 'includes': ['../build/protoc.gypi'], | 552 'includes': ['../build/protoc.gypi'], |
| 550 }, | 553 }, |
| 551 ], | 554 ], |
| 552 } | 555 } |
| OLD | NEW |