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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12457029: Implement a policy to auto-login a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another rebase because the bots dont want to apply the patch 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'chromeos', 235 'chromeos',
236 'power_manager_proto', 236 'power_manager_proto',
237 ], 237 ],
238 'sources': [ 238 'sources': [
239 'attestation/mock_attestation_flow.cc', 239 'attestation/mock_attestation_flow.cc',
240 'attestation/mock_attestation_flow.h', 240 'attestation/mock_attestation_flow.h',
241 'chromeos_test_utils.cc', 241 'chromeos_test_utils.cc',
242 'chromeos_test_utils.h', 242 'chromeos_test_utils.h',
243 'cryptohome/mock_async_method_caller.cc', 243 'cryptohome/mock_async_method_caller.cc',
244 'cryptohome/mock_async_method_caller.h', 244 'cryptohome/mock_async_method_caller.h',
245 'dbus/fake_session_manager_client.cc',
246 'dbus/fake_session_manager_client.h',
245 'dbus/mock_bluetooth_adapter_client.cc', 247 'dbus/mock_bluetooth_adapter_client.cc',
246 'dbus/mock_bluetooth_adapter_client.h', 248 'dbus/mock_bluetooth_adapter_client.h',
247 'dbus/mock_bluetooth_device_client.cc', 249 'dbus/mock_bluetooth_device_client.cc',
248 'dbus/mock_bluetooth_device_client.h', 250 'dbus/mock_bluetooth_device_client.h',
249 'dbus/mock_bluetooth_input_client.cc', 251 'dbus/mock_bluetooth_input_client.cc',
250 'dbus/mock_bluetooth_input_client.h', 252 'dbus/mock_bluetooth_input_client.h',
251 'dbus/mock_bluetooth_manager_client.cc', 253 'dbus/mock_bluetooth_manager_client.cc',
252 'dbus/mock_bluetooth_manager_client.h', 254 'dbus/mock_bluetooth_manager_client.h',
253 'dbus/mock_bluetooth_node_client.cc', 255 'dbus/mock_bluetooth_node_client.cc',
254 'dbus/mock_bluetooth_node_client.h', 256 'dbus/mock_bluetooth_node_client.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 '../third_party/cros_system_api/dbus/video_activity_update.proto', 457 '../third_party/cros_system_api/dbus/video_activity_update.proto',
456 ], 458 ],
457 'variables': { 459 'variables': {
458 'proto_in_dir': '../third_party/cros_system_api/dbus/', 460 'proto_in_dir': '../third_party/cros_system_api/dbus/',
459 'proto_out_dir': 'chromeos/dbus', 461 'proto_out_dir': 'chromeos/dbus',
460 }, 462 },
461 'includes': ['../build/protoc.gypi'], 463 'includes': ['../build/protoc.gypi'],
462 }, 464 },
463 ], 465 ],
464 } 466 }
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