OLD | NEW |
---|---|
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
271 'browser/ui/ash/screenshot_taker.h', | 271 'browser/ui/ash/screenshot_taker.h', |
272 'browser/ui/ash/session_state_delegate_chromeos.cc', | 272 'browser/ui/ash/session_state_delegate_chromeos.cc', |
273 'browser/ui/ash/session_state_delegate_chromeos.h', | 273 'browser/ui/ash/session_state_delegate_chromeos.h', |
274 'browser/ui/ash/session_state_delegate_views.cc', | 274 'browser/ui/ash/session_state_delegate_views.cc', |
275 'browser/ui/ash/session_state_delegate_views.h', | 275 'browser/ui/ash/session_state_delegate_views.h', |
276 'browser/ui/ash/tabs/dock_info_ash.cc', | 276 'browser/ui/ash/tabs/dock_info_ash.cc', |
277 'browser/ui/ash/tabs/dock_info_ash.h', | 277 'browser/ui/ash/tabs/dock_info_ash.h', |
278 'browser/ui/ash/tabs/dock_info_chromeos.cc', | 278 'browser/ui/ash/tabs/dock_info_chromeos.cc', |
279 'browser/ui/ash/user_action_handler.cc', | 279 'browser/ui/ash/user_action_handler.cc', |
280 'browser/ui/ash/user_action_handler.h', | 280 'browser/ui/ash/user_action_handler.h', |
281 'browser/ui/ash/user_wallpaper_delegate_win.cc', | 281 'browser/ui/ash/solid_color_user_wallpaper_delegate.cc', |
sky
2013/09/30 14:45:53
nit: sort
Elliot Glaysher
2013/09/30 20:53:40
I really wish tools/git/move_source_file.py was s
| |
282 'browser/ui/ash/user_wallpaper_delegate_win.h', | 282 'browser/ui/ash/solid_color_user_wallpaper_delegate.h', |
283 'browser/ui/ash/volume_controller_chromeos.cc', | 283 'browser/ui/ash/volume_controller_chromeos.cc', |
284 'browser/ui/ash/volume_controller_chromeos.h', | 284 'browser/ui/ash/volume_controller_chromeos.h', |
285 'browser/ui/ash/window_positioner.cc', | 285 'browser/ui/ash/window_positioner.cc', |
286 'browser/ui/ash/window_positioner.h', | 286 'browser/ui/ash/window_positioner.h', |
287 'browser/ui/aura/active_desktop_monitor.cc', | 287 'browser/ui/aura/active_desktop_monitor.cc', |
288 'browser/ui/aura/active_desktop_monitor.h', | 288 'browser/ui/aura/active_desktop_monitor.h', |
289 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 289 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
290 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 290 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
291 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 291 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
292 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 292 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
(...skipping 2405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2698 ['toolkit_views==0 or chromeos==1', { | 2698 ['toolkit_views==0 or chromeos==1', { |
2699 'sources!': [ | 2699 'sources!': [ |
2700 'browser/ui/views/message_center/message_center_frame_view.cc', | 2700 'browser/ui/views/message_center/message_center_frame_view.cc', |
2701 'browser/ui/views/message_center/message_center_frame_view.h', | 2701 'browser/ui/views/message_center/message_center_frame_view.h', |
2702 'browser/ui/views/message_center/message_center_widget_delegate.h', | 2702 'browser/ui/views/message_center/message_center_widget_delegate.h', |
2703 'browser/ui/views/message_center/message_center_widget_delegate.cc', | 2703 'browser/ui/views/message_center/message_center_widget_delegate.cc', |
2704 'browser/ui/views/message_center/web_notification_tray.h', | 2704 'browser/ui/views/message_center/web_notification_tray.h', |
2705 'browser/ui/views/message_center/web_notification_tray.cc', | 2705 'browser/ui/views/message_center/web_notification_tray.cc', |
2706 ], | 2706 ], |
2707 }], | 2707 }], |
2708 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { | 2708 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { |
2709 'dependencies': [ | 2709 'dependencies': [ |
2710 # gtk2 is the only component that can interact with gtk2 in our new | 2710 # gtk2 is the only component that can interact with gtk2 in our new |
2711 # world. | 2711 # world. |
2712 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2712 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2713 '../build/linux/system.gyp:gio', | 2713 '../build/linux/system.gyp:gio', |
2714 ], | 2714 ], |
2715 }], | 2715 }], |
2716 ['use_aura==0 or chromeos==1 or OS!="linux"', { | 2716 ['use_aura==0 or chromeos==1 or OS!="linux"', { |
2717 'sources!': [ | 2717 'sources!': [ |
2718 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', | 2718 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', |
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3226 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3226 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3227 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3227 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3228 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3228 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3229 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3229 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3230 ], | 3230 ], |
3231 }], | 3231 }], |
3232 ], | 3232 ], |
3233 }, | 3233 }, |
3234 ], | 3234 ], |
3235 } | 3235 } |
OLD | NEW |