Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: commas. commas are important Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 'browser/chromeos/attestation/attestation_signed_data.proto', 1272 'browser/chromeos/attestation/attestation_signed_data.proto',
1274 ], 1273 ],
1275 'variables': { 1274 'variables': {
1276 'proto_in_dir': 'browser/chromeos/attestation', 1275 'proto_in_dir': 'browser/chromeos/attestation',
1277 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1276 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1278 }, 1277 },
1279 'includes': [ '../build/protoc.gypi' ] 1278 'includes': [ '../build/protoc.gypi' ]
1280 }, 1279 },
1281 ], 1280 ],
1282 } 1281 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698