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

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: Compile issues fixed 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 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1799 'browser/ui/views/location_bar/star_view.h', 1799 'browser/ui/views/location_bar/star_view.h',
1800 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 1800 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
1801 'browser/ui/views/location_bar/touchable_location_bar_view.h', 1801 'browser/ui/views/location_bar/touchable_location_bar_view.h',
1802 'browser/ui/views/location_bar/zoom_bubble_view.cc', 1802 'browser/ui/views/location_bar/zoom_bubble_view.cc',
1803 'browser/ui/views/location_bar/zoom_bubble_view.h', 1803 'browser/ui/views/location_bar/zoom_bubble_view.h',
1804 'browser/ui/views/location_bar/zoom_view.cc', 1804 'browser/ui/views/location_bar/zoom_view.cc',
1805 'browser/ui/views/location_bar/zoom_view.h', 1805 'browser/ui/views/location_bar/zoom_view.h',
1806 'browser/ui/views/login_prompt_views.cc', 1806 'browser/ui/views/login_prompt_views.cc',
1807 'browser/ui/views/login_view.cc', 1807 'browser/ui/views/login_view.cc',
1808 'browser/ui/views/login_view.h', 1808 'browser/ui/views/login_view.h',
1809 'browser/ui/views/message_center/notification_bubble_wrapper.h', 1809 'browser/ui/views/message_center/message_center_frame_view.cc',
1810 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 1810 'browser/ui/views/message_center/message_center_frame_view.h',
1811 'browser/ui/views/message_center/message_center_widget_delegate.h',
1812 'browser/ui/views/message_center/message_center_widget_delegate.cc',
1811 'browser/ui/views/message_center/web_notification_tray.h', 1813 'browser/ui/views/message_center/web_notification_tray.h',
1812 'browser/ui/views/message_center/web_notification_tray.cc', 1814 'browser/ui/views/message_center/web_notification_tray.cc',
1813 'browser/ui/views/message_center/web_notification_tray_win.cc', 1815 'browser/ui/views/message_center/web_notification_tray_win.cc',
1814 'browser/ui/views/native_focus_tracker_views.cc', 1816 'browser/ui/views/native_focus_tracker_views.cc',
1815 'browser/ui/views/native_focus_tracker_views.h', 1817 'browser/ui/views/native_focus_tracker_views.h',
1816 'browser/ui/views/native_focus_tracker_views_aura.cc', 1818 'browser/ui/views/native_focus_tracker_views_aura.cc',
1817 'browser/ui/views/native_focus_tracker_views_win.cc', 1819 'browser/ui/views/native_focus_tracker_views_win.cc',
1818 'browser/ui/views/notifications/balloon_collection_views.cc', 1820 'browser/ui/views/notifications/balloon_collection_views.cc',
1819 'browser/ui/views/notifications/balloon_view_host.cc', 1821 'browser/ui/views/notifications/balloon_view_host.cc',
1820 'browser/ui/views/notifications/balloon_view_host.h', 1822 'browser/ui/views/notifications/balloon_view_host.h',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2564 ], 2566 ],
2565 }], 2567 }],
2566 ['use_ash==1', { 2568 ['use_ash==1', {
2567 'dependencies': [ 2569 'dependencies': [
2568 '../ash/ash.gyp:ash', 2570 '../ash/ash.gyp:ash',
2569 '../ash/ash_strings.gyp:ash_strings', 2571 '../ash/ash_strings.gyp:ash_strings',
2570 ], 2572 ],
2571 }], 2573 }],
2572 ['toolkit_views==0 or chromeos==1', { 2574 ['toolkit_views==0 or chromeos==1', {
2573 'sources!': [ 2575 'sources!': [
2574 'browser/ui/views/message_center/notification_bubble_wrapper.h', 2576 'browser/ui/views/message_center/message_center_frame_view.cc',
2575 'browser/ui/views/message_center/notification_bubble_wrapper.cc', 2577 'browser/ui/views/message_center/message_center_frame_view.h',
2578 'browser/ui/views/message_center/message_center_widget_delegate.h',
2579 'browser/ui/views/message_center/message_center_widget_delegate.cc',
2576 'browser/ui/views/message_center/web_notification_tray.h', 2580 'browser/ui/views/message_center/web_notification_tray.h',
2577 'browser/ui/views/message_center/web_notification_tray.cc', 2581 'browser/ui/views/message_center/web_notification_tray.cc',
2578 ], 2582 ],
2579 }], 2583 }],
2580 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', { 2584 ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
2581 'dependencies': [ 2585 'dependencies': [
2582 # gtk2 is the only component that can interact with gtk2 in our new 2586 # gtk2 is the only component that can interact with gtk2 in our new
2583 # world. 2587 # world.
2584 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2588 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2585 '../ui/linux_ui/linux_ui.gyp:linux_ui', 2589 '../ui/linux_ui/linux_ui.gyp:linux_ui',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
3014 ['enable_google_now==0', { 3018 ['enable_google_now==0', {
3015 'sources!': [ 3019 'sources!': [
3016 'browser/ui/webui/options/geolocation_options_handler.cc', 3020 'browser/ui/webui/options/geolocation_options_handler.cc',
3017 'browser/ui/webui/options/geolocation_options_handler.h', 3021 'browser/ui/webui/options/geolocation_options_handler.h',
3018 ], 3022 ],
3019 }], 3023 }],
3020 ], 3024 ],
3021 }, 3025 },
3022 ], 3026 ],
3023 } 3027 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698