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

Side by Side Diff: chromeos/chromeos.gyp

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 10 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'login/auth/extended_authenticator_impl.cc', 285 'login/auth/extended_authenticator_impl.cc',
286 'login/auth/extended_authenticator_impl.h', 286 'login/auth/extended_authenticator_impl.h',
287 'login/auth/key.cc', 287 'login/auth/key.cc',
288 'login/auth/key.h', 288 'login/auth/key.h',
289 'login/auth/login_performer.cc', 289 'login/auth/login_performer.cc',
290 'login/auth/login_performer.h', 290 'login/auth/login_performer.h',
291 'login/auth/online_attempt.cc', 291 'login/auth/online_attempt.cc',
292 'login/auth/online_attempt.h', 292 'login/auth/online_attempt.h',
293 'login/auth/online_attempt_host.cc', 293 'login/auth/online_attempt_host.cc',
294 'login/auth/online_attempt_host.h', 294 'login/auth/online_attempt_host.h',
295 'login/auth/stub_authenticator.cc',
296 'login/auth/stub_authenticator.h',
295 'login/auth/test_attempt_state.cc', 297 'login/auth/test_attempt_state.cc',
296 'login/auth/test_attempt_state.h', 298 'login/auth/test_attempt_state.h',
297 'login/auth/user_context.cc', 299 'login/auth/user_context.cc',
298 'login/auth/user_context.h', 300 'login/auth/user_context.h',
299 'login/login_state.cc', 301 'login/login_state.cc',
300 'login/login_state.h', 302 'login/login_state.h',
301 'login/user_names.cc', 303 'login/user_names.cc',
302 'login/user_names.h', 304 'login/user_names.h',
303 'login_event_recorder.cc', 305 'login_event_recorder.cc',
304 'login_event_recorder.h', 306 'login_event_recorder.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'dbus/services/service_provider_test_helper.cc', 570 'dbus/services/service_provider_test_helper.cc',
569 'dbus/services/service_provider_test_helper.h', 571 'dbus/services/service_provider_test_helper.h',
570 'disks/mock_disk_mount_manager.cc', 572 'disks/mock_disk_mount_manager.cc',
571 'disks/mock_disk_mount_manager.h', 573 'disks/mock_disk_mount_manager.h',
572 'login/auth/fake_extended_authenticator.cc', 574 'login/auth/fake_extended_authenticator.cc',
573 'login/auth/fake_extended_authenticator.h', 575 'login/auth/fake_extended_authenticator.h',
574 'login/auth/mock_auth_attempt_state_resolver.cc', 576 'login/auth/mock_auth_attempt_state_resolver.cc',
575 'login/auth/mock_auth_attempt_state_resolver.h', 577 'login/auth/mock_auth_attempt_state_resolver.h',
576 'login/auth/mock_auth_status_consumer.cc', 578 'login/auth/mock_auth_status_consumer.cc',
577 'login/auth/mock_auth_status_consumer.h', 579 'login/auth/mock_auth_status_consumer.h',
578 'login/auth/mock_authenticator.cc',
579 'login/auth/mock_authenticator.h',
580 'login/auth/mock_url_fetchers.cc', 580 'login/auth/mock_url_fetchers.cc',
581 'login/auth/mock_url_fetchers.h', 581 'login/auth/mock_url_fetchers.h',
582 'network/fake_network_device_handler.cc', 582 'network/fake_network_device_handler.cc',
583 'network/fake_network_device_handler.h', 583 'network/fake_network_device_handler.h',
584 'network/mock_managed_network_configuration_handler.cc', 584 'network/mock_managed_network_configuration_handler.cc',
585 'network/mock_managed_network_configuration_handler.h', 585 'network/mock_managed_network_configuration_handler.h',
586 'network/onc/onc_test_utils.cc', 586 'network/onc/onc_test_utils.cc',
587 'network/onc/onc_test_utils.h', 587 'network/onc/onc_test_utils.h',
588 'system/fake_statistics_provider.cc', 588 'system/fake_statistics_provider.cc',
589 'system/fake_statistics_provider.h', 589 'system/fake_statistics_provider.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
703 ], 703 ],
704 'variables': { 704 'variables': {
705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
706 'proto_out_dir': 'chromeos/cryptohome', 706 'proto_out_dir': 'chromeos/cryptohome',
707 }, 707 },
708 'includes': ['../build/protoc.gypi'], 708 'includes': ['../build/protoc.gypi'],
709 }, 709 },
710 ], 710 ],
711 } 711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698