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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get rid of FakeChromeUserManager usage in ExistingUserController* tests 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'browser/chromeos/login/hwid_checker.cc', 470 'browser/chromeos/login/hwid_checker.cc',
471 'browser/chromeos/login/hwid_checker.h', 471 'browser/chromeos/login/hwid_checker.h',
472 'browser/chromeos/login/language_list.cc', 472 'browser/chromeos/login/language_list.cc',
473 'browser/chromeos/login/language_list.h', 473 'browser/chromeos/login/language_list.h',
474 'browser/chromeos/login/lock/screen_locker.cc', 474 'browser/chromeos/login/lock/screen_locker.cc',
475 'browser/chromeos/login/lock/screen_locker.h', 475 'browser/chromeos/login/lock/screen_locker.h',
476 'browser/chromeos/login/lock/screen_locker_delegate.cc', 476 'browser/chromeos/login/lock/screen_locker_delegate.cc',
477 'browser/chromeos/login/lock/screen_locker_delegate.h', 477 'browser/chromeos/login/lock/screen_locker_delegate.h',
478 'browser/chromeos/login/lock/webui_screen_locker.cc', 478 'browser/chromeos/login/lock/webui_screen_locker.cc',
479 'browser/chromeos/login/lock/webui_screen_locker.h', 479 'browser/chromeos/login/lock/webui_screen_locker.h',
480 'browser/chromeos/login/login_utils.cc',
481 'browser/chromeos/login/login_utils.h',
482 'browser/chromeos/login/login_wizard.h', 480 'browser/chromeos/login/login_wizard.h',
483 'browser/chromeos/login/profile_auth_data.cc', 481 'browser/chromeos/login/profile_auth_data.cc',
484 'browser/chromeos/login/profile_auth_data.h', 482 'browser/chromeos/login/profile_auth_data.h',
485 'browser/chromeos/login/proxy_settings_dialog.h', 483 'browser/chromeos/login/proxy_settings_dialog.h',
486 'browser/chromeos/login/saml/saml_offline_signin_limiter.cc', 484 'browser/chromeos/login/saml/saml_offline_signin_limiter.cc',
487 'browser/chromeos/login/saml/saml_offline_signin_limiter.h', 485 'browser/chromeos/login/saml/saml_offline_signin_limiter.h',
488 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc', 486 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc',
489 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h', 487 'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h',
490 'browser/chromeos/login/screen_manager.cc', 488 'browser/chromeos/login/screen_manager.cc',
491 'browser/chromeos/login/screen_manager.h', 489 'browser/chromeos/login/screen_manager.h',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'debugger', 1079 'debugger',
1082 'device_policy_proto', 1080 'device_policy_proto',
1083 'drive_proto', 1081 'drive_proto',
1084 'installer_util', 1082 'installer_util',
1085 'safe_browsing_chunk_proto', 1083 'safe_browsing_chunk_proto',
1086 'safe_browsing_proto', 1084 'safe_browsing_proto',
1087 'safe_browsing_report_proto', 1085 'safe_browsing_report_proto',
1088 '../breakpad/breakpad.gyp:breakpad_client', 1086 '../breakpad/breakpad.gyp:breakpad_client',
1089 '../build/linux/system.gyp:dbus', 1087 '../build/linux/system.gyp:dbus',
1090 '../chromeos/chromeos.gyp:chromeos', 1088 '../chromeos/chromeos.gyp:chromeos',
1089 '../chromeos/chromeos.gyp:chromeos_test_support',
1091 '../chromeos/chromeos.gyp:cryptohome_proto', 1090 '../chromeos/chromeos.gyp:cryptohome_proto',
1092 # browser_chromeos #includes signed_secret.pb.h directly. 1091 # browser_chromeos #includes signed_secret.pb.h directly.
1093 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 1092 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
1094 # browser_chromeos #includes power_supply_properties.pb.h directly. 1093 # browser_chromeos #includes power_supply_properties.pb.h directly.
1095 '../chromeos/chromeos.gyp:power_manager_proto', 1094 '../chromeos/chromeos.gyp:power_manager_proto',
1096 '../chromeos/ime/input_method.gyp:gencode', 1095 '../chromeos/ime/input_method.gyp:gencode',
1097 '../components/components.gyp:cloud_policy_proto', 1096 '../components/components.gyp:cloud_policy_proto',
1098 '../components/components.gyp:history_core_browser_proto', 1097 '../components/components.gyp:history_core_browser_proto',
1099 '../components/components.gyp:login', 1098 '../components/components.gyp:login',
1100 '../components/components.gyp:onc_component', 1099 '../components/components.gyp:onc_component',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 'browser/chromeos/attestation/attestation_signed_data.proto', 1292 'browser/chromeos/attestation/attestation_signed_data.proto',
1294 ], 1293 ],
1295 'variables': { 1294 'variables': {
1296 'proto_in_dir': 'browser/chromeos/attestation', 1295 'proto_in_dir': 'browser/chromeos/attestation',
1297 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1296 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1298 }, 1297 },
1299 'includes': [ '../build/protoc.gypi' ] 1298 'includes': [ '../build/protoc.gypi' ]
1300 }, 1299 },
1301 ], 1300 ],
1302 } 1301 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698