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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 { | 454 { |
455 # GN version: //chromeos | 455 # GN version: //chromeos |
456 'target_name': 'chromeos', | 456 'target_name': 'chromeos', |
457 'type': '<(component)', | 457 'type': '<(component)', |
458 'dependencies': [ | 458 'dependencies': [ |
459 '../base/base.gyp:base', | 459 '../base/base.gyp:base', |
460 '../base/base.gyp:base_prefs', | 460 '../base/base.gyp:base_prefs', |
461 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 461 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
462 '../build/linux/system.gyp:dbus', | 462 '../build/linux/system.gyp:dbus', |
463 '../build/linux/system.gyp:ssl', | 463 '../build/linux/system.gyp:ssl', |
| 464 '../components/components.gyp:cert_database', |
464 '../components/components.gyp:cloud_policy_proto', | 465 '../components/components.gyp:cloud_policy_proto', |
465 '../components/components.gyp:onc_component', | 466 '../components/components.gyp:onc_component', |
466 '../crypto/crypto.gyp:crypto', | 467 '../crypto/crypto.gyp:crypto', |
467 '../dbus/dbus.gyp:dbus', | 468 '../dbus/dbus.gyp:dbus', |
468 '../google_apis/google_apis.gyp:google_apis', | 469 '../google_apis/google_apis.gyp:google_apis', |
469 '../net/net.gyp:net', | 470 '../net/net.gyp:net', |
470 '../third_party/icu/icu.gyp:icui18n', | 471 '../third_party/icu/icu.gyp:icui18n', |
471 '../third_party/libxml/libxml.gyp:libxml', | 472 '../third_party/libxml/libxml.gyp:libxml', |
472 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 473 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
473 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', | 474 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 }, | 593 }, |
593 { | 594 { |
594 # GN version: //chromeos:chromeos_unittests | 595 # GN version: //chromeos:chromeos_unittests |
595 'target_name': 'chromeos_unittests', | 596 'target_name': 'chromeos_unittests', |
596 'type': 'executable', | 597 'type': 'executable', |
597 'dependencies': [ | 598 'dependencies': [ |
598 '../base/base.gyp:run_all_unittests', | 599 '../base/base.gyp:run_all_unittests', |
599 '../base/base.gyp:test_support_base', | 600 '../base/base.gyp:test_support_base', |
600 '../build/linux/system.gyp:dbus', | 601 '../build/linux/system.gyp:dbus', |
601 '../build/linux/system.gyp:ssl', | 602 '../build/linux/system.gyp:ssl', |
| 603 '../components/components.gyp:cert_database', |
602 '../components/components.gyp:onc_component', | 604 '../components/components.gyp:onc_component', |
603 '../crypto/crypto.gyp:crypto', | 605 '../crypto/crypto.gyp:crypto', |
604 '../crypto/crypto.gyp:crypto_test_support', | 606 '../crypto/crypto.gyp:crypto_test_support', |
605 '../dbus/dbus.gyp:dbus_test_support', | 607 '../dbus/dbus.gyp:dbus_test_support', |
606 '../google_apis/google_apis.gyp:google_apis', | 608 '../google_apis/google_apis.gyp:google_apis', |
607 '../net/net.gyp:net', | 609 '../net/net.gyp:net', |
608 '../net/net.gyp:net_test_support', | 610 '../net/net.gyp:net_test_support', |
609 '../testing/gmock.gyp:gmock', | 611 '../testing/gmock.gyp:gmock', |
610 '../testing/gtest.gyp:gtest', | 612 '../testing/gtest.gyp:gtest', |
611 '../url/url.gyp:url_lib', | 613 '../url/url.gyp:url_lib', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 675 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
674 ], | 676 ], |
675 'variables': { | 677 'variables': { |
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 678 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
677 'proto_out_dir': 'chromeos/cryptohome', | 679 'proto_out_dir': 'chromeos/cryptohome', |
678 }, | 680 }, |
679 'includes': ['../build/protoc.gypi'], | 681 'includes': ['../build/protoc.gypi'], |
680 }, | 682 }, |
681 ], | 683 ], |
682 } | 684 } |
OLD | NEW |