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