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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14269004: Add LoginState class to src/chromeos/login (redux) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'ime/input_method_config.h', 185 'ime/input_method_config.h',
186 'ime/input_method_delegate.h', 186 'ime/input_method_delegate.h',
187 'ime/input_method_descriptor.cc', 187 'ime/input_method_descriptor.cc',
188 'ime/input_method_descriptor.h', 188 'ime/input_method_descriptor.h',
189 'ime/input_method_property.cc', 189 'ime/input_method_property.cc',
190 'ime/input_method_property.h', 190 'ime/input_method_property.h',
191 'ime/input_method_whitelist.cc', 191 'ime/input_method_whitelist.cc',
192 'ime/input_method_whitelist.h', 192 'ime/input_method_whitelist.h',
193 'ime/xkeyboard.cc', 193 'ime/xkeyboard.cc',
194 'ime/xkeyboard.h', 194 'ime/xkeyboard.h',
195 'login/login_state.cc',
196 'login/login_state.h',
195 'network/certificate_pattern.cc', 197 'network/certificate_pattern.cc',
196 'network/certificate_pattern.h', 198 'network/certificate_pattern.h',
197 'network/cros_network_functions.cc', 199 'network/cros_network_functions.cc',
198 'network/cros_network_functions.h', 200 'network/cros_network_functions.h',
199 'network/device_state.cc', 201 'network/device_state.cc',
200 'network/device_state.h', 202 'network/device_state.h',
201 'network/geolocation_handler.cc', 203 'network/geolocation_handler.cc',
202 'network/geolocation_handler.h', 204 'network/geolocation_handler.h',
203 'network/managed_network_configuration_handler.cc', 205 'network/managed_network_configuration_handler.cc',
204 'network/managed_network_configuration_handler.h', 206 'network/managed_network_configuration_handler.h',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'dbus/ibus/ibus_text_unittest.cc', 447 'dbus/ibus/ibus_text_unittest.cc',
446 'dbus/introspectable_client_unittest.cc', 448 'dbus/introspectable_client_unittest.cc',
447 'dbus/modem_messaging_client_unittest.cc', 449 'dbus/modem_messaging_client_unittest.cc',
448 'disks/disk_mount_manager_unittest.cc', 450 'disks/disk_mount_manager_unittest.cc',
449 'ime/component_extension_ime_manager_unittest.cc', 451 'ime/component_extension_ime_manager_unittest.cc',
450 'ime/extension_ime_util_unittest.cc', 452 'ime/extension_ime_util_unittest.cc',
451 'ime/input_method_descriptor_unittest.cc', 453 'ime/input_method_descriptor_unittest.cc',
452 'ime/input_method_property_unittest.cc', 454 'ime/input_method_property_unittest.cc',
453 'ime/input_method_whitelist_unittest.cc', 455 'ime/input_method_whitelist_unittest.cc',
454 'ime/xkeyboard_unittest.cc', 456 'ime/xkeyboard_unittest.cc',
457 'login/login_state_unittest.cc',
455 'network/cros_network_functions_unittest.cc', 458 'network/cros_network_functions_unittest.cc',
456 'network/geolocation_handler_unittest.cc', 459 'network/geolocation_handler_unittest.cc',
457 'network/network_change_notifier_chromeos_unittest.cc', 460 'network/network_change_notifier_chromeos_unittest.cc',
458 'network/network_configuration_handler_unittest.cc', 461 'network/network_configuration_handler_unittest.cc',
459 'network/network_event_log_unittest.cc', 462 'network/network_event_log_unittest.cc',
460 'network/network_sms_handler_unittest.cc', 463 'network/network_sms_handler_unittest.cc',
461 'network/network_state_handler_unittest.cc', 464 'network/network_state_handler_unittest.cc',
462 'network/network_ui_data_unittest.cc', 465 'network/network_ui_data_unittest.cc',
463 'network/network_util_unittest.cc', 466 'network/network_util_unittest.cc',
464 'network/onc/onc_certificate_importer_unittest.cc', 467 'network/onc/onc_certificate_importer_unittest.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../third_party/cros_system_api/dbus/video_activity_update.proto', 526 '../third_party/cros_system_api/dbus/video_activity_update.proto',
524 ], 527 ],
525 'variables': { 528 'variables': {
526 'proto_in_dir': '../third_party/cros_system_api/dbus/', 529 'proto_in_dir': '../third_party/cros_system_api/dbus/',
527 'proto_out_dir': 'chromeos/dbus', 530 'proto_out_dir': 'chromeos/dbus',
528 }, 531 },
529 'includes': ['../build/protoc.gypi'], 532 'includes': ['../build/protoc.gypi'],
530 }, 533 },
531 ], 534 ],
532 } 535 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698