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

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: Added missing OVERRIDE. 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
« no previous file with comments | « no previous file | chromeos/cryptohome/cryptohome_parameters.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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 '../url/url.gyp:url_lib', 540 '../url/url.gyp:url_lib',
541 'chromeos_test_support', 541 'chromeos_test_support',
542 'cryptohome_proto', 542 'cryptohome_proto',
543 'power_manager_proto', 543 'power_manager_proto',
544 ], 544 ],
545 'sources': [ 545 'sources': [
546 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 546 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
547 'attestation/attestation_flow_unittest.cc', 547 'attestation/attestation_flow_unittest.cc',
548 'audio/cras_audio_handler_unittest.cc', 548 'audio/cras_audio_handler_unittest.cc',
549 'cert_loader_unittest.cc', 549 'cert_loader_unittest.cc',
550 'cryptohome/homedir_methods_unittest.cc',
550 'cryptohome/system_salt_getter_unittest.cc', 551 'cryptohome/system_salt_getter_unittest.cc',
551 'dbus/blocking_method_caller_unittest.cc', 552 'dbus/blocking_method_caller_unittest.cc',
552 'dbus/cros_disks_client_unittest.cc', 553 'dbus/cros_disks_client_unittest.cc',
553 'dbus/dbus_client_bundle_unittest.cc', 554 'dbus/dbus_client_bundle_unittest.cc',
554 'dbus/gsm_sms_client_unittest.cc', 555 'dbus/gsm_sms_client_unittest.cc',
555 'dbus/introspectable_client_unittest.cc', 556 'dbus/introspectable_client_unittest.cc',
556 'dbus/modem_messaging_client_unittest.cc', 557 'dbus/modem_messaging_client_unittest.cc',
557 'dbus/nfc_client_unittest.cc', 558 'dbus/nfc_client_unittest.cc',
558 'dbus/power_policy_controller_unittest.cc', 559 'dbus/power_policy_controller_unittest.cc',
559 'dbus/shill_client_unittest_base.cc', 560 'dbus/shill_client_unittest_base.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ], 658 ],
658 'variables': { 659 'variables': {
659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 660 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
660 'proto_out_dir': 'chromeos/cryptohome', 661 'proto_out_dir': 'chromeos/cryptohome',
661 }, 662 },
662 'includes': ['../build/protoc.gypi'], 663 'includes': ['../build/protoc.gypi'],
663 }, 664 },
664 665
665 ], 666 ],
666 } 667 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/cryptohome/cryptohome_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698