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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address sky/msw comments + rebase. Created 7 years, 10 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
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 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1642 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1643 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1643 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1644 'browser/ui/views/location_bar/zoom_bubble_view.h', 1644 'browser/ui/views/location_bar/zoom_bubble_view.h',
1645 'browser/ui/views/location_bar/zoom_view.cc', 1645 'browser/ui/views/location_bar/zoom_view.cc',
1646 'browser/ui/views/location_bar/zoom_view.h', 1646 'browser/ui/views/location_bar/zoom_view.h',
1647 'browser/ui/views/location_bar/web_intents_button_view.cc', 1647 'browser/ui/views/location_bar/web_intents_button_view.cc',
1648 'browser/ui/views/location_bar/web_intents_button_view.h', 1648 'browser/ui/views/location_bar/web_intents_button_view.h',
1649 'browser/ui/views/login_prompt_views.cc', 1649 'browser/ui/views/login_prompt_views.cc',
1650 'browser/ui/views/login_view.cc', 1650 'browser/ui/views/login_view.cc',
1651 'browser/ui/views/login_view.h', 1651 'browser/ui/views/login_view.h',
1652 'browser/ui/views/message_center/notification_bubble_wrapper_win.h',
1653 'browser/ui/views/message_center/notification_bubble_wrapper_win.cc',
1654 'browser/ui/views/message_center/web_notification_tray_win.h',
1655 'browser/ui/views/message_center/web_notification_tray_win.cc',
1652 'browser/ui/views/missing_system_file_dialog_win.cc', 1656 'browser/ui/views/missing_system_file_dialog_win.cc',
1653 'browser/ui/views/missing_system_file_dialog_win.h', 1657 'browser/ui/views/missing_system_file_dialog_win.h',
1654 'browser/ui/views/native_constrained_window_aura.cc', 1658 'browser/ui/views/native_constrained_window_aura.cc',
1655 'browser/ui/views/native_constrained_window_win.cc', 1659 'browser/ui/views/native_constrained_window_win.cc',
1656 'browser/ui/views/notifications/balloon_collection_views.cc', 1660 'browser/ui/views/notifications/balloon_collection_views.cc',
1657 'browser/ui/views/notifications/balloon_view_host.cc', 1661 'browser/ui/views/notifications/balloon_view_host.cc',
1658 'browser/ui/views/notifications/balloon_view_host.h', 1662 'browser/ui/views/notifications/balloon_view_host.h',
1659 'browser/ui/views/notifications/balloon_view_views.cc', 1663 'browser/ui/views/notifications/balloon_view_views.cc',
1660 'browser/ui/views/notifications/balloon_view_views.h', 1664 'browser/ui/views/notifications/balloon_view_views.h',
1661 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', 1665 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 }], 2790 }],
2787 ['enable_message_center==1', { 2791 ['enable_message_center==1', {
2788 'dependencies': [ 2792 'dependencies': [
2789 '../ui/message_center/message_center.gyp:message_center', 2793 '../ui/message_center/message_center.gyp:message_center',
2790 ], 2794 ],
2791 }], 2795 }],
2792 ], 2796 ],
2793 }, 2797 },
2794 ], 2798 ],
2795 } 2799 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698