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

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: 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 # 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'debugger', 1075 'debugger',
1078 'device_policy_proto', 1076 'device_policy_proto',
1079 'drive_proto', 1077 'drive_proto',
1080 'installer_util', 1078 'installer_util',
1081 'safe_browsing_chunk_proto', 1079 'safe_browsing_chunk_proto',
1082 'safe_browsing_proto', 1080 'safe_browsing_proto',
1083 'safe_browsing_report_proto', 1081 'safe_browsing_report_proto',
1084 '../breakpad/breakpad.gyp:breakpad_client', 1082 '../breakpad/breakpad.gyp:breakpad_client',
1085 '../build/linux/system.gyp:dbus', 1083 '../build/linux/system.gyp:dbus',
1086 '../chromeos/chromeos.gyp:chromeos', 1084 '../chromeos/chromeos.gyp:chromeos',
1085 '../chromeos/chromeos.gyp:chromeos_test_support',
1087 '../chromeos/chromeos.gyp:cryptohome_proto', 1086 '../chromeos/chromeos.gyp:cryptohome_proto',
1088 # browser_chromeos #includes signed_secret.pb.h directly. 1087 # browser_chromeos #includes signed_secret.pb.h directly.
1089 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 1088 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
1090 # browser_chromeos #includes power_supply_properties.pb.h directly. 1089 # browser_chromeos #includes power_supply_properties.pb.h directly.
1091 '../chromeos/chromeos.gyp:power_manager_proto', 1090 '../chromeos/chromeos.gyp:power_manager_proto',
1092 '../chromeos/ime/input_method.gyp:gencode', 1091 '../chromeos/ime/input_method.gyp:gencode',
1093 '../components/components.gyp:cloud_policy_proto', 1092 '../components/components.gyp:cloud_policy_proto',
1094 '../components/components.gyp:history_core_browser_proto', 1093 '../components/components.gyp:history_core_browser_proto',
1095 '../components/components.gyp:login', 1094 '../components/components.gyp:login',
1096 '../components/components.gyp:onc_component', 1095 '../components/components.gyp:onc_component',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'browser/chromeos/attestation/attestation_signed_data.proto', 1286 'browser/chromeos/attestation/attestation_signed_data.proto',
1288 ], 1287 ],
1289 'variables': { 1288 'variables': {
1290 'proto_in_dir': 'browser/chromeos/attestation', 1289 'proto_in_dir': 'browser/chromeos/attestation',
1291 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1290 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1292 }, 1291 },
1293 'includes': [ '../build/protoc.gypi' ] 1292 'includes': [ '../build/protoc.gypi' ]
1294 }, 1293 },
1295 ], 1294 ],
1296 } 1295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698