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

Side by Side Diff: chromeos/chromeos.gyp

Issue 13495003: Add LoginState class to src/chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'ime/input_method_config.h', 169 'ime/input_method_config.h',
170 'ime/input_method_delegate.h', 170 'ime/input_method_delegate.h',
171 'ime/input_method_descriptor.cc', 171 'ime/input_method_descriptor.cc',
172 'ime/input_method_descriptor.h', 172 'ime/input_method_descriptor.h',
173 'ime/input_method_property.cc', 173 'ime/input_method_property.cc',
174 'ime/input_method_property.h', 174 'ime/input_method_property.h',
175 'ime/input_method_whitelist.cc', 175 'ime/input_method_whitelist.cc',
176 'ime/input_method_whitelist.h', 176 'ime/input_method_whitelist.h',
177 'ime/xkeyboard.cc', 177 'ime/xkeyboard.cc',
178 'ime/xkeyboard.h', 178 'ime/xkeyboard.h',
179 'login/login_state.cc',
180 'login/login_state.h',
179 'network/cros_network_functions.cc', 181 'network/cros_network_functions.cc',
180 'network/cros_network_functions.h', 182 'network/cros_network_functions.h',
181 'network/device_state.cc', 183 'network/device_state.cc',
182 'network/device_state.h', 184 'network/device_state.h',
183 'network/geolocation_handler.cc', 185 'network/geolocation_handler.cc',
184 'network/geolocation_handler.h', 186 'network/geolocation_handler.h',
185 'network/managed_state.cc', 187 'network/managed_state.cc',
186 'network/managed_state.h', 188 'network/managed_state.h',
187 'network/network_change_notifier_chromeos.cc', 189 'network/network_change_notifier_chromeos.cc',
188 'network/network_change_notifier_chromeos.h', 190 'network/network_change_notifier_chromeos.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'dbus/ibus/ibus_engine_service_unittest.cc', 414 'dbus/ibus/ibus_engine_service_unittest.cc',
413 'dbus/ibus/ibus_input_context_client_unittest.cc', 415 'dbus/ibus/ibus_input_context_client_unittest.cc',
414 'dbus/ibus/ibus_lookup_table_unittest.cc', 416 'dbus/ibus/ibus_lookup_table_unittest.cc',
415 'dbus/ibus/ibus_object_unittest.cc', 417 'dbus/ibus/ibus_object_unittest.cc',
416 'dbus/ibus/ibus_panel_service_unittest.cc', 418 'dbus/ibus/ibus_panel_service_unittest.cc',
417 'dbus/ibus/ibus_property_unittest.cc', 419 'dbus/ibus/ibus_property_unittest.cc',
418 'dbus/ibus/ibus_text_unittest.cc', 420 'dbus/ibus/ibus_text_unittest.cc',
419 'dbus/introspectable_client_unittest.cc', 421 'dbus/introspectable_client_unittest.cc',
420 'dbus/modem_messaging_client_unittest.cc', 422 'dbus/modem_messaging_client_unittest.cc',
421 'disks/disk_mount_manager_unittest.cc', 423 'disks/disk_mount_manager_unittest.cc',
424 'login/login_state_unittest.cc',
bartfab (slow) 2013/04/03 08:21:36 This belongs after the ime/ entries (not in alphab
stevenjb 2013/04/03 17:21:42 Done and added.
422 'ime/component_extension_ime_manager_unittest.cc', 425 'ime/component_extension_ime_manager_unittest.cc',
423 'ime/extension_ime_util_unittest.cc', 426 'ime/extension_ime_util_unittest.cc',
424 'ime/input_method_descriptor_unittest.cc', 427 'ime/input_method_descriptor_unittest.cc',
425 'ime/input_method_property_unittest.cc', 428 'ime/input_method_property_unittest.cc',
426 'ime/input_method_whitelist_unittest.cc', 429 'ime/input_method_whitelist_unittest.cc',
427 'ime/xkeyboard_unittest.cc', 430 'ime/xkeyboard_unittest.cc',
428 'network/cros_network_functions_unittest.cc', 431 'network/cros_network_functions_unittest.cc',
429 'network/geolocation_handler_unittest.cc', 432 'network/geolocation_handler_unittest.cc',
430 'network/network_change_notifier_chromeos_unittest.cc', 433 'network/network_change_notifier_chromeos_unittest.cc',
431 'network/network_configuration_handler_unittest.cc', 434 'network/network_configuration_handler_unittest.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 '../third_party/cros_system_api/dbus/video_activity_update.proto', 498 '../third_party/cros_system_api/dbus/video_activity_update.proto',
496 ], 499 ],
497 'variables': { 500 'variables': {
498 'proto_in_dir': '../third_party/cros_system_api/dbus/', 501 'proto_in_dir': '../third_party/cros_system_api/dbus/',
499 'proto_out_dir': 'chromeos/dbus', 502 'proto_out_dir': 'chromeos/dbus',
500 }, 503 },
501 'includes': ['../build/protoc.gypi'], 504 'includes': ['../build/protoc.gypi'],
502 }, 505 },
503 ], 506 ],
504 } 507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698