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

Side by Side Diff: chromeos/chromeos.gyp

Issue 20130002: Call crypto::InitializeTPMToken on the IO thread (Take 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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 | « chromeos/cert_loader.cc ('k') | chromeos/network/cert_loader.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_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 28 matching lines...) Expand all
39 'audio/audio_pref_observer.h', 39 'audio/audio_pref_observer.h',
40 'audio/audio_pref_handler.h', 40 'audio/audio_pref_handler.h',
41 'audio/cras_audio_handler.cc', 41 'audio/cras_audio_handler.cc',
42 'audio/cras_audio_handler.h', 42 'audio/cras_audio_handler.h',
43 'audio/mock_cras_audio_handler.cc', 43 'audio/mock_cras_audio_handler.cc',
44 'audio/mock_cras_audio_handler.h', 44 'audio/mock_cras_audio_handler.h',
45 'attestation/attestation_constants.cc', 45 'attestation/attestation_constants.cc',
46 'attestation/attestation_constants.h', 46 'attestation/attestation_constants.h',
47 'attestation/attestation_flow.cc', 47 'attestation/attestation_flow.cc',
48 'attestation/attestation_flow.h', 48 'attestation/attestation_flow.h',
49 'cert_loader.cc',
50 'cert_loader.h',
49 'chromeos_constants.cc', 51 'chromeos_constants.cc',
50 'chromeos_constants.h', 52 'chromeos_constants.h',
51 'chromeos_export.h', 53 'chromeos_export.h',
52 'chromeos_paths.cc', 54 'chromeos_paths.cc',
53 'chromeos_paths.h', 55 'chromeos_paths.h',
54 'chromeos_switches.cc', 56 'chromeos_switches.cc',
55 'chromeos_switches.h', 57 'chromeos_switches.h',
56 'cryptohome/async_method_caller.cc', 58 'cryptohome/async_method_caller.cc',
57 'cryptohome/async_method_caller.h', 59 'cryptohome/async_method_caller.h',
58 'cryptohome/cryptohome_library.cc', 60 'cryptohome/cryptohome_library.cc',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'ime/input_method_manager.cc', 204 'ime/input_method_manager.cc',
203 'ime/input_method_manager.h', 205 'ime/input_method_manager.h',
204 'ime/input_method_property.cc', 206 'ime/input_method_property.cc',
205 'ime/input_method_property.h', 207 'ime/input_method_property.h',
206 'ime/input_method_whitelist.cc', 208 'ime/input_method_whitelist.cc',
207 'ime/input_method_whitelist.h', 209 'ime/input_method_whitelist.h',
208 'ime/xkeyboard.cc', 210 'ime/xkeyboard.cc',
209 'ime/xkeyboard.h', 211 'ime/xkeyboard.h',
210 'login/login_state.cc', 212 'login/login_state.cc',
211 'login/login_state.h', 213 'login/login_state.h',
212 'network/cert_loader.cc',
213 'network/cert_loader.h',
214 'network/certificate_pattern.cc', 214 'network/certificate_pattern.cc',
215 'network/certificate_pattern.h', 215 'network/certificate_pattern.h',
216 'network/certificate_pattern_matcher.cc', 216 'network/certificate_pattern_matcher.cc',
217 'network/certificate_pattern_matcher.h', 217 'network/certificate_pattern_matcher.h',
218 'network/cros_network_functions.cc', 218 'network/cros_network_functions.cc',
219 'network/cros_network_functions.h', 219 'network/cros_network_functions.h',
220 'network/device_state.cc', 220 'network/device_state.cc',
221 'network/device_state.h', 221 'network/device_state.h',
222 'network/favorite_state.cc', 222 'network/favorite_state.cc',
223 'network/favorite_state.h', 223 'network/favorite_state.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
539 ], 539 ],
540 'variables': { 540 'variables': {
541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
542 'proto_out_dir': 'chromeos/dbus/power_manager', 542 'proto_out_dir': 'chromeos/dbus/power_manager',
543 }, 543 },
544 'includes': ['../build/protoc.gypi'], 544 'includes': ['../build/protoc.gypi'],
545 }, 545 },
546 ], 546 ],
547 } 547 }
OLDNEW
« no previous file with comments | « chromeos/cert_loader.cc ('k') | chromeos/network/cert_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698