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

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: Rebase 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 28 matching lines...) Expand all
39 'audio/cras_audio_handler.h', 39 'audio/cras_audio_handler.h',
40 'attestation/attestation_flow.cc', 40 'attestation/attestation_flow.cc',
41 'attestation/attestation_flow.h', 41 'attestation/attestation_flow.h',
42 'chromeos_export.h', 42 'chromeos_export.h',
43 'chromeos_paths.cc', 43 'chromeos_paths.cc',
44 'chromeos_paths.h', 44 'chromeos_paths.h',
45 'chromeos_switches.cc', 45 'chromeos_switches.cc',
46 'chromeos_switches.h', 46 'chromeos_switches.h',
47 'cryptohome/async_method_caller.cc', 47 'cryptohome/async_method_caller.cc',
48 'cryptohome/async_method_caller.h', 48 'cryptohome/async_method_caller.h',
49 'cryptohome/cryptohome_library.cc',
50 'cryptohome/cryptohome_library.h',
49 'dbus/audio_node.cc', 51 'dbus/audio_node.cc',
50 'dbus/audio_node.h', 52 'dbus/audio_node.h',
51 'dbus/blocking_method_caller.cc', 53 'dbus/blocking_method_caller.cc',
52 'dbus/blocking_method_caller.h', 54 'dbus/blocking_method_caller.h',
53 'dbus/bluetooth_adapter_client.cc', 55 'dbus/bluetooth_adapter_client.cc',
54 'dbus/bluetooth_adapter_client.h', 56 'dbus/bluetooth_adapter_client.h',
55 'dbus/bluetooth_agent_service_provider.cc', 57 'dbus/bluetooth_agent_service_provider.cc',
56 'dbus/bluetooth_agent_service_provider.h', 58 'dbus/bluetooth_agent_service_provider.h',
57 'dbus/bluetooth_device_client.cc', 59 'dbus/bluetooth_device_client.cc',
58 'dbus/bluetooth_device_client.h', 60 'dbus/bluetooth_device_client.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'chromeos_test_support_without_gmock', 308 'chromeos_test_support_without_gmock',
307 'power_manager_proto', 309 'power_manager_proto',
308 ], 310 ],
309 'sources': [ 311 'sources': [
310 'attestation/mock_attestation_flow.cc', 312 'attestation/mock_attestation_flow.cc',
311 'attestation/mock_attestation_flow.h', 313 'attestation/mock_attestation_flow.h',
312 'chromeos_test_utils.cc', 314 'chromeos_test_utils.cc',
313 'chromeos_test_utils.h', 315 'chromeos_test_utils.h',
314 'cryptohome/mock_async_method_caller.cc', 316 'cryptohome/mock_async_method_caller.cc',
315 'cryptohome/mock_async_method_caller.h', 317 'cryptohome/mock_async_method_caller.h',
318 'cryptohome/mock_cryptohome_library.cc',
319 'cryptohome/mock_cryptohome_library.h',
316 'dbus/fake_session_manager_client.cc', 320 'dbus/fake_session_manager_client.cc',
317 'dbus/fake_session_manager_client.h', 321 'dbus/fake_session_manager_client.h',
318 'dbus/fake_update_engine_client.cc', 322 'dbus/fake_update_engine_client.cc',
319 'dbus/fake_update_engine_client.h', 323 'dbus/fake_update_engine_client.h',
320 'dbus/mock_bluetooth_adapter_client.cc', 324 'dbus/mock_bluetooth_adapter_client.cc',
321 'dbus/mock_bluetooth_adapter_client.h', 325 'dbus/mock_bluetooth_adapter_client.h',
322 'dbus/mock_bluetooth_device_client.cc', 326 'dbus/mock_bluetooth_device_client.cc',
323 'dbus/mock_bluetooth_device_client.h', 327 'dbus/mock_bluetooth_device_client.h',
324 'dbus/mock_bluetooth_input_client.cc', 328 'dbus/mock_bluetooth_input_client.cc',
325 'dbus/mock_bluetooth_input_client.h', 329 'dbus/mock_bluetooth_input_client.h',
(...skipping 204 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