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

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: Rebase. 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 # browser_chromeos #includes power_supply_properties.pb.h directly. 1088 # browser_chromeos #includes power_supply_properties.pb.h directly.
1088 '../chromeos/chromeos.gyp:power_manager_proto', 1089 '../chromeos/chromeos.gyp:power_manager_proto',
1089 '../chromeos/ime/input_method.gyp:gencode', 1090 '../chromeos/ime/input_method.gyp:gencode',
1090 '../components/components.gyp:cloud_policy_proto', 1091 '../components/components.gyp:cloud_policy_proto',
1091 '../components/components.gyp:history_core_browser_proto', 1092 '../components/components.gyp:history_core_browser_proto',
1092 '../components/components.gyp:login', 1093 '../components/components.gyp:login',
1093 '../components/components.gyp:onc_component', 1094 '../components/components.gyp:onc_component',
1094 '../components/components.gyp:ownership', 1095 '../components/components.gyp:ownership',
1095 '../components/components.gyp:pairing', 1096 '../components/components.gyp:pairing',
1096 '../components/components.gyp:policy', 1097 '../components/components.gyp:policy',
1098 '../components/components.gyp:user_manager',
1097 # This depends directly on the variations target, rather than just 1099 # This depends directly on the variations target, rather than just
1098 # transitively via the common target because the proto sources need to 1100 # transitively via the common target because the proto sources need to
1099 # be generated before code in this target can start building. 1101 # be generated before code in this target can start building.
1100 '../components/components.gyp:variations', 1102 '../components/components.gyp:variations',
1101 '../components/components.gyp:variations_http_provider', 1103 '../components/components.gyp:variations_http_provider',
1102 '../components/components.gyp:wallpaper', 1104 '../components/components.gyp:wallpaper',
1103 '../components/components.gyp:wifi_sync', 1105 '../components/components.gyp:wifi_sync',
1104 '../components/components_strings.gyp:components_strings', 1106 '../components/components_strings.gyp:components_strings',
1105 '../content/app/resources/content_resources.gyp:content_resources', 1107 '../content/app/resources/content_resources.gyp:content_resources',
1106 '../content/content.gyp:content_browser', 1108 '../content/content.gyp:content_browser',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 'browser/chromeos/attestation/attestation_signed_data.proto', 1286 'browser/chromeos/attestation/attestation_signed_data.proto',
1285 ], 1287 ],
1286 'variables': { 1288 'variables': {
1287 'proto_in_dir': 'browser/chromeos/attestation', 1289 'proto_in_dir': 'browser/chromeos/attestation',
1288 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1290 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1289 }, 1291 },
1290 'includes': [ '../build/protoc.gypi' ] 1292 'includes': [ '../build/protoc.gypi' ]
1291 }, 1293 },
1292 ], 1294 ],
1293 } 1295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698