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

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: r3b@$3 Created 7 years, 9 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'chromeos', 234 'chromeos',
235 'power_manager_proto', 235 'power_manager_proto',
236 ], 236 ],
237 'sources': [ 237 'sources': [
238 'attestation/mock_attestation_flow.cc', 238 'attestation/mock_attestation_flow.cc',
239 'attestation/mock_attestation_flow.h', 239 'attestation/mock_attestation_flow.h',
240 'chromeos_test_utils.cc', 240 'chromeos_test_utils.cc',
241 'chromeos_test_utils.h', 241 'chromeos_test_utils.h',
242 'cryptohome/mock_async_method_caller.cc', 242 'cryptohome/mock_async_method_caller.cc',
243 'cryptohome/mock_async_method_caller.h', 243 'cryptohome/mock_async_method_caller.h',
244 'dbus/fake_session_manager_client.cc',
245 'dbus/fake_session_manager_client.h',
244 'dbus/mock_bluetooth_adapter_client.cc', 246 'dbus/mock_bluetooth_adapter_client.cc',
245 'dbus/mock_bluetooth_adapter_client.h', 247 'dbus/mock_bluetooth_adapter_client.h',
246 'dbus/mock_bluetooth_device_client.cc', 248 'dbus/mock_bluetooth_device_client.cc',
247 'dbus/mock_bluetooth_device_client.h', 249 'dbus/mock_bluetooth_device_client.h',
248 'dbus/mock_bluetooth_input_client.cc', 250 'dbus/mock_bluetooth_input_client.cc',
249 'dbus/mock_bluetooth_input_client.h', 251 'dbus/mock_bluetooth_input_client.h',
250 'dbus/mock_bluetooth_manager_client.cc', 252 'dbus/mock_bluetooth_manager_client.cc',
251 'dbus/mock_bluetooth_manager_client.h', 253 'dbus/mock_bluetooth_manager_client.h',
252 'dbus/mock_bluetooth_node_client.cc', 254 'dbus/mock_bluetooth_node_client.cc',
253 'dbus/mock_bluetooth_node_client.h', 255 'dbus/mock_bluetooth_node_client.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 '../third_party/cros_system_api/dbus/video_activity_update.proto', 456 '../third_party/cros_system_api/dbus/video_activity_update.proto',
455 ], 457 ],
456 'variables': { 458 'variables': {
457 'proto_in_dir': '../third_party/cros_system_api/dbus/', 459 'proto_in_dir': '../third_party/cros_system_api/dbus/',
458 'proto_out_dir': 'chromeos/dbus', 460 'proto_out_dir': 'chromeos/dbus',
459 }, 461 },
460 'includes': ['../build/protoc.gypi'], 462 'includes': ['../build/protoc.gypi'],
461 }, 463 },
462 ], 464 ],
463 } 465 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | chromeos/dbus/fake_session_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698