Chromium Code Reviews| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 538 'dependencies': [ | 538 'dependencies': [ |
| 539 '../base/base.gyp:base', | 539 '../base/base.gyp:base', |
| 540 '../base/base.gyp:base_i18n', | 540 '../base/base.gyp:base_i18n', |
| 541 '../base/base.gyp:base_prefs', | 541 '../base/base.gyp:base_prefs', |
| 542 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 542 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 543 '../build/linux/system.gyp:dbus', | 543 '../build/linux/system.gyp:dbus', |
| 544 '../build/linux/system.gyp:ssl', | 544 '../build/linux/system.gyp:ssl', |
| 545 '../components/components.gyp:cloud_policy_proto', | 545 '../components/components.gyp:cloud_policy_proto', |
| 546 '../components/components.gyp:device_event_log_component', | 546 '../components/components.gyp:device_event_log_component', |
| 547 '../components/components.gyp:onc_component', | 547 '../components/components.gyp:onc_component', |
| 548 '../components/components.gyp:proxy_config', | |
| 548 '../crypto/crypto.gyp:crypto', | 549 '../crypto/crypto.gyp:crypto', |
| 549 '../dbus/dbus.gyp:dbus', | 550 '../dbus/dbus.gyp:dbus', |
| 550 '../google_apis/google_apis.gyp:google_apis', | 551 '../google_apis/google_apis.gyp:google_apis', |
| 551 '../net/net.gyp:net', | 552 '../net/net.gyp:net', |
| 552 '../third_party/icu/icu.gyp:icui18n', | 553 '../third_party/icu/icu.gyp:icui18n', |
| 553 '../third_party/libxml/libxml.gyp:libxml', | 554 '../third_party/libxml/libxml.gyp:libxml', |
| 554 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 555 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 555 '../url/url.gyp:url_lib', | 556 '../url/url.gyp:url_lib', |
| 556 'cryptohome_proto', | 557 'cryptohome_proto', |
| 557 'ime/input_method.gyp:gencode', | 558 'ime/input_method.gyp:gencode', |
| 558 'power_manager_proto', | 559 'power_manager_proto', |
| 559 ], | 560 ], |
| 560 'defines': [ | 561 'defines': [ |
| 561 'CHROMEOS_IMPLEMENTATION', | 562 'CHROMEOS_IMPLEMENTATION', |
| 562 ], | 563 ], |
| 563 'sources': [ '<@(chromeos_sources)' ], | 564 'sources': [ '<@(chromeos_sources)' ], |
| 564 }, | 565 }, |
| 565 { | 566 { |
| 566 # GN version: //chromeos:test_support | 567 # GN version: //chromeos:test_support |
| 567 # This target contains mocks that can be used to write unit tests. | 568 # This target contains mocks that can be used to write unit tests. |
| 568 'target_name': 'chromeos_test_support', | 569 'target_name': 'chromeos_test_support', |
| 569 'type': 'static_library', | 570 'type': 'static_library', |
| 570 'dependencies': [ | 571 'dependencies': [ |
| 571 '../build/linux/system.gyp:dbus', | 572 '../build/linux/system.gyp:dbus', |
| 573 '../google_apis/google_apis.gyp:google_apis_test_support', | |
|
jochen (gone - plz use gerrit)
2015/07/08 13:20:15
indent
stevenjb
2015/07/08 16:26:14
huh?
| |
| 572 '../testing/gmock.gyp:gmock', | 574 '../testing/gmock.gyp:gmock', |
| 573 'chromeos', | 575 'chromeos', |
| 574 'chromeos_test_support_without_gmock', | 576 'chromeos_test_support_without_gmock', |
| 575 'cryptohome_proto', | 577 'cryptohome_proto', |
| 576 'power_manager_proto', | 578 'power_manager_proto', |
| 577 ], | 579 ], |
| 578 # If you edit the file list of this target, please edit BUILD.gn as well. | 580 # If you edit the file list of this target, please edit BUILD.gn as well. |
| 579 'sources': [ | 581 'sources': [ |
| 580 'attestation/mock_attestation_flow.cc', | 582 'attestation/mock_attestation_flow.cc', |
| 581 'attestation/mock_attestation_flow.h', | 583 'attestation/mock_attestation_flow.h', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 659 # GN version: //chromeos:chromeos_unittests | 661 # GN version: //chromeos:chromeos_unittests |
| 660 'target_name': 'chromeos_unittests', | 662 'target_name': 'chromeos_unittests', |
| 661 'type': 'executable', | 663 'type': 'executable', |
| 662 'dependencies': [ | 664 'dependencies': [ |
| 663 '../base/base.gyp:base_prefs_test_support', | 665 '../base/base.gyp:base_prefs_test_support', |
| 664 '../base/base.gyp:run_all_unittests', | 666 '../base/base.gyp:run_all_unittests', |
| 665 '../base/base.gyp:test_support_base', | 667 '../base/base.gyp:test_support_base', |
| 666 '../build/linux/system.gyp:dbus', | 668 '../build/linux/system.gyp:dbus', |
| 667 '../build/linux/system.gyp:ssl', | 669 '../build/linux/system.gyp:ssl', |
| 668 '../components/components.gyp:onc_component', | 670 '../components/components.gyp:onc_component', |
| 671 '../components/components.gyp:proxy_config', | |
| 669 '../crypto/crypto.gyp:crypto', | 672 '../crypto/crypto.gyp:crypto', |
| 670 '../crypto/crypto.gyp:crypto_test_support', | 673 '../crypto/crypto.gyp:crypto_test_support', |
| 671 '../dbus/dbus.gyp:dbus_test_support', | 674 '../dbus/dbus.gyp:dbus_test_support', |
| 672 '../google_apis/google_apis.gyp:google_apis', | 675 '../google_apis/google_apis.gyp:google_apis', |
| 673 '../net/net.gyp:net', | 676 '../net/net.gyp:net', |
| 674 '../net/net.gyp:net_test_support', | 677 '../net/net.gyp:net_test_support', |
| 675 '../testing/gmock.gyp:gmock', | 678 '../testing/gmock.gyp:gmock', |
| 676 '../testing/gtest.gyp:gtest', | 679 '../testing/gtest.gyp:gtest', |
| 677 '../third_party/icu/icu.gyp:icuuc', | 680 '../third_party/icu/icu.gyp:icuuc', |
| 678 '../third_party/icu/icu.gyp:icui18n', | 681 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 755 '../build/isolate.gypi', | 758 '../build/isolate.gypi', |
| 756 ], | 759 ], |
| 757 'sources': [ | 760 'sources': [ |
| 758 'chromeos_unittests.isolate', | 761 'chromeos_unittests.isolate', |
| 759 ], | 762 ], |
| 760 }, | 763 }, |
| 761 ], | 764 ], |
| 762 }], | 765 }], |
| 763 ], | 766 ], |
| 764 } | 767 } |
| OLD | NEW |