| 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_tools.gypi' | 10 'chromeos_tools.gypi' |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 { | 504 { |
| 505 'target_name': 'chromeos_unittests', | 505 'target_name': 'chromeos_unittests', |
| 506 'type': 'executable', | 506 'type': 'executable', |
| 507 'dependencies': [ | 507 'dependencies': [ |
| 508 '../base/base.gyp:run_all_unittests', | 508 '../base/base.gyp:run_all_unittests', |
| 509 '../base/base.gyp:test_support_base', | 509 '../base/base.gyp:test_support_base', |
| 510 '../build/linux/system.gyp:dbus', | 510 '../build/linux/system.gyp:dbus', |
| 511 '../build/linux/system.gyp:ssl', | 511 '../build/linux/system.gyp:ssl', |
| 512 '../components/components.gyp:onc_component', | 512 '../components/components.gyp:onc_component', |
| 513 '../crypto/crypto.gyp:crypto', | 513 '../crypto/crypto.gyp:crypto', |
| 514 '../crypto/crypto.gyp:crypto_test_support', |
| 514 '../dbus/dbus.gyp:dbus_test_support', | 515 '../dbus/dbus.gyp:dbus_test_support', |
| 515 '../net/net.gyp:net', | 516 '../net/net.gyp:net', |
| 516 '../net/net.gyp:net_test_support', | 517 '../net/net.gyp:net_test_support', |
| 517 '../testing/gmock.gyp:gmock', | 518 '../testing/gmock.gyp:gmock', |
| 518 '../testing/gtest.gyp:gtest', | 519 '../testing/gtest.gyp:gtest', |
| 519 '../url/url.gyp:url_lib', | 520 '../url/url.gyp:url_lib', |
| 520 'chromeos_test_support', | 521 'chromeos_test_support', |
| 521 'cryptohome_proto', | 522 'cryptohome_proto', |
| 522 'power_manager_proto', | 523 'power_manager_proto', |
| 523 ], | 524 ], |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ], | 636 ], |
| 636 'variables': { | 637 'variables': { |
| 637 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 638 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 638 'proto_out_dir': 'chromeos/cryptohome', | 639 'proto_out_dir': 'chromeos/cryptohome', |
| 639 }, | 640 }, |
| 640 'includes': ['../build/protoc.gypi'], | 641 'includes': ['../build/protoc.gypi'], |
| 641 }, | 642 }, |
| 642 | 643 |
| 643 ], | 644 ], |
| 644 } | 645 } |
| OLD | NEW |