| OLD | NEW |
| 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'browser/chromeos/login/users/multi_profile_user_controller.cc', | 659 'browser/chromeos/login/users/multi_profile_user_controller.cc', |
| 660 'browser/chromeos/login/users/multi_profile_user_controller.h', | 660 'browser/chromeos/login/users/multi_profile_user_controller.h', |
| 661 'browser/chromeos/login/users/multi_profile_user_controller_delegate.h', | 661 'browser/chromeos/login/users/multi_profile_user_controller_delegate.h', |
| 662 'browser/chromeos/login/users/scoped_test_user_manager.cc', | 662 'browser/chromeos/login/users/scoped_test_user_manager.cc', |
| 663 'browser/chromeos/login/users/scoped_test_user_manager.h', | 663 'browser/chromeos/login/users/scoped_test_user_manager.h', |
| 664 'browser/chromeos/login/users/scoped_user_manager_enabler.cc', | 664 'browser/chromeos/login/users/scoped_user_manager_enabler.cc', |
| 665 'browser/chromeos/login/users/scoped_user_manager_enabler.h', | 665 'browser/chromeos/login/users/scoped_user_manager_enabler.h', |
| 666 'browser/chromeos/login/users/supervised_user_manager.h', | 666 'browser/chromeos/login/users/supervised_user_manager.h', |
| 667 'browser/chromeos/login/users/supervised_user_manager_impl.cc', | 667 'browser/chromeos/login/users/supervised_user_manager_impl.cc', |
| 668 'browser/chromeos/login/users/supervised_user_manager_impl.h', | 668 'browser/chromeos/login/users/supervised_user_manager_impl.h', |
| 669 'browser/chromeos/login/users/user_manager_interface.h', |
| 669 'browser/chromeos/login/users/wallpaper/wallpaper_manager.cc', | 670 'browser/chromeos/login/users/wallpaper/wallpaper_manager.cc', |
| 670 'browser/chromeos/login/users/wallpaper/wallpaper_manager.h', | 671 'browser/chromeos/login/users/wallpaper/wallpaper_manager.h', |
| 671 'browser/chromeos/login/version_info_updater.cc', | 672 'browser/chromeos/login/version_info_updater.cc', |
| 672 'browser/chromeos/login/version_info_updater.h', | 673 'browser/chromeos/login/version_info_updater.h', |
| 673 'browser/chromeos/login/views/user_board_view.h', | 674 'browser/chromeos/login/views/user_board_view.h', |
| 674 'browser/chromeos/login/wizard_controller.cc', | 675 'browser/chromeos/login/wizard_controller.cc', |
| 675 'browser/chromeos/login/wizard_controller.h', | 676 'browser/chromeos/login/wizard_controller.h', |
| 676 'browser/chromeos/memory/low_memory_observer.cc', | 677 'browser/chromeos/memory/low_memory_observer.cc', |
| 677 'browser/chromeos/memory/low_memory_observer.h', | 678 'browser/chromeos/memory/low_memory_observer.h', |
| 678 'browser/chromeos/memory/oom_priority_manager.cc', | 679 'browser/chromeos/memory/oom_priority_manager.cc', |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 # browser_chromeos #includes power_supply_properties.pb.h directly. | 1094 # browser_chromeos #includes power_supply_properties.pb.h directly. |
| 1094 '../chromeos/chromeos.gyp:power_manager_proto', | 1095 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1095 '../chromeos/ime/input_method.gyp:gencode', | 1096 '../chromeos/ime/input_method.gyp:gencode', |
| 1096 '../components/components.gyp:cloud_policy_proto', | 1097 '../components/components.gyp:cloud_policy_proto', |
| 1097 '../components/components.gyp:history_core_browser_proto', | 1098 '../components/components.gyp:history_core_browser_proto', |
| 1098 '../components/components.gyp:login', | 1099 '../components/components.gyp:login', |
| 1099 '../components/components.gyp:onc_component', | 1100 '../components/components.gyp:onc_component', |
| 1100 '../components/components.gyp:ownership', | 1101 '../components/components.gyp:ownership', |
| 1101 '../components/components.gyp:pairing', | 1102 '../components/components.gyp:pairing', |
| 1102 '../components/components.gyp:policy', | 1103 '../components/components.gyp:policy', |
| 1104 '../components/components.gyp:user_manager', |
| 1103 # This depends directly on the variations target, rather than just | 1105 # This depends directly on the variations target, rather than just |
| 1104 # transitively via the common target because the proto sources need to | 1106 # transitively via the common target because the proto sources need to |
| 1105 # be generated before code in this target can start building. | 1107 # be generated before code in this target can start building. |
| 1106 '../components/components.gyp:variations', | 1108 '../components/components.gyp:variations', |
| 1107 '../components/components.gyp:variations_http_provider', | 1109 '../components/components.gyp:variations_http_provider', |
| 1108 '../components/components.gyp:wallpaper', | 1110 '../components/components.gyp:wallpaper', |
| 1109 '../components/components.gyp:wifi_sync', | 1111 '../components/components.gyp:wifi_sync', |
| 1110 '../components/components_strings.gyp:components_strings', | 1112 '../components/components_strings.gyp:components_strings', |
| 1111 '../content/app/resources/content_resources.gyp:content_resources', | 1113 '../content/app/resources/content_resources.gyp:content_resources', |
| 1112 '../content/content.gyp:content_browser', | 1114 '../content/content.gyp:content_browser', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 'browser/chromeos/attestation/attestation_signed_data.proto', | 1293 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1292 ], | 1294 ], |
| 1293 'variables': { | 1295 'variables': { |
| 1294 'proto_in_dir': 'browser/chromeos/attestation', | 1296 'proto_in_dir': 'browser/chromeos/attestation', |
| 1295 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1297 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1296 }, | 1298 }, |
| 1297 'includes': [ '../build/protoc.gypi' ] | 1299 'includes': [ '../build/protoc.gypi' ] |
| 1298 }, | 1300 }, |
| 1299 ], | 1301 ], |
| 1300 } | 1302 } |
| OLD | NEW |