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

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: Moved icon resources 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 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 'browser/ui/views/location_bar/star_view.h', 1802 'browser/ui/views/location_bar/star_view.h',
1803 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1803 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1804 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1804 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1805 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1805 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1806 'browser/ui/views/location_bar/zoom_bubble_view.h', 1806 'browser/ui/views/location_bar/zoom_bubble_view.h',
1807 'browser/ui/views/location_bar/zoom_view.cc', 1807 'browser/ui/views/location_bar/zoom_view.cc',
1808 'browser/ui/views/location_bar/zoom_view.h', 1808 'browser/ui/views/location_bar/zoom_view.h',
1809 'browser/ui/views/login_prompt_views.cc', 1809 'browser/ui/views/login_prompt_views.cc',
1810 'browser/ui/views/login_view.cc', 1810 'browser/ui/views/login_view.cc',
1811 'browser/ui/views/login_view.h', 1811 'browser/ui/views/login_view.h',
1812 'browser/ui/views/message_center/notification_bubble_wrapper.h', 1812 'browser/ui/views/message_center/message_center_frame_view.cc',
1813 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 1813 'browser/ui/views/message_center/message_center_frame_view.h',
1814 'browser/ui/views/message_center/message_center_widget_delegate.h',
1815 'browser/ui/views/message_center/message_center_widget_delegate.cc',
1814 'browser/ui/views/message_center/web_notification_tray.h', 1816 'browser/ui/views/message_center/web_notification_tray.h',
1815 'browser/ui/views/message_center/web_notification_tray.cc', 1817 'browser/ui/views/message_center/web_notification_tray.cc',
1816 'browser/ui/views/message_center/web_notification_tray_win.cc', 1818 'browser/ui/views/message_center/web_notification_tray_win.cc',
1817 'browser/ui/views/native_focus_tracker_views.cc', 1819 'browser/ui/views/native_focus_tracker_views.cc',
1818 'browser/ui/views/native_focus_tracker_views.h', 1820 'browser/ui/views/native_focus_tracker_views.h',
1819 'browser/ui/views/native_focus_tracker_views_aura.cc', 1821 'browser/ui/views/native_focus_tracker_views_aura.cc',
1820 'browser/ui/views/native_focus_tracker_views_win.cc', 1822 'browser/ui/views/native_focus_tracker_views_win.cc',
1821 'browser/ui/views/notifications/balloon_collection_views.cc', 1823 'browser/ui/views/notifications/balloon_collection_views.cc',
1822 'browser/ui/views/notifications/balloon_view_host.cc', 1824 'browser/ui/views/notifications/balloon_view_host.cc',
1823 'browser/ui/views/notifications/balloon_view_host.h', 1825 'browser/ui/views/notifications/balloon_view_host.h',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2581 '../ash/ash.gyp:ash', 2583 '../ash/ash.gyp:ash',
2582 '../ash/ash_strings.gyp:ash_strings', 2584 '../ash/ash_strings.gyp:ash_strings',
2583 ], 2585 ],
2584 }, { # use_ash==0 2586 }, { # use_ash==0
2585 'sources': [ 2587 'sources': [
2586 'browser/ui/views/touch_uma/touch_uma.cc', 2588 'browser/ui/views/touch_uma/touch_uma.cc',
2587 ], 2589 ],
2588 }], 2590 }],
2589 ['toolkit_views==0 or chromeos==1', { 2591 ['toolkit_views==0 or chromeos==1', {
2590 'sources!': [ 2592 'sources!': [
2591 'browser/ui/views/message_center/notification_bubble_wrapper.h', 2593 'browser/ui/views/message_center/message_center_frame_view.cc',
2592 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 2594 'browser/ui/views/message_center/message_center_frame_view.h',
2595 'browser/ui/views/message_center/message_center_widget_delegate.h',
2596 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2593 'browser/ui/views/message_center/web_notification_tray.h', 2597 'browser/ui/views/message_center/web_notification_tray.h',
2594 'browser/ui/views/message_center/web_notification_tray.cc', 2598 'browser/ui/views/message_center/web_notification_tray.cc',
2595 ], 2599 ],
2596 }], 2600 }],
2597 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2601 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2598 'dependencies': [ 2602 'dependencies': [
2599 # gtk2 is the only component that can interact with gtk2 in our new 2603 # gtk2 is the only component that can interact with gtk2 in our new
2600 # world. 2604 # world.
2601 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2605 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2602 '../ui/linux_ui/linux_ui.gyp:linux_ui', 2606 '../ui/linux_ui/linux_ui.gyp:linux_ui',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['enable_webrtc==0', { 3043 ['enable_webrtc==0', {
3040 'sources!': [ 3044 'sources!': [
3041 'browser/ui/webui/media/webrtc_logs_ui.cc', 3045 'browser/ui/webui/media/webrtc_logs_ui.cc',
3042 'browser/ui/webui/media/webrtc_logs_ui.h', 3046 'browser/ui/webui/media/webrtc_logs_ui.h',
3043 ], 3047 ],
3044 }], 3048 }],
3045 ], 3049 ],
3046 }, 3050 },
3047 ], 3051 ],
3048 } 3052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698