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 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2658 'browser/ui/views/message_center/message_center_widget_delegate.cc', | 2658 'browser/ui/views/message_center/message_center_widget_delegate.cc', |
2659 'browser/ui/views/message_center/web_notification_tray.h', | 2659 'browser/ui/views/message_center/web_notification_tray.h', |
2660 'browser/ui/views/message_center/web_notification_tray.cc', | 2660 'browser/ui/views/message_center/web_notification_tray.cc', |
2661 ], | 2661 ], |
2662 }], | 2662 }], |
2663 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { | 2663 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { |
2664 'dependencies': [ | 2664 'dependencies': [ |
2665 # gtk2 is the only component that can interact with gtk2 in our new | 2665 # gtk2 is the only component that can interact with gtk2 in our new |
2666 # world. | 2666 # world. |
2667 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2667 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2668 '../ui/linux_ui/linux_ui.gyp:linux_ui', | |
2669 '../build/linux/system.gyp:gio', | 2668 '../build/linux/system.gyp:gio', |
2670 ], | 2669 ], |
2671 }], | 2670 }], |
2672 ['use_aura==0 or chromeos==1 or OS!="linux"', { | 2671 ['use_aura==0 or chromeos==1 or OS!="linux"', { |
2673 'sources!': [ | 2672 'sources!': [ |
2674 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', | 2673 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', |
2675 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', | 2674 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', |
2676 ], | 2675 ], |
2677 }], | 2676 }], |
2678 ['use_aura==1', { | 2677 ['use_aura==1', { |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3177 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3176 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3178 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3177 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3179 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3178 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3180 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3179 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3181 ], | 3180 ], |
3182 }], | 3181 }], |
3183 ], | 3182 ], |
3184 }, | 3183 }, |
3185 ], | 3184 ], |
3186 } | 3185 } |
OLD | NEW |