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

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: 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 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 'browser/ui/views/location_bar/star_view.h', 1815 'browser/ui/views/location_bar/star_view.h',
1816 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1816 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1817 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1817 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1818 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1818 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1819 'browser/ui/views/location_bar/zoom_bubble_view.h', 1819 'browser/ui/views/location_bar/zoom_bubble_view.h',
1820 'browser/ui/views/location_bar/zoom_view.cc', 1820 'browser/ui/views/location_bar/zoom_view.cc',
1821 'browser/ui/views/location_bar/zoom_view.h', 1821 'browser/ui/views/location_bar/zoom_view.h',
1822 'browser/ui/views/login_prompt_views.cc', 1822 'browser/ui/views/login_prompt_views.cc',
1823 'browser/ui/views/login_view.cc', 1823 'browser/ui/views/login_view.cc',
1824 'browser/ui/views/login_view.h', 1824 'browser/ui/views/login_view.h',
1825 'browser/ui/views/message_center/notification_bubble_wrapper.h', 1825 'browser/ui/views/message_center/message_center_frame_view.cc',
1826 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 1826 'browser/ui/views/message_center/message_center_frame_view.h',
1827 'browser/ui/views/message_center/message_center_widget_delegate.h',
1828 'browser/ui/views/message_center/message_center_widget_delegate.cc',
1827 'browser/ui/views/message_center/web_notification_tray.h', 1829 'browser/ui/views/message_center/web_notification_tray.h',
1828 'browser/ui/views/message_center/web_notification_tray.cc', 1830 'browser/ui/views/message_center/web_notification_tray.cc',
1829 'browser/ui/views/message_center/web_notification_tray_win.cc', 1831 'browser/ui/views/message_center/web_notification_tray_win.cc',
1830 'browser/ui/views/native_focus_tracker_views.cc', 1832 'browser/ui/views/native_focus_tracker_views.cc',
1831 'browser/ui/views/native_focus_tracker_views.h', 1833 'browser/ui/views/native_focus_tracker_views.h',
1832 'browser/ui/views/native_focus_tracker_views_aura.cc', 1834 'browser/ui/views/native_focus_tracker_views_aura.cc',
1833 'browser/ui/views/native_focus_tracker_views_win.cc', 1835 'browser/ui/views/native_focus_tracker_views_win.cc',
1834 'browser/ui/views/notifications/balloon_collection_views.cc', 1836 'browser/ui/views/notifications/balloon_collection_views.cc',
1835 'browser/ui/views/notifications/balloon_view_host.cc', 1837 'browser/ui/views/notifications/balloon_view_host.cc',
1836 'browser/ui/views/notifications/balloon_view_host.h', 1838 'browser/ui/views/notifications/balloon_view_host.h',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 '../ash/ash.gyp:ash', 2600 '../ash/ash.gyp:ash',
2599 '../ash/ash_strings.gyp:ash_strings', 2601 '../ash/ash_strings.gyp:ash_strings',
2600 ], 2602 ],
2601 }, { # use_ash==0 2603 }, { # use_ash==0
2602 'sources': [ 2604 'sources': [
2603 'browser/ui/views/touch_uma/touch_uma.cc', 2605 'browser/ui/views/touch_uma/touch_uma.cc',
2604 ], 2606 ],
2605 }], 2607 }],
2606 ['toolkit_views==0 or chromeos==1', { 2608 ['toolkit_views==0 or chromeos==1', {
2607 'sources!': [ 2609 'sources!': [
2608 'browser/ui/views/message_center/notification_bubble_wrapper.h', 2610 'browser/ui/views/message_center/message_center_frame_view.cc',
2609 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 2611 'browser/ui/views/message_center/message_center_frame_view.h',
2612 'browser/ui/views/message_center/message_center_widget_delegate.h',
2613 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2610 'browser/ui/views/message_center/web_notification_tray.h', 2614 'browser/ui/views/message_center/web_notification_tray.h',
2611 'browser/ui/views/message_center/web_notification_tray.cc', 2615 'browser/ui/views/message_center/web_notification_tray.cc',
2612 ], 2616 ],
2613 }], 2617 }],
2614 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2618 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2615 'dependencies': [ 2619 'dependencies': [
2616 # gtk2 is the only component that can interact with gtk2 in our new 2620 # gtk2 is the only component that can interact with gtk2 in our new
2617 # world. 2621 # world.
2618 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2622 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2619 '../ui/linux_ui/linux_ui.gyp:linux_ui', 2623 '../ui/linux_ui/linux_ui.gyp:linux_ui',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 ['enable_webrtc==0', { 3060 ['enable_webrtc==0', {
3057 'sources!': [ 3061 'sources!': [
3058 'browser/ui/webui/media/webrtc_logs_ui.cc', 3062 'browser/ui/webui/media/webrtc_logs_ui.cc',
3059 'browser/ui/webui/media/webrtc_logs_ui.h', 3063 'browser/ui/webui/media/webrtc_logs_ui.h',
3060 ], 3064 ],
3061 }], 3065 }],
3062 ], 3066 ],
3063 }, 3067 },
3064 ], 3068 ],
3065 } 3069 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698