| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'network/network_state_unittest.cc', | 526 'network/network_state_unittest.cc', |
| 527 'network/network_ui_data_unittest.cc', | 527 'network/network_ui_data_unittest.cc', |
| 528 'network/network_util_unittest.cc', | 528 'network/network_util_unittest.cc', |
| 529 'network/onc/onc_certificate_importer_impl_unittest.cc', | 529 'network/onc/onc_certificate_importer_impl_unittest.cc', |
| 530 'network/onc/onc_merger_unittest.cc', | 530 'network/onc/onc_merger_unittest.cc', |
| 531 'network/onc/onc_normalizer_unittest.cc', | 531 'network/onc/onc_normalizer_unittest.cc', |
| 532 'network/onc/onc_translator_unittest.cc', | 532 'network/onc/onc_translator_unittest.cc', |
| 533 'network/onc/onc_utils_unittest.cc', | 533 'network/onc/onc_utils_unittest.cc', |
| 534 'network/onc/onc_validator_unittest.cc', | 534 'network/onc/onc_validator_unittest.cc', |
| 535 'network/shill_property_handler_unittest.cc', | 535 'network/shill_property_handler_unittest.cc', |
| 536 'network/shill_property_util_unittest.cc', |
| 536 'process_proxy/process_output_watcher_unittest.cc', | 537 'process_proxy/process_output_watcher_unittest.cc', |
| 537 'process_proxy/process_proxy_unittest.cc', | 538 'process_proxy/process_proxy_unittest.cc', |
| 538 'system/name_value_pairs_parser_unittest.cc', | 539 'system/name_value_pairs_parser_unittest.cc', |
| 539 ], | 540 ], |
| 540 'include_dirs': [ | 541 'include_dirs': [ |
| 541 '..', | 542 '..', |
| 542 ], | 543 ], |
| 543 'conditions': [ | 544 'conditions': [ |
| 544 [ 'linux_use_tcmalloc==1', { | 545 [ 'linux_use_tcmalloc==1', { |
| 545 'dependencies': [ | 546 'dependencies': [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 561 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 562 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 562 ], | 563 ], |
| 563 'variables': { | 564 'variables': { |
| 564 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 565 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 565 'proto_out_dir': 'chromeos/dbus/power_manager', | 566 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 566 }, | 567 }, |
| 567 'includes': ['../build/protoc.gypi'], | 568 'includes': ['../build/protoc.gypi'], |
| 568 }, | 569 }, |
| 569 ], | 570 ], |
| 570 } | 571 } |
| OLD | NEW |