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

Side by Side Diff: chromeos/chromeos.gyp

Issue 506943002: Wire up GetKeyDataEx() in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d_1_367847_move_to_mount_ex
Patch Set: Created 6 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 '../url/url.gyp:url_lib', 542 '../url/url.gyp:url_lib',
543 'chromeos_test_support', 543 'chromeos_test_support',
544 'cryptohome_proto', 544 'cryptohome_proto',
545 'power_manager_proto', 545 'power_manager_proto',
546 ], 546 ],
547 'sources': [ 547 'sources': [
548 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 548 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
549 'attestation/attestation_flow_unittest.cc', 549 'attestation/attestation_flow_unittest.cc',
550 'audio/cras_audio_handler_unittest.cc', 550 'audio/cras_audio_handler_unittest.cc',
551 'cert_loader_unittest.cc', 551 'cert_loader_unittest.cc',
552 'cryptohome/homedir_methods_unittest.cc',
552 'cryptohome/system_salt_getter_unittest.cc', 553 'cryptohome/system_salt_getter_unittest.cc',
553 'dbus/blocking_method_caller_unittest.cc', 554 'dbus/blocking_method_caller_unittest.cc',
554 'dbus/cros_disks_client_unittest.cc', 555 'dbus/cros_disks_client_unittest.cc',
555 'dbus/dbus_client_bundle_unittest.cc', 556 'dbus/dbus_client_bundle_unittest.cc',
556 'dbus/gsm_sms_client_unittest.cc', 557 'dbus/gsm_sms_client_unittest.cc',
557 'dbus/introspectable_client_unittest.cc', 558 'dbus/introspectable_client_unittest.cc',
558 'dbus/modem_messaging_client_unittest.cc', 559 'dbus/modem_messaging_client_unittest.cc',
559 'dbus/nfc_client_unittest.cc', 560 'dbus/nfc_client_unittest.cc',
560 'dbus/power_policy_controller_unittest.cc', 561 'dbus/power_policy_controller_unittest.cc',
561 'dbus/shill_client_unittest_base.cc', 562 'dbus/shill_client_unittest_base.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 ], 660 ],
660 'variables': { 661 'variables': {
661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 662 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
662 'proto_out_dir': 'chromeos/cryptohome', 663 'proto_out_dir': 'chromeos/cryptohome',
663 }, 664 },
664 'includes': ['../build/protoc.gypi'], 665 'includes': ['../build/protoc.gypi'],
665 }, 666 },
666 667
667 ], 668 ],
668 } 669 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/cryptohome/cryptohome_parameters.h » ('j') | chromeos/cryptohome/cryptohome_parameters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698