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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14179007: Move cryptohome_library to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
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 24 matching lines...) Expand all
35 'audio/audio_pref_handler.h', 35 'audio/audio_pref_handler.h',
36 'audio/cras_audio_handler.cc', 36 'audio/cras_audio_handler.cc',
37 'audio/cras_audio_handler.h', 37 'audio/cras_audio_handler.h',
38 'attestation/attestation_flow.cc', 38 'attestation/attestation_flow.cc',
39 'attestation/attestation_flow.h', 39 'attestation/attestation_flow.h',
40 'chromeos_export.h', 40 'chromeos_export.h',
41 'chromeos_switches.cc', 41 'chromeos_switches.cc',
42 'chromeos_switches.h', 42 'chromeos_switches.h',
43 'cryptohome/async_method_caller.cc', 43 'cryptohome/async_method_caller.cc',
44 'cryptohome/async_method_caller.h', 44 'cryptohome/async_method_caller.h',
45 'cryptohome/cryptohome_library.cc',
46 'cryptohome/cryptohome_library.h',
45 'dbus/audio_node.cc', 47 'dbus/audio_node.cc',
46 'dbus/audio_node.h', 48 'dbus/audio_node.h',
47 'dbus/blocking_method_caller.cc', 49 'dbus/blocking_method_caller.cc',
48 'dbus/blocking_method_caller.h', 50 'dbus/blocking_method_caller.h',
49 'dbus/bluetooth_adapter_client.cc', 51 'dbus/bluetooth_adapter_client.cc',
50 'dbus/bluetooth_adapter_client.h', 52 'dbus/bluetooth_adapter_client.h',
51 'dbus/bluetooth_agent_service_provider.cc', 53 'dbus/bluetooth_agent_service_provider.cc',
52 'dbus/bluetooth_agent_service_provider.h', 54 'dbus/bluetooth_agent_service_provider.h',
53 'dbus/bluetooth_device_client.cc', 55 'dbus/bluetooth_device_client.cc',
54 'dbus/bluetooth_device_client.h', 56 'dbus/bluetooth_device_client.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'chromeos_test_support_without_gmock', 300 'chromeos_test_support_without_gmock',
299 'power_manager_proto', 301 'power_manager_proto',
300 ], 302 ],
301 'sources': [ 303 'sources': [
302 'attestation/mock_attestation_flow.cc', 304 'attestation/mock_attestation_flow.cc',
303 'attestation/mock_attestation_flow.h', 305 'attestation/mock_attestation_flow.h',
304 'chromeos_test_utils.cc', 306 'chromeos_test_utils.cc',
305 'chromeos_test_utils.h', 307 'chromeos_test_utils.h',
306 'cryptohome/mock_async_method_caller.cc', 308 'cryptohome/mock_async_method_caller.cc',
307 'cryptohome/mock_async_method_caller.h', 309 'cryptohome/mock_async_method_caller.h',
310 'cryptohome/mock_cryptohome_library.cc',
311 'cryptohome/mock_cryptohome_library.h',
308 'dbus/fake_session_manager_client.cc', 312 'dbus/fake_session_manager_client.cc',
309 'dbus/fake_session_manager_client.h', 313 'dbus/fake_session_manager_client.h',
310 'dbus/mock_bluetooth_adapter_client.cc', 314 'dbus/mock_bluetooth_adapter_client.cc',
311 'dbus/mock_bluetooth_adapter_client.h', 315 'dbus/mock_bluetooth_adapter_client.h',
312 'dbus/mock_bluetooth_device_client.cc', 316 'dbus/mock_bluetooth_device_client.cc',
313 'dbus/mock_bluetooth_device_client.h', 317 'dbus/mock_bluetooth_device_client.h',
314 'dbus/mock_bluetooth_input_client.cc', 318 'dbus/mock_bluetooth_input_client.cc',
315 'dbus/mock_bluetooth_input_client.h', 319 'dbus/mock_bluetooth_input_client.h',
316 'dbus/mock_bluetooth_manager_client.cc', 320 'dbus/mock_bluetooth_manager_client.cc',
317 'dbus/mock_bluetooth_manager_client.h', 321 'dbus/mock_bluetooth_manager_client.h',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '../third_party/cros_system_api/dbus/video_activity_update.proto', 534 '../third_party/cros_system_api/dbus/video_activity_update.proto',
531 ], 535 ],
532 'variables': { 536 'variables': {
533 'proto_in_dir': '../third_party/cros_system_api/dbus/', 537 'proto_in_dir': '../third_party/cros_system_api/dbus/',
534 'proto_out_dir': 'chromeos/dbus', 538 'proto_out_dir': 'chromeos/dbus',
535 }, 539 },
536 'includes': ['../build/protoc.gypi'], 540 'includes': ['../build/protoc.gypi'],
537 }, 541 },
538 ], 542 ],
539 } 543 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698