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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8355042: aura: Use the existing notification system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 4784 matching lines...) Expand 10 before | Expand all | Expand 10 after
4795 ['include', '^browser/ui/views/location_bar/location_icon_view.c c'], 4795 ['include', '^browser/ui/views/location_bar/location_icon_view.c c'],
4796 ['include', '^browser/ui/views/location_bar/location_icon_view.h '], 4796 ['include', '^browser/ui/views/location_bar/location_icon_view.h '],
4797 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.cc'], 4797 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.cc'],
4798 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.h'], 4798 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.h'],
4799 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.cc'], 4799 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.cc'],
4800 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.h'], 4800 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.h'],
4801 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.cc'], 4801 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.cc'],
4802 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.h'], 4802 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.h'],
4803 ['include', '^browser/ui/views/location_bar/star_view.cc'], 4803 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4804 ['include', '^browser/ui/views/location_bar/star_view.h'], 4804 ['include', '^browser/ui/views/location_bar/star_view.h'],
4805 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4806 ['include', '^browser/ui/views/notifications/balloon_view.h'],
4805 ['include', '^browser/ui/views/notifications/balloon_view_host.c c'], 4807 ['include', '^browser/ui/views/notifications/balloon_view_host.c c'],
4806 ['include', '^browser/ui/views/notifications/balloon_view_host.h '], 4808 ['include', '^browser/ui/views/notifications/balloon_view_host.h '],
4807 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'], 4809 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'],
4808 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'], 4810 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'],
4809 ['include', '^browser/ui/views/page_info_bubble_view.cc'], 4811 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
4810 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'], 4812 ['include', '^browser/ui/views/pinned_contents_info_bubble.cc'],
4811 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'], 4813 ['include', '^browser/ui/views/pinned_contents_info_bubble.h'],
4812 ['include', '^browser/ui/views/profile_tag_view.cc'], 4814 ['include', '^browser/ui/views/profile_tag_view.cc'],
4813 ['include', '^browser/ui/views/profile_tag_view.h'], 4815 ['include', '^browser/ui/views/profile_tag_view.h'],
4814 ['include', '^browser/ui/views/reload_button.cc'], 4816 ['include', '^browser/ui/views/reload_button.cc'],
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
5010 ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], 5012 ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
5011 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.cc'], 5013 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
5012 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.h'], 5014 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.h'],
5013 ['exclude', '^browser/ui/gtk/ssl_client_certificate_selector.cc' ], 5015 ['exclude', '^browser/ui/gtk/ssl_client_certificate_selector.cc' ],
5014 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc' ], 5016 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc' ],
5015 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_x11.cc'], 5017 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_x11.cc'],
5016 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'], 5018 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'],
5017 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.*'], 5019 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.*'],
5018 ], 5020 ],
5019 }], 5021 }],
5022 # chromeos notifications are not used in aura.
5023 ['chromeos==1 and use_aura==0', {
5024 'sources/': [
5025 ['exclude', '^browser/notifications/balloon_collection_impl.cc'] ,
5026 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
5027 ['exclude', '^browser/notifications/balloon_collection_views.cc' ],
5028 ],
5029 }],
5020 ['chromeos==1',{ 5030 ['chromeos==1',{
5021 'sources/': [ 5031 'sources/': [
5022 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'], 5032 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'],
5023 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'], 5033 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'],
5024 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'], 5034 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'],
5025 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'], 5035 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'],
5026 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'], 5036 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'],
5027 ['exclude', '^browser/download/download_shelf.h'], 5037 ['exclude', '^browser/download/download_shelf.h'],
5028 ['exclude', '^browser/download/download_shelf_context_menu.cc'], 5038 ['exclude', '^browser/download/download_shelf_context_menu.cc'],
5029 ['exclude', '^browser/download/download_shelf_context_menu.h'], 5039 ['exclude', '^browser/download/download_shelf_context_menu.h'],
5030 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], 5040 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
5031 ['exclude', '^browser/notifications/balloon_collection_impl.cc'] ,
5032 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
5033 ['exclude', '^browser/notifications/balloon_collection_gtk.cc'], 5041 ['exclude', '^browser/notifications/balloon_collection_gtk.cc'],
5034 ['exclude', '^browser/notifications/balloon_collection_views.cc' ],
5035 ['exclude', '^browser/ui/views/download/download_item_view.cc'], 5042 ['exclude', '^browser/ui/views/download/download_item_view.cc'],
5036 ['exclude', '^browser/ui/views/download/download_item_view.h'], 5043 ['exclude', '^browser/ui/views/download/download_item_view.h'],
5037 ['exclude', '^browser/ui/views/download/download_shelf_context_m enu_view.cc'], 5044 ['exclude', '^browser/ui/views/download/download_shelf_context_m enu_view.cc'],
5038 ['exclude', '^browser/ui/views/download/download_shelf_context_m enu_view.h'], 5045 ['exclude', '^browser/ui/views/download/download_shelf_context_m enu_view.h'],
5039 ['exclude', '^browser/ui/views/download/download_shelf_view.cc'] , 5046 ['exclude', '^browser/ui/views/download/download_shelf_view.cc'] ,
5040 ['exclude', '^browser/ui/views/download/download_shelf_view.h'], 5047 ['exclude', '^browser/ui/views/download/download_shelf_view.h'],
5041 ], 5048 ],
5042 'dependencies': [ 5049 'dependencies': [
5043 '../dbus/dbus.gyp:dbus', 5050 '../dbus/dbus.gyp:dbus',
5044 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 5051 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 'type': 'static_library', 5241 'type': 'static_library',
5235 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5236 'variables': { 5243 'variables': {
5237 'proto_in_dir': 'browser/history', 5244 'proto_in_dir': 'browser/history',
5238 'proto_out_dir': 'chrome/browser/history', 5245 'proto_out_dir': 'chrome/browser/history',
5239 }, 5246 },
5240 'includes': [ '../build/protoc.gypi' ] 5247 'includes': [ '../build/protoc.gypi' ]
5241 }, 5248 },
5242 ], 5249 ],
5243 } 5250 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698