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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split out FakeSessionManagerClient Created 7 years, 10 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'chromeos', 215 'chromeos',
216 'power_manager_proto', 216 'power_manager_proto',
217 ], 217 ],
218 'sources': [ 218 'sources': [
219 'attestation/mock_attestation_flow.cc', 219 'attestation/mock_attestation_flow.cc',
220 'attestation/mock_attestation_flow.h', 220 'attestation/mock_attestation_flow.h',
221 'chromeos_test_utils.cc', 221 'chromeos_test_utils.cc',
222 'chromeos_test_utils.h', 222 'chromeos_test_utils.h',
223 'cryptohome/mock_async_method_caller.cc', 223 'cryptohome/mock_async_method_caller.cc',
224 'cryptohome/mock_async_method_caller.h', 224 'cryptohome/mock_async_method_caller.h',
225 'dbus/fake_session_manager_client.cc',
226 'dbus/fake_session_manager_client.h',
225 'dbus/mock_bluetooth_adapter_client.cc', 227 'dbus/mock_bluetooth_adapter_client.cc',
226 'dbus/mock_bluetooth_adapter_client.h', 228 'dbus/mock_bluetooth_adapter_client.h',
227 'dbus/mock_bluetooth_device_client.cc', 229 'dbus/mock_bluetooth_device_client.cc',
228 'dbus/mock_bluetooth_device_client.h', 230 'dbus/mock_bluetooth_device_client.h',
229 'dbus/mock_bluetooth_input_client.cc', 231 'dbus/mock_bluetooth_input_client.cc',
230 'dbus/mock_bluetooth_input_client.h', 232 'dbus/mock_bluetooth_input_client.h',
231 'dbus/mock_bluetooth_manager_client.cc', 233 'dbus/mock_bluetooth_manager_client.cc',
232 'dbus/mock_bluetooth_manager_client.h', 234 'dbus/mock_bluetooth_manager_client.h',
233 'dbus/mock_bluetooth_node_client.cc', 235 'dbus/mock_bluetooth_node_client.cc',
234 'dbus/mock_bluetooth_node_client.h', 236 'dbus/mock_bluetooth_node_client.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 '../third_party/cros_system_api/dbus/video_activity_update.proto', 431 '../third_party/cros_system_api/dbus/video_activity_update.proto',
430 ], 432 ],
431 'variables': { 433 'variables': {
432 'proto_in_dir': '../third_party/cros_system_api/dbus/', 434 'proto_in_dir': '../third_party/cros_system_api/dbus/',
433 'proto_out_dir': 'chromeos/dbus', 435 'proto_out_dir': 'chromeos/dbus',
434 }, 436 },
435 'includes': ['../build/protoc.gypi'], 437 'includes': ['../build/protoc.gypi'],
436 }, 438 },
437 ], 439 ],
438 } 440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698