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

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: remove some notifications from FakeSessionManagerClient 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'chromeos', 225 'chromeos',
226 'power_manager_proto', 226 'power_manager_proto',
227 ], 227 ],
228 'sources': [ 228 'sources': [
229 'attestation/mock_attestation_flow.cc', 229 'attestation/mock_attestation_flow.cc',
230 'attestation/mock_attestation_flow.h', 230 'attestation/mock_attestation_flow.h',
231 'chromeos_test_utils.cc', 231 'chromeos_test_utils.cc',
232 'chromeos_test_utils.h', 232 'chromeos_test_utils.h',
233 'cryptohome/mock_async_method_caller.cc', 233 'cryptohome/mock_async_method_caller.cc',
234 'cryptohome/mock_async_method_caller.h', 234 'cryptohome/mock_async_method_caller.h',
235 'dbus/fake_session_manager_client.cc',
236 'dbus/fake_session_manager_client.h',
235 'dbus/mock_bluetooth_adapter_client.cc', 237 'dbus/mock_bluetooth_adapter_client.cc',
236 'dbus/mock_bluetooth_adapter_client.h', 238 'dbus/mock_bluetooth_adapter_client.h',
237 'dbus/mock_bluetooth_device_client.cc', 239 'dbus/mock_bluetooth_device_client.cc',
238 'dbus/mock_bluetooth_device_client.h', 240 'dbus/mock_bluetooth_device_client.h',
239 'dbus/mock_bluetooth_input_client.cc', 241 'dbus/mock_bluetooth_input_client.cc',
240 'dbus/mock_bluetooth_input_client.h', 242 'dbus/mock_bluetooth_input_client.h',
241 'dbus/mock_bluetooth_manager_client.cc', 243 'dbus/mock_bluetooth_manager_client.cc',
242 'dbus/mock_bluetooth_manager_client.h', 244 'dbus/mock_bluetooth_manager_client.h',
243 'dbus/mock_bluetooth_node_client.cc', 245 'dbus/mock_bluetooth_node_client.cc',
244 'dbus/mock_bluetooth_node_client.h', 246 'dbus/mock_bluetooth_node_client.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 '../third_party/cros_system_api/dbus/video_activity_update.proto', 443 '../third_party/cros_system_api/dbus/video_activity_update.proto',
442 ], 444 ],
443 'variables': { 445 'variables': {
444 'proto_in_dir': '../third_party/cros_system_api/dbus/', 446 'proto_in_dir': '../third_party/cros_system_api/dbus/',
445 'proto_out_dir': 'chromeos/dbus', 447 'proto_out_dir': 'chromeos/dbus',
446 }, 448 },
447 'includes': ['../build/protoc.gypi'], 449 'includes': ['../build/protoc.gypi'],
448 }, 450 },
449 ], 451 ],
450 } 452 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698