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