Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Side by Side Diff: chromeos/chromeos.gyp

Issue 2324793003: Do a better job at faking simple challenge signatures. (Closed)
Patch Set: A bit too quick on that private: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_cryptohome_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'attestation/attestation_flow_unittest.cc', 403 'attestation/attestation_flow_unittest.cc',
404 'audio/audio_devices_pref_handler_impl_unittest.cc', 404 'audio/audio_devices_pref_handler_impl_unittest.cc',
405 'audio/cras_audio_handler_unittest.cc', 405 'audio/cras_audio_handler_unittest.cc',
406 'cert_loader_unittest.cc', 406 'cert_loader_unittest.cc',
407 'cryptohome/homedir_methods_unittest.cc', 407 'cryptohome/homedir_methods_unittest.cc',
408 'cryptohome/system_salt_getter_unittest.cc', 408 'cryptohome/system_salt_getter_unittest.cc',
409 'dbus/blocking_method_caller_unittest.cc', 409 'dbus/blocking_method_caller_unittest.cc',
410 'dbus/cras_audio_client_unittest.cc', 410 'dbus/cras_audio_client_unittest.cc',
411 'dbus/cros_disks_client_unittest.cc', 411 'dbus/cros_disks_client_unittest.cc',
412 'dbus/dbus_client_bundle_unittest.cc', 412 'dbus/dbus_client_bundle_unittest.cc',
413 'dbus/fake_cryptohome_client_unittest.cc',
413 'dbus/fake_easy_unlock_client_unittest.cc', 414 'dbus/fake_easy_unlock_client_unittest.cc',
414 'dbus/fake_power_manager_client_unittest.cc', 415 'dbus/fake_power_manager_client_unittest.cc',
415 'dbus/gsm_sms_client_unittest.cc', 416 'dbus/gsm_sms_client_unittest.cc',
416 'dbus/modem_messaging_client_unittest.cc', 417 'dbus/modem_messaging_client_unittest.cc',
417 'dbus/power_policy_controller_unittest.cc', 418 'dbus/power_policy_controller_unittest.cc',
418 'dbus/services/cros_dbus_service_unittest.cc', 419 'dbus/services/cros_dbus_service_unittest.cc',
419 'dbus/services/proxy_resolution_service_provider_unittest.cc', 420 'dbus/services/proxy_resolution_service_provider_unittest.cc',
420 'dbus/shill_client_unittest_base.cc', 421 'dbus/shill_client_unittest_base.cc',
421 'dbus/shill_client_unittest_base.h', 422 'dbus/shill_client_unittest_base.h',
422 'dbus/shill_device_client_unittest.cc', 423 'dbus/shill_device_client_unittest.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '../components/components.gyp:signin_core_account_id', 489 '../components/components.gyp:signin_core_account_id',
489 '../components/prefs/prefs.gyp:prefs', 490 '../components/prefs/prefs.gyp:prefs',
490 '../crypto/crypto.gyp:crypto', 491 '../crypto/crypto.gyp:crypto',
491 '../dbus/dbus.gyp:dbus', 492 '../dbus/dbus.gyp:dbus',
492 '../google_apis/google_apis.gyp:google_apis', 493 '../google_apis/google_apis.gyp:google_apis',
493 '../net/net.gyp:net', 494 '../net/net.gyp:net',
494 '../third_party/icu/icu.gyp:icui18n', 495 '../third_party/icu/icu.gyp:icui18n',
495 '../third_party/libxml/libxml.gyp:libxml', 496 '../third_party/libxml/libxml.gyp:libxml',
496 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 497 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
497 '../url/url.gyp:url_lib', 498 '../url/url.gyp:url_lib',
499 'attestation_proto',
498 'cryptohome_proto', 500 'cryptohome_proto',
499 'power_manager_proto', 501 'power_manager_proto',
500 ], 502 ],
501 'defines': [ 503 'defines': [
502 'CHROMEOS_IMPLEMENTATION', 504 'CHROMEOS_IMPLEMENTATION',
503 ], 505 ],
504 'sources': [ '<@(chromeos_sources)' ], 506 'sources': [ '<@(chromeos_sources)' ],
505 'conditions': [ 507 'conditions': [
506 ['target_arch == "arm" or target_arch == "ia32"', { 508 ['target_arch == "arm" or target_arch == "ia32"', {
507 'defines': [ 509 'defines': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../third_party/cros_system_api/dbus/cryptohome/key.proto', 675 '../third_party/cros_system_api/dbus/cryptohome/key.proto',
674 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', 676 '../third_party/cros_system_api/dbus/cryptohome/rpc.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/dbus/cryptohome', 680 'proto_out_dir': 'chromeos/dbus/cryptohome',
679 }, 681 },
680 'includes': ['../build/protoc.gypi'], 682 'includes': ['../build/protoc.gypi'],
681 }, 683 },
682 { 684 {
685 # GN version: //chromeos:cryptohome_attestation
686 # Protobuf compiler/generator for attestation related protocol buffers.
687 'target_name': 'attestation_proto',
688 'type': 'static_library',
689 'sources': [
690 'dbus/proto/attestation.proto',
691 ],
692 'variables': {
693 'proto_in_dir': 'dbus/proto',
694 'proto_out_dir': 'chromeos/cryptohome',
695 },
696 'includes': ['../build/protoc.gypi'],
697 },
698 {
683 # GN version: //chromeos:cryptohome_signkey_proto 699 # GN version: //chromeos:cryptohome_signkey_proto
684 # Protobuf compiler/generator for cryptohome key signing protocol buffer. 700 # Protobuf compiler/generator for cryptohome key signing protocol buffer.
685 'target_name': 'cryptohome_signkey_proto', 701 'target_name': 'cryptohome_signkey_proto',
686 'type': 'static_library', 702 'type': 'static_library',
687 'sources': [ 703 'sources': [
688 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
689 ], 705 ],
690 'variables': { 706 'variables': {
691 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
692 'proto_out_dir': 'chromeos/cryptohome', 708 'proto_out_dir': 'chromeos/cryptohome',
(...skipping 14 matching lines...) Expand all
707 '../build/isolate.gypi', 723 '../build/isolate.gypi',
708 ], 724 ],
709 'sources': [ 725 'sources': [
710 'chromeos_unittests.isolate', 726 'chromeos_unittests.isolate',
711 ], 727 ],
712 }, 728 },
713 ], 729 ],
714 }], 730 }],
715 ], 731 ],
716 } 732 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_cryptohome_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698