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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 824683002: UserManager stack refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split for FakeManager complete. Created 5 years, 11 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'browser/chromeos/login/users/avatar/user_image_manager.cc', 647 'browser/chromeos/login/users/avatar/user_image_manager.cc',
648 'browser/chromeos/login/users/avatar/user_image_manager.h', 648 'browser/chromeos/login/users/avatar/user_image_manager.h',
649 'browser/chromeos/login/users/avatar/user_image_manager_impl.cc', 649 'browser/chromeos/login/users/avatar/user_image_manager_impl.cc',
650 'browser/chromeos/login/users/avatar/user_image_manager_impl.h', 650 'browser/chromeos/login/users/avatar/user_image_manager_impl.h',
651 'browser/chromeos/login/users/avatar/user_image_sync_observer.cc', 651 'browser/chromeos/login/users/avatar/user_image_sync_observer.cc',
652 'browser/chromeos/login/users/avatar/user_image_sync_observer.h', 652 'browser/chromeos/login/users/avatar/user_image_sync_observer.h',
653 'browser/chromeos/login/users/chrome_user_manager.cc', 653 'browser/chromeos/login/users/chrome_user_manager.cc',
654 'browser/chromeos/login/users/chrome_user_manager.h', 654 'browser/chromeos/login/users/chrome_user_manager.h',
655 'browser/chromeos/login/users/chrome_user_manager_impl.cc', 655 'browser/chromeos/login/users/chrome_user_manager_impl.cc',
656 'browser/chromeos/login/users/chrome_user_manager_impl.h', 656 'browser/chromeos/login/users/chrome_user_manager_impl.h',
657 'browser/chromeos/login/users/chrome_user_manager_interface.h',
657 'browser/chromeos/login/users/multi_profile_user_controller.cc', 658 'browser/chromeos/login/users/multi_profile_user_controller.cc',
658 'browser/chromeos/login/users/multi_profile_user_controller.h', 659 'browser/chromeos/login/users/multi_profile_user_controller.h',
659 'browser/chromeos/login/users/multi_profile_user_controller_delegate.h', 660 'browser/chromeos/login/users/multi_profile_user_controller_delegate.h',
660 'browser/chromeos/login/users/scoped_test_user_manager.cc', 661 'browser/chromeos/login/users/scoped_test_user_manager.cc',
661 'browser/chromeos/login/users/scoped_test_user_manager.h', 662 'browser/chromeos/login/users/scoped_test_user_manager.h',
662 'browser/chromeos/login/users/scoped_user_manager_enabler.cc', 663 'browser/chromeos/login/users/scoped_user_manager_enabler.cc',
663 'browser/chromeos/login/users/scoped_user_manager_enabler.h', 664 'browser/chromeos/login/users/scoped_user_manager_enabler.h',
664 'browser/chromeos/login/users/supervised_user_manager.h', 665 'browser/chromeos/login/users/supervised_user_manager.h',
665 'browser/chromeos/login/users/supervised_user_manager_impl.cc', 666 'browser/chromeos/login/users/supervised_user_manager_impl.cc',
666 'browser/chromeos/login/users/supervised_user_manager_impl.h', 667 'browser/chromeos/login/users/supervised_user_manager_impl.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 # browser_chromeos #includes power_supply_properties.pb.h directly. 1084 # browser_chromeos #includes power_supply_properties.pb.h directly.
1084 '../chromeos/chromeos.gyp:power_manager_proto', 1085 '../chromeos/chromeos.gyp:power_manager_proto',
1085 '../chromeos/ime/input_method.gyp:gencode', 1086 '../chromeos/ime/input_method.gyp:gencode',
1086 '../components/components.gyp:cloud_policy_proto', 1087 '../components/components.gyp:cloud_policy_proto',
1087 '../components/components.gyp:history_core_browser_proto', 1088 '../components/components.gyp:history_core_browser_proto',
1088 '../components/components.gyp:login', 1089 '../components/components.gyp:login',
1089 '../components/components.gyp:onc_component', 1090 '../components/components.gyp:onc_component',
1090 '../components/components.gyp:ownership', 1091 '../components/components.gyp:ownership',
1091 '../components/components.gyp:pairing', 1092 '../components/components.gyp:pairing',
1092 '../components/components.gyp:policy', 1093 '../components/components.gyp:policy',
1094 '../components/components.gyp:user_manager',
1093 # This depends directly on the variations target, rather than just 1095 # This depends directly on the variations target, rather than just
1094 # transitively via the common target because the proto sources need to 1096 # transitively via the common target because the proto sources need to
1095 # be generated before code in this target can start building. 1097 # be generated before code in this target can start building.
1096 '../components/components.gyp:variations', 1098 '../components/components.gyp:variations',
1097 '../components/components.gyp:variations_http_provider', 1099 '../components/components.gyp:variations_http_provider',
1098 '../components/components.gyp:wallpaper', 1100 '../components/components.gyp:wallpaper',
1099 '../components/components.gyp:wifi_sync', 1101 '../components/components.gyp:wifi_sync',
1100 '../components/components_strings.gyp:components_strings', 1102 '../components/components_strings.gyp:components_strings',
1101 '../content/app/resources/content_resources.gyp:content_resources', 1103 '../content/app/resources/content_resources.gyp:content_resources',
1102 '../content/content.gyp:content_browser', 1104 '../content/content.gyp:content_browser',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 'browser/chromeos/attestation/attestation_signed_data.proto', 1282 'browser/chromeos/attestation/attestation_signed_data.proto',
1281 ], 1283 ],
1282 'variables': { 1284 'variables': {
1283 'proto_in_dir': 'browser/chromeos/attestation', 1285 'proto_in_dir': 'browser/chromeos/attestation',
1284 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1286 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1285 }, 1287 },
1286 'includes': [ '../build/protoc.gypi' ] 1288 'includes': [ '../build/protoc.gypi' ]
1287 }, 1289 },
1288 ], 1290 ],
1289 } 1291 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698