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 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 'browser/chromeos/power/power_prefs.h', | 774 'browser/chromeos/power/power_prefs.h', |
775 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', | 775 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', |
776 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', | 776 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', |
777 'browser/chromeos/preferences.cc', | 777 'browser/chromeos/preferences.cc', |
778 'browser/chromeos/preferences.h', | 778 'browser/chromeos/preferences.h', |
779 'browser/chromeos/prerender_condition_network.cc', | 779 'browser/chromeos/prerender_condition_network.cc', |
780 'browser/chromeos/prerender_condition_network.h', | 780 'browser/chromeos/prerender_condition_network.h', |
781 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', | 781 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', |
782 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', | 782 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', |
783 'browser/chromeos/profiles/avatar_menu_chromeos.cc', | 783 'browser/chromeos/profiles/avatar_menu_chromeos.cc', |
| 784 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', |
| 785 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', |
784 'browser/chromeos/profiles/profile_helper.cc', | 786 'browser/chromeos/profiles/profile_helper.cc', |
785 'browser/chromeos/profiles/profile_helper.h', | 787 'browser/chromeos/profiles/profile_helper.h', |
786 'browser/chromeos/profiles/profile_list_chromeos.cc', | 788 'browser/chromeos/profiles/profile_list_chromeos.cc', |
787 'browser/chromeos/profiles/profile_list_chromeos.h', | 789 'browser/chromeos/profiles/profile_list_chromeos.h', |
788 'browser/chromeos/profiles/profile_util.cc', | 790 'browser/chromeos/profiles/profile_util.cc', |
789 'browser/chromeos/profiles/profile_util.h', | 791 'browser/chromeos/profiles/profile_util.h', |
790 'browser/chromeos/proxy_config_service_impl.cc', | 792 'browser/chromeos/proxy_config_service_impl.cc', |
791 'browser/chromeos/proxy_config_service_impl.h', | 793 'browser/chromeos/proxy_config_service_impl.h', |
792 'browser/chromeos/proxy_cros_settings_parser.cc', | 794 'browser/chromeos/proxy_cros_settings_parser.cc', |
793 'browser/chromeos/proxy_cros_settings_parser.h', | 795 'browser/chromeos/proxy_cros_settings_parser.h', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1014 'browser/chromeos/attestation/attestation_signed_data.proto', | 1016 'browser/chromeos/attestation/attestation_signed_data.proto', |
1015 ], | 1017 ], |
1016 'variables': { | 1018 'variables': { |
1017 'proto_in_dir': 'browser/chromeos/attestation', | 1019 'proto_in_dir': 'browser/chromeos/attestation', |
1018 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1020 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1019 }, | 1021 }, |
1020 'includes': [ '../build/protoc.gypi' ] | 1022 'includes': [ '../build/protoc.gypi' ] |
1021 }, | 1023 }, |
1022 ], | 1024 ], |
1023 } | 1025 } |
OLD | NEW |