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

Side by Side Diff: chromeos/chromeos.gyp

Issue 697493002: Support transition between chrome and user mode console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DBUS API to support chrome/console transition Created 6 years, 1 month 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'dbus/bluetooth_gatt_service_client.cc', 68 'dbus/bluetooth_gatt_service_client.cc',
69 'dbus/bluetooth_gatt_service_client.h', 69 'dbus/bluetooth_gatt_service_client.h',
70 'dbus/bluetooth_gatt_service_service_provider.cc', 70 'dbus/bluetooth_gatt_service_service_provider.cc',
71 'dbus/bluetooth_gatt_service_service_provider.h', 71 'dbus/bluetooth_gatt_service_service_provider.h',
72 'dbus/bluetooth_input_client.cc', 72 'dbus/bluetooth_input_client.cc',
73 'dbus/bluetooth_input_client.h', 73 'dbus/bluetooth_input_client.h',
74 'dbus/bluetooth_profile_manager_client.cc', 74 'dbus/bluetooth_profile_manager_client.cc',
75 'dbus/bluetooth_profile_manager_client.h', 75 'dbus/bluetooth_profile_manager_client.h',
76 'dbus/bluetooth_profile_service_provider.cc', 76 'dbus/bluetooth_profile_service_provider.cc',
77 'dbus/bluetooth_profile_service_provider.h', 77 'dbus/bluetooth_profile_service_provider.h',
78 'dbus/console_service_client.cc',
79 'dbus/console_service.h',
stevenjb 2014/10/31 17:00:46 console_service_client.h
78 'dbus/cras_audio_client.cc', 80 'dbus/cras_audio_client.cc',
79 'dbus/cras_audio_client.h', 81 'dbus/cras_audio_client.h',
80 'dbus/cros_disks_client.cc', 82 'dbus/cros_disks_client.cc',
81 'dbus/cros_disks_client.h', 83 'dbus/cros_disks_client.h',
82 'dbus/cryptohome_client.cc', 84 'dbus/cryptohome_client.cc',
83 'dbus/cryptohome_client.h', 85 'dbus/cryptohome_client.h',
84 'dbus/dbus_client_bundle.h', 86 'dbus/dbus_client_bundle.h',
85 'dbus/dbus_client_bundle.cc', 87 'dbus/dbus_client_bundle.cc',
86 'dbus/dbus_client_implementation_type.h', 88 'dbus/dbus_client_implementation_type.h',
87 'dbus/dbus_method_call_status.cc', 89 'dbus/dbus_method_call_status.cc',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
675 ], 677 ],
676 'variables': { 678 'variables': {
677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
678 'proto_out_dir': 'chromeos/cryptohome', 680 'proto_out_dir': 'chromeos/cryptohome',
679 }, 681 },
680 'includes': ['../build/protoc.gypi'], 682 'includes': ['../build/protoc.gypi'],
681 }, 683 },
682 ], 684 ],
683 } 685 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/console_service_client.h » ('j') | chromeos/dbus/console_service_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698