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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar fixes. Created 7 years, 6 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 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 'browser/ui/views/location_bar/zoom_bubble_view.h', 1794 'browser/ui/views/location_bar/zoom_bubble_view.h',
1795 'browser/ui/views/location_bar/zoom_view.cc', 1795 'browser/ui/views/location_bar/zoom_view.cc',
1796 'browser/ui/views/location_bar/zoom_view.h', 1796 'browser/ui/views/location_bar/zoom_view.h',
1797 'browser/ui/views/login_prompt_views.cc', 1797 'browser/ui/views/login_prompt_views.cc',
1798 'browser/ui/views/login_view.cc', 1798 'browser/ui/views/login_view.cc',
1799 'browser/ui/views/login_view.h', 1799 'browser/ui/views/login_view.h',
1800 'browser/ui/views/message_center/notification_bubble_wrapper.h', 1800 'browser/ui/views/message_center/notification_bubble_wrapper.h',
1801 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 1801 'browser/ui/views/message_center/notification_bubble_wrapper.cc',
1802 'browser/ui/views/message_center/web_notification_tray.h', 1802 'browser/ui/views/message_center/web_notification_tray.h',
1803 'browser/ui/views/message_center/web_notification_tray.cc', 1803 'browser/ui/views/message_center/web_notification_tray.cc',
1804 'browser/ui/views/message_center/web_notification_tray_win.cc',
1804 'browser/ui/views/native_focus_tracker_views.cc', 1805 'browser/ui/views/native_focus_tracker_views.cc',
1805 'browser/ui/views/native_focus_tracker_views.h', 1806 'browser/ui/views/native_focus_tracker_views.h',
1806 'browser/ui/views/native_focus_tracker_views_aura.cc', 1807 'browser/ui/views/native_focus_tracker_views_aura.cc',
1807 'browser/ui/views/native_focus_tracker_views_win.cc', 1808 'browser/ui/views/native_focus_tracker_views_win.cc',
1808 'browser/ui/views/notifications/balloon_collection_views.cc', 1809 'browser/ui/views/notifications/balloon_collection_views.cc',
1809 'browser/ui/views/notifications/balloon_view_host.cc', 1810 'browser/ui/views/notifications/balloon_view_host.cc',
1810 'browser/ui/views/notifications/balloon_view_host.h', 1811 'browser/ui/views/notifications/balloon_view_host.h',
1811 'browser/ui/views/notifications/balloon_view_views.cc', 1812 'browser/ui/views/notifications/balloon_view_views.cc',
1812 'browser/ui/views/notifications/balloon_view_views.h', 1813 'browser/ui/views/notifications/balloon_view_views.h',
1813 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc', 1814 'browser/ui/views/omnibox/omnibox_popup_contents_view.cc',
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
3006 ['enable_google_now==0', { 3007 ['enable_google_now==0', {
3007 'sources!': [ 3008 'sources!': [
3008 'browser/ui/webui/options/geolocation_options_handler.cc', 3009 'browser/ui/webui/options/geolocation_options_handler.cc',
3009 'browser/ui/webui/options/geolocation_options_handler.h', 3010 'browser/ui/webui/options/geolocation_options_handler.h',
3010 ], 3011 ],
3011 }], 3012 }],
3012 ], 3013 ],
3013 }, 3014 },
3014 ], 3015 ],
3015 } 3016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698