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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2297193006: Do a better job at faking simple challenge signatures. (Closed)
Patch Set: Be a good modern C++ programmer and let go of const char*. 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
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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'attestation/attestation_flow_unittest.cc', 402 'attestation/attestation_flow_unittest.cc',
403 'audio/audio_devices_pref_handler_impl_unittest.cc', 403 'audio/audio_devices_pref_handler_impl_unittest.cc',
404 'audio/cras_audio_handler_unittest.cc', 404 'audio/cras_audio_handler_unittest.cc',
405 'cert_loader_unittest.cc', 405 'cert_loader_unittest.cc',
406 'cryptohome/homedir_methods_unittest.cc', 406 'cryptohome/homedir_methods_unittest.cc',
407 'cryptohome/system_salt_getter_unittest.cc', 407 'cryptohome/system_salt_getter_unittest.cc',
408 'dbus/blocking_method_caller_unittest.cc', 408 'dbus/blocking_method_caller_unittest.cc',
409 'dbus/cras_audio_client_unittest.cc', 409 'dbus/cras_audio_client_unittest.cc',
410 'dbus/cros_disks_client_unittest.cc', 410 'dbus/cros_disks_client_unittest.cc',
411 'dbus/dbus_client_bundle_unittest.cc', 411 'dbus/dbus_client_bundle_unittest.cc',
412 'dbus/fake_cryptohome_client_unittest.cc',
412 'dbus/fake_easy_unlock_client_unittest.cc', 413 'dbus/fake_easy_unlock_client_unittest.cc',
413 'dbus/fake_power_manager_client_unittest.cc', 414 'dbus/fake_power_manager_client_unittest.cc',
414 'dbus/gsm_sms_client_unittest.cc', 415 'dbus/gsm_sms_client_unittest.cc',
415 'dbus/introspectable_client_unittest.cc', 416 'dbus/introspectable_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',
(...skipping 66 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 '../third_party/cros_system_api/dbus/cryptohome/key.proto', 677 '../third_party/cros_system_api/dbus/cryptohome/key.proto',
676 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', 678 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto',
677 ], 679 ],
678 'variables': { 680 'variables': {
679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 681 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
680 'proto_out_dir': 'chromeos/dbus/cryptohome', 682 'proto_out_dir': 'chromeos/dbus/cryptohome',
681 }, 683 },
682 'includes': ['../build/protoc.gypi'], 684 'includes': ['../build/protoc.gypi'],
683 }, 685 },
684 { 686 {
687 # GN version: //chromeos:cryptohome_attestation
688 # Protobuf compiler/generator for attestation related protocol buffers.
689 'target_name': 'attestation_proto',
690 'type': 'static_library',
691 'sources': [
692 'dbus/proto/attestation.proto',
693 ],
694 'variables': {
695 'proto_in_dir': 'dbus/proto',
696 'proto_out_dir': 'chromeos/cryptohome',
697 },
698 'includes': ['../build/protoc.gypi'],
699 },
700 {
685 # GN version: //chromeos:cryptohome_signkey_proto 701 # GN version: //chromeos:cryptohome_signkey_proto
686 # Protobuf compiler/generator for cryptohome key signing protocol buffer. 702 # Protobuf compiler/generator for cryptohome key signing protocol buffer.
687 'target_name': 'cryptohome_signkey_proto', 703 'target_name': 'cryptohome_signkey_proto',
688 'type': 'static_library', 704 'type': 'static_library',
689 'sources': [ 705 'sources': [
690 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 706 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
691 ], 707 ],
692 'variables': { 708 'variables': {
693 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 709 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
694 'proto_out_dir': 'chromeos/cryptohome', 710 'proto_out_dir': 'chromeos/cryptohome',
(...skipping 14 matching lines...) Expand all
709 '../build/isolate.gypi', 725 '../build/isolate.gypi',
710 ], 726 ],
711 'sources': [ 727 'sources': [
712 'chromeos_unittests.isolate', 728 'chromeos_unittests.isolate',
713 ], 729 ],
714 }, 730 },
715 ], 731 ],
716 }], 732 }],
717 ], 733 ],
718 } 734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698