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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 25975002: cryptohome: Move Encrypt/DecryptWithSystemSalt() out of CryptohomeLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/settings/token_encryptor.cc ('k') | chromeos/chromeos.gyp » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'browser/chromeos/settings/owner_flags_storage.cc', 778 'browser/chromeos/settings/owner_flags_storage.cc',
779 'browser/chromeos/settings/owner_flags_storage.h', 779 'browser/chromeos/settings/owner_flags_storage.h',
780 'browser/chromeos/settings/owner_key_util.cc', 780 'browser/chromeos/settings/owner_key_util.cc',
781 'browser/chromeos/settings/owner_key_util.h', 781 'browser/chromeos/settings/owner_key_util.h',
782 'browser/chromeos/settings/session_manager_operation.cc', 782 'browser/chromeos/settings/session_manager_operation.cc',
783 'browser/chromeos/settings/session_manager_operation.h', 783 'browser/chromeos/settings/session_manager_operation.h',
784 'browser/chromeos/settings/stub_cros_settings_provider.cc', 784 'browser/chromeos/settings/stub_cros_settings_provider.cc',
785 'browser/chromeos/settings/stub_cros_settings_provider.h', 785 'browser/chromeos/settings/stub_cros_settings_provider.h',
786 'browser/chromeos/settings/system_settings_provider.cc', 786 'browser/chromeos/settings/system_settings_provider.cc',
787 'browser/chromeos/settings/system_settings_provider.h', 787 'browser/chromeos/settings/system_settings_provider.h',
788 'browser/chromeos/settings/token_encryptor.cc',
789 'browser/chromeos/settings/token_encryptor.h',
788 'browser/chromeos/sim_dialog_delegate.cc', 790 'browser/chromeos/sim_dialog_delegate.cc',
789 'browser/chromeos/sim_dialog_delegate.h', 791 'browser/chromeos/sim_dialog_delegate.h',
790 'browser/chromeos/status/data_promo_notification.cc', 792 'browser/chromeos/status/data_promo_notification.cc',
791 'browser/chromeos/status/data_promo_notification.h', 793 'browser/chromeos/status/data_promo_notification.h',
792 'browser/chromeos/status/network_menu.cc', 794 'browser/chromeos/status/network_menu.cc',
793 'browser/chromeos/status/network_menu.h', 795 'browser/chromeos/status/network_menu.h',
794 'browser/chromeos/system/ash_system_tray_delegate.cc', 796 'browser/chromeos/system/ash_system_tray_delegate.cc',
795 'browser/chromeos/system/ash_system_tray_delegate.h', 797 'browser/chromeos/system/ash_system_tray_delegate.h',
796 'browser/chromeos/system/automatic_reboot_manager.cc', 798 'browser/chromeos/system/automatic_reboot_manager.cc',
797 'browser/chromeos/system/automatic_reboot_manager.h', 799 'browser/chromeos/system/automatic_reboot_manager.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/chromeos/attestation/attestation_signed_data.proto', 987 'browser/chromeos/attestation/attestation_signed_data.proto',
986 ], 988 ],
987 'variables': { 989 'variables': {
988 'proto_in_dir': 'browser/chromeos/attestation', 990 'proto_in_dir': 'browser/chromeos/attestation',
989 'proto_out_dir': 'chrome/browser/chromeos/attestation', 991 'proto_out_dir': 'chrome/browser/chromeos/attestation',
990 }, 992 },
991 'includes': [ '../build/protoc.gypi' ] 993 'includes': [ '../build/protoc.gypi' ]
992 }, 994 },
993 ], 995 ],
994 } 996 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/settings/token_encryptor.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698