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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 'browser/chromeos/power/power_prefs.h', | 764 'browser/chromeos/power/power_prefs.h', |
765 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', | 765 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', |
766 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', | 766 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', |
767 'browser/chromeos/preferences.cc', | 767 'browser/chromeos/preferences.cc', |
768 'browser/chromeos/preferences.h', | 768 'browser/chromeos/preferences.h', |
769 'browser/chromeos/prerender_condition_network.cc', | 769 'browser/chromeos/prerender_condition_network.cc', |
770 'browser/chromeos/prerender_condition_network.h', | 770 'browser/chromeos/prerender_condition_network.h', |
771 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', | 771 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', |
772 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', | 772 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', |
773 'browser/chromeos/profiles/avatar_menu_chromeos.cc', | 773 'browser/chromeos/profiles/avatar_menu_chromeos.cc', |
| 774 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', |
| 775 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', |
774 'browser/chromeos/profiles/profile_helper.cc', | 776 'browser/chromeos/profiles/profile_helper.cc', |
775 'browser/chromeos/profiles/profile_helper.h', | 777 'browser/chromeos/profiles/profile_helper.h', |
776 'browser/chromeos/profiles/profile_list_chromeos.cc', | 778 'browser/chromeos/profiles/profile_list_chromeos.cc', |
777 'browser/chromeos/profiles/profile_list_chromeos.h', | 779 'browser/chromeos/profiles/profile_list_chromeos.h', |
778 'browser/chromeos/profiles/profile_util.cc', | 780 'browser/chromeos/profiles/profile_util.cc', |
779 'browser/chromeos/profiles/profile_util.h', | 781 'browser/chromeos/profiles/profile_util.h', |
780 'browser/chromeos/proxy_config_service_impl.cc', | 782 'browser/chromeos/proxy_config_service_impl.cc', |
781 'browser/chromeos/proxy_config_service_impl.h', | 783 'browser/chromeos/proxy_config_service_impl.h', |
782 'browser/chromeos/proxy_cros_settings_parser.cc', | 784 'browser/chromeos/proxy_cros_settings_parser.cc', |
783 'browser/chromeos/proxy_cros_settings_parser.h', | 785 'browser/chromeos/proxy_cros_settings_parser.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 'browser/chromeos/attestation/attestation_signed_data.proto', | 1007 'browser/chromeos/attestation/attestation_signed_data.proto', |
1006 ], | 1008 ], |
1007 'variables': { | 1009 'variables': { |
1008 'proto_in_dir': 'browser/chromeos/attestation', | 1010 'proto_in_dir': 'browser/chromeos/attestation', |
1009 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1011 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1010 }, | 1012 }, |
1011 'includes': [ '../build/protoc.gypi' ] | 1013 'includes': [ '../build/protoc.gypi' ] |
1012 }, | 1014 }, |
1013 ], | 1015 ], |
1014 } | 1016 } |
OLD | NEW |