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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14295008: Add ash SessionStateDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 8 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/session_state_delegate_views.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'browser/ui/ash/launcher/launcher_item_controller.cc', 197 'browser/ui/ash/launcher/launcher_item_controller.cc',
198 'browser/ui/ash/launcher/launcher_item_controller.h', 198 'browser/ui/ash/launcher/launcher_item_controller.h',
199 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc', 199 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc',
200 'browser/ui/ash/launcher/launcher_application_menu_item_model.h', 200 'browser/ui/ash/launcher/launcher_application_menu_item_model.h',
201 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc', 201 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc',
202 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h', 202 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h',
203 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', 203 'browser/ui/ash/launcher/shell_window_launcher_controller.cc',
204 'browser/ui/ash/launcher/shell_window_launcher_controller.h', 204 'browser/ui/ash/launcher/shell_window_launcher_controller.h',
205 'browser/ui/ash/screenshot_taker.cc', 205 'browser/ui/ash/screenshot_taker.cc',
206 'browser/ui/ash/screenshot_taker.h', 206 'browser/ui/ash/screenshot_taker.h',
207 'browser/ui/ash/session_state_delegate.h',
208 'browser/ui/ash/session_state_delegate_chromeos.cc',
209 'browser/ui/ash/session_state_delegate_views.cc',
207 'browser/ui/ash/tabs/dock_info_ash.cc', 210 'browser/ui/ash/tabs/dock_info_ash.cc',
208 'browser/ui/ash/tabs/dock_info_ash.h', 211 'browser/ui/ash/tabs/dock_info_ash.h',
209 'browser/ui/ash/tabs/dock_info_chromeos.cc', 212 'browser/ui/ash/tabs/dock_info_chromeos.cc',
210 'browser/ui/ash/user_action_handler.cc', 213 'browser/ui/ash/user_action_handler.cc',
211 'browser/ui/ash/user_action_handler.h', 214 'browser/ui/ash/user_action_handler.h',
212 'browser/ui/ash/volume_controller_chromeos.cc', 215 'browser/ui/ash/volume_controller_chromeos.cc',
213 'browser/ui/ash/volume_controller_chromeos.h', 216 'browser/ui/ash/volume_controller_chromeos.h',
214 'browser/ui/ash/window_positioner.cc', 217 'browser/ui/ash/window_positioner.cc',
215 'browser/ui/ash/window_positioner.h', 218 'browser/ui/ash/window_positioner.h',
216 'browser/ui/aura/active_desktop_monitor.cc', 219 'browser/ui/aura/active_desktop_monitor.cc',
(...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2411 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'], 2414 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'],
2412 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'], 2415 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'],
2413 ['exclude', 'browser/platform_util_linux.cc'], 2416 ['exclude', 'browser/platform_util_linux.cc'],
2414 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc '], 2417 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc '],
2415 ['exclude', 'browser/storage_monitor/mtab_watcher_linux.cc'], 2418 ['exclude', 'browser/storage_monitor/mtab_watcher_linux.cc'],
2416 ['exclude', 'browser/storage_monitor/mtab_watcher_linux.h'], 2419 ['exclude', 'browser/storage_monitor/mtab_watcher_linux.h'],
2417 ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'], 2420 ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'],
2418 ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'], 2421 ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'],
2419 ['exclude', 'browser/ui/ash/caps_lock_delegate_views.cc'], 2422 ['exclude', 'browser/ui/ash/caps_lock_delegate_views.cc'],
2420 ['exclude', 'browser/ui/ash/chrome_shell_delegate_views.cc'], 2423 ['exclude', 'browser/ui/ash/chrome_shell_delegate_views.cc'],
2424 ['exclude', 'browser/ui/ash/session_state_delegate_views.cc'],
2421 ['exclude', 'browser/ui/screen_capture_notification_ui_stub.cc'], 2425 ['exclude', 'browser/ui/screen_capture_notification_ui_stub.cc'],
2422 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], 2426 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'],
2423 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], 2427 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'],
2424 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _x11.cc'], 2428 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _x11.cc'],
2425 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _x11.h'], 2429 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _x11.h'],
2426 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], 2430 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
2427 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], 2431 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
2428 ['exclude', 'browser/upgrade_detector_impl.cc'], 2432 ['exclude', 'browser/upgrade_detector_impl.cc'],
2429 ['exclude', 'browser/upgrade_detector_impl.h'], 2433 ['exclude', 'browser/upgrade_detector_impl.h'],
2430 ], 2434 ],
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2881 }], 2885 }],
2882 ['enable_message_center==1', { 2886 ['enable_message_center==1', {
2883 'dependencies': [ 2887 'dependencies': [
2884 '../ui/message_center/message_center.gyp:message_center', 2888 '../ui/message_center/message_center.gyp:message_center',
2885 ], 2889 ],
2886 }], 2890 }],
2887 ], 2891 ],
2888 }, 2892 },
2889 ], 2893 ],
2890 } 2894 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/session_state_delegate_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698