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 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1791 'browser/ui/views/location_bar/zoom_bubble_view.h', | 1791 'browser/ui/views/location_bar/zoom_bubble_view.h', |
1792 'browser/ui/views/location_bar/zoom_view.cc', | 1792 'browser/ui/views/location_bar/zoom_view.cc', |
1793 'browser/ui/views/location_bar/zoom_view.h', | 1793 'browser/ui/views/location_bar/zoom_view.h', |
1794 'browser/ui/views/login_prompt_views.cc', | 1794 'browser/ui/views/login_prompt_views.cc', |
1795 'browser/ui/views/login_view.cc', | 1795 'browser/ui/views/login_view.cc', |
1796 'browser/ui/views/login_view.h', | 1796 'browser/ui/views/login_view.h', |
1797 'browser/ui/views/message_center/notification_bubble_wrapper.h', | 1797 'browser/ui/views/message_center/notification_bubble_wrapper.h', |
1798 'browser/ui/views/message_center/notification_bubble_wrapper.cc', | 1798 'browser/ui/views/message_center/notification_bubble_wrapper.cc', |
1799 'browser/ui/views/message_center/web_notification_tray.h', | 1799 'browser/ui/views/message_center/web_notification_tray.h', |
1800 'browser/ui/views/message_center/web_notification_tray.cc', | 1800 'browser/ui/views/message_center/web_notification_tray.cc', |
| 1801 'browser/ui/views/message_center/web_notification_tray_win.cc', |
1801 'browser/ui/views/native_focus_tracker_views.cc', | 1802 'browser/ui/views/native_focus_tracker_views.cc', |
1802 'browser/ui/views/native_focus_tracker_views.h', | 1803 'browser/ui/views/native_focus_tracker_views.h', |
1803 'browser/ui/views/native_focus_tracker_views_aura.cc', | 1804 'browser/ui/views/native_focus_tracker_views_aura.cc', |
1804 'browser/ui/views/native_focus_tracker_views_win.cc', | 1805 'browser/ui/views/native_focus_tracker_views_win.cc', |
1805 'browser/ui/views/notifications/balloon_collection_views.cc', | 1806 'browser/ui/views/notifications/balloon_collection_views.cc', |
1806 'browser/ui/views/notifications/balloon_view_host.cc', | 1807 'browser/ui/views/notifications/balloon_view_host.cc', |
1807 'browser/ui/views/notifications/balloon_view_host.h', | 1808 'browser/ui/views/notifications/balloon_view_host.h', |
1808 'browser/ui/views/notifications/balloon_view_views.cc', | 1809 'browser/ui/views/notifications/balloon_view_views.cc', |
1809 'browser/ui/views/notifications/balloon_view_views.h', | 1810 'browser/ui/views/notifications/balloon_view_views.h', |
1810 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', | 1811 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3003 ['enable_google_now==0', { | 3004 ['enable_google_now==0', { |
3004 'sources!': [ | 3005 'sources!': [ |
3005 'browser/ui/webui/options/geolocation_options_handler.cc', | 3006 'browser/ui/webui/options/geolocation_options_handler.cc', |
3006 'browser/ui/webui/options/geolocation_options_handler.h', | 3007 'browser/ui/webui/options/geolocation_options_handler.h', |
3007 ], | 3008 ], |
3008 }], | 3009 }], |
3009 ], | 3010 ], |
3010 }, | 3011 }, |
3011 ], | 3012 ], |
3012 } | 3013 } |
OLD | NEW |