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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2199993002: Add generic PaletteDelegate code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@note-options
Patch Set: Nits Created 4 years, 4 months 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/browser/ui/ash/palette_delegate_chromeos.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', 608 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc',
609 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', 609 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h',
610 'browser/ui/ash/multi_user/user_switch_animator_chromeos.cc', 610 'browser/ui/ash/multi_user/user_switch_animator_chromeos.cc',
611 'browser/ui/ash/multi_user/user_switch_animator_chromeos.h', 611 'browser/ui/ash/multi_user/user_switch_animator_chromeos.h',
612 'browser/ui/ash/multi_user/user_switch_util.cc', 612 'browser/ui/ash/multi_user/user_switch_util.cc',
613 'browser/ui/ash/multi_user/user_switch_util.h', 613 'browser/ui/ash/multi_user/user_switch_util.h',
614 'browser/ui/ash/network_connect_delegate_chromeos.cc', 614 'browser/ui/ash/network_connect_delegate_chromeos.cc',
615 'browser/ui/ash/network_connect_delegate_chromeos.h', 615 'browser/ui/ash/network_connect_delegate_chromeos.h',
616 'browser/ui/ash/networking_config_delegate_chromeos.cc', 616 'browser/ui/ash/networking_config_delegate_chromeos.cc',
617 'browser/ui/ash/networking_config_delegate_chromeos.h', 617 'browser/ui/ash/networking_config_delegate_chromeos.h',
618 'browser/ui/ash/palette_delegate_chromeos.cc',
619 'browser/ui/ash/palette_delegate_chromeos.h',
618 'browser/ui/ash/session_state_delegate_chromeos.cc', 620 'browser/ui/ash/session_state_delegate_chromeos.cc',
619 'browser/ui/ash/session_state_delegate_chromeos.h', 621 'browser/ui/ash/session_state_delegate_chromeos.h',
620 'browser/ui/ash/session_util.cc', 622 'browser/ui/ash/session_util.cc',
621 'browser/ui/ash/session_util.h', 623 'browser/ui/ash/session_util.h',
622 'browser/ui/ash/system_tray_delegate_chromeos.cc', 624 'browser/ui/ash/system_tray_delegate_chromeos.cc',
623 'browser/ui/ash/system_tray_delegate_chromeos.h', 625 'browser/ui/ash/system_tray_delegate_chromeos.h',
624 'browser/ui/ash/system_tray_delegate_utils.cc', 626 'browser/ui/ash/system_tray_delegate_utils.cc',
625 'browser/ui/ash/system_tray_delegate_utils.h', 627 'browser/ui/ash/system_tray_delegate_utils.h',
626 'browser/ui/ash/volume_controller_chromeos.cc', 628 'browser/ui/ash/volume_controller_chromeos.cc',
627 'browser/ui/ash/volume_controller_chromeos.h', 629 'browser/ui/ash/volume_controller_chromeos.h',
(...skipping 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after
3368 ], 3370 ],
3369 'sources': [ 3371 'sources': [
3370 '<@(chrome_browser_ui_non_mobile_sources)', 3372 '<@(chrome_browser_ui_non_mobile_sources)',
3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3372 ], 3374 ],
3373 }], 3375 }],
3374 ], 3376 ],
3375 }, 3377 },
3376 ], 3378 ],
3377 } 3379 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/palette_delegate_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698