| 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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 'browser/chromeos/power/power_prefs.cc', | 805 'browser/chromeos/power/power_prefs.cc', |
| 806 'browser/chromeos/power/power_prefs.h', | 806 'browser/chromeos/power/power_prefs.h', |
| 807 'browser/chromeos/power/renderer_freezer.cc', | 807 'browser/chromeos/power/renderer_freezer.cc', |
| 808 'browser/chromeos/power/renderer_freezer.h', | 808 'browser/chromeos/power/renderer_freezer.h', |
| 809 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', | 809 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', |
| 810 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', | 810 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', |
| 811 'browser/chromeos/preferences.cc', | 811 'browser/chromeos/preferences.cc', |
| 812 'browser/chromeos/preferences.h', | 812 'browser/chromeos/preferences.h', |
| 813 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', | 813 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', |
| 814 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', | 814 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', |
| 815 'browser/chromeos/profiles/avatar_menu_chromeos.cc', | |
| 816 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', | 815 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', |
| 817 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', | 816 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', |
| 818 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc', | 817 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc', |
| 819 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h', | 818 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h', |
| 820 'browser/chromeos/profiles/profile_helper.cc', | 819 'browser/chromeos/profiles/profile_helper.cc', |
| 821 'browser/chromeos/profiles/profile_helper.h', | 820 'browser/chromeos/profiles/profile_helper.h', |
| 822 'browser/chromeos/profiles/profile_list_chromeos.cc', | 821 'browser/chromeos/profiles/profile_list_chromeos.cc', |
| 823 'browser/chromeos/profiles/profile_list_chromeos.h', | 822 'browser/chromeos/profiles/profile_list_chromeos.h', |
| 824 'browser/chromeos/profiles/profile_util.cc', | 823 'browser/chromeos/profiles/profile_util.cc', |
| 825 'browser/chromeos/profiles/profile_util.h', | 824 'browser/chromeos/profiles/profile_util.h', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1263 'browser/chromeos/attestation/attestation_signed_data.proto', | 1262 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1264 ], | 1263 ], |
| 1265 'variables': { | 1264 'variables': { |
| 1266 'proto_in_dir': 'browser/chromeos/attestation', | 1265 'proto_in_dir': 'browser/chromeos/attestation', |
| 1267 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1266 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1268 }, | 1267 }, |
| 1269 'includes': [ '../build/protoc.gypi' ] | 1268 'includes': [ '../build/protoc.gypi' ] |
| 1270 }, | 1269 }, |
| 1271 ], | 1270 ], |
| 1272 } | 1271 } |
| OLD | NEW |