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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments applied Created 7 years, 5 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 | Annotate | Revision Log
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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'browser/ui/views/location_bar/star_view.h', 1807 'browser/ui/views/location_bar/star_view.h',
1808 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1808 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1809 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1809 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1810 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1810 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1811 'browser/ui/views/location_bar/zoom_bubble_view.h', 1811 'browser/ui/views/location_bar/zoom_bubble_view.h',
1812 'browser/ui/views/location_bar/zoom_view.cc', 1812 'browser/ui/views/location_bar/zoom_view.cc',
1813 'browser/ui/views/location_bar/zoom_view.h', 1813 'browser/ui/views/location_bar/zoom_view.h',
1814 'browser/ui/views/login_prompt_views.cc', 1814 'browser/ui/views/login_prompt_views.cc',
1815 'browser/ui/views/login_view.cc', 1815 'browser/ui/views/login_view.cc',
1816 'browser/ui/views/login_view.h', 1816 'browser/ui/views/login_view.h',
1817 'browser/ui/views/message_center/notification_bubble_wrapper.h', 1817 'browser/ui/views/message_center/message_center_frame_view.cc',
1818 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 1818 'browser/ui/views/message_center/message_center_frame_view.h',
1819 'browser/ui/views/message_center/message_center_widget_delegate.h',
1820 'browser/ui/views/message_center/message_center_widget_delegate.cc',
1819 'browser/ui/views/message_center/web_notification_tray.h', 1821 'browser/ui/views/message_center/web_notification_tray.h',
1820 'browser/ui/views/message_center/web_notification_tray.cc', 1822 'browser/ui/views/message_center/web_notification_tray.cc',
1821 'browser/ui/views/message_center/web_notification_tray_win.cc', 1823 'browser/ui/views/message_center/web_notification_tray_win.cc',
1822 'browser/ui/views/native_focus_tracker_views.cc', 1824 'browser/ui/views/native_focus_tracker_views.cc',
1823 'browser/ui/views/native_focus_tracker_views.h', 1825 'browser/ui/views/native_focus_tracker_views.h',
1824 'browser/ui/views/native_focus_tracker_views_aura.cc', 1826 'browser/ui/views/native_focus_tracker_views_aura.cc',
1825 'browser/ui/views/native_focus_tracker_views_win.cc', 1827 'browser/ui/views/native_focus_tracker_views_win.cc',
1826 'browser/ui/views/notifications/balloon_collection_views.cc', 1828 'browser/ui/views/notifications/balloon_collection_views.cc',
1827 'browser/ui/views/notifications/balloon_view_host.cc', 1829 'browser/ui/views/notifications/balloon_view_host.cc',
1828 'browser/ui/views/notifications/balloon_view_host.h', 1830 'browser/ui/views/notifications/balloon_view_host.h',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 '../ash/ash.gyp:ash', 2588 '../ash/ash.gyp:ash',
2587 '../ash/ash_strings.gyp:ash_strings', 2589 '../ash/ash_strings.gyp:ash_strings',
2588 ], 2590 ],
2589 }, { # use_ash==0 2591 }, { # use_ash==0
2590 'sources': [ 2592 'sources': [
2591 'browser/ui/views/touch_uma/touch_uma.cc', 2593 'browser/ui/views/touch_uma/touch_uma.cc',
2592 ], 2594 ],
2593 }], 2595 }],
2594 ['toolkit_views==0 or chromeos==1', { 2596 ['toolkit_views==0 or chromeos==1', {
2595 'sources!': [ 2597 'sources!': [
2596 'browser/ui/views/message_center/notification_bubble_wrapper.h', 2598 'browser/ui/views/message_center/message_center_frame_view.cc',
2597 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 2599 'browser/ui/views/message_center/message_center_frame_view.h',
2600 'browser/ui/views/message_center/message_center_widget_delegate.h',
2601 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2598 'browser/ui/views/message_center/web_notification_tray.h', 2602 'browser/ui/views/message_center/web_notification_tray.h',
2599 'browser/ui/views/message_center/web_notification_tray.cc', 2603 'browser/ui/views/message_center/web_notification_tray.cc',
2600 ], 2604 ],
2601 }], 2605 }],
2602 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2606 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2603 'dependencies': [ 2607 'dependencies': [
2604 # gtk2 is the only component that can interact with gtk2 in our new 2608 # gtk2 is the only component that can interact with gtk2 in our new
2605 # world. 2609 # world.
2606 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2610 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2607 '../ui/linux_ui/linux_ui.gyp:linux_ui', 2611 '../ui/linux_ui/linux_ui.gyp:linux_ui',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 ['enable_webrtc==0', { 3048 ['enable_webrtc==0', {
3045 'sources!': [ 3049 'sources!': [
3046 'browser/ui/webui/media/webrtc_logs_ui.cc', 3050 'browser/ui/webui/media/webrtc_logs_ui.cc',
3047 'browser/ui/webui/media/webrtc_logs_ui.h', 3051 'browser/ui/webui/media/webrtc_logs_ui.h',
3048 ], 3052 ],
3049 }], 3053 }],
3050 ], 3054 ],
3051 }, 3055 },
3052 ], 3056 ],
3053 } 3057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698