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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6260040: Reapply and fix r73019. BalloonViewImpl has a different implemementation on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/gtk/notifications/balloon_view_gtk.h ('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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'browser/net/websocket_experiment/websocket_experiment_task.cc', 1894 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1895 'browser/net/websocket_experiment/websocket_experiment_task.h', 1895 'browser/net/websocket_experiment/websocket_experiment_task.h',
1896 'browser/notifications/balloon.cc', 1896 'browser/notifications/balloon.cc',
1897 'browser/notifications/balloon.h', 1897 'browser/notifications/balloon.h',
1898 'browser/notifications/balloon_host.h', 1898 'browser/notifications/balloon_host.h',
1899 'browser/notifications/balloon_host.cc', 1899 'browser/notifications/balloon_host.cc',
1900 'browser/notifications/balloon_collection.cc', 1900 'browser/notifications/balloon_collection.cc',
1901 'browser/notifications/balloon_collection.h', 1901 'browser/notifications/balloon_collection.h',
1902 'browser/notifications/balloon_collection_base.cc', 1902 'browser/notifications/balloon_collection_base.cc',
1903 'browser/notifications/balloon_collection_base.h', 1903 'browser/notifications/balloon_collection_base.h',
1904 'browser/notifications/balloon_collection_impl.cc',
1904 'browser/notifications/balloon_collection_impl.h', 1905 'browser/notifications/balloon_collection_impl.h',
1905 'browser/notifications/balloon_collection_win.cc', 1906 'browser/notifications/balloon_collection_win.cc',
1906 'browser/notifications/balloon_collection_mac.mm', 1907 'browser/notifications/balloon_collection_mac.mm',
1907 'browser/notifications/balloon_collection_linux.cc', 1908 'browser/notifications/balloon_collection_linux.cc',
1908 'browser/notifications/desktop_notification_service.cc', 1909 'browser/notifications/desktop_notification_service.cc',
1909 'browser/notifications/desktop_notification_service.h', 1910 'browser/notifications/desktop_notification_service.h',
1910 'browser/notifications/notification.cc', 1911 'browser/notifications/notification.cc',
1911 'browser/notifications/notification.h', 1912 'browser/notifications/notification.h',
1912 'browser/notifications/notification_delegate.h', 1913 'browser/notifications/notification_delegate.h',
1913 'browser/notifications/notification_exceptions_table_model.cc', 1914 'browser/notifications/notification_exceptions_table_model.cc',
(...skipping 2436 matching lines...) Expand 10 before | Expand all | Expand 10 after
4350 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'], 4351 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'],
4351 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'], 4352 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'],
4352 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'], 4353 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'],
4353 ], 4354 ],
4354 }], 4355 }],
4355 ['OS=="linux" and chromeos==1',{ 4356 ['OS=="linux" and chromeos==1',{
4356 'sources/': [ 4357 'sources/': [
4357 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], 4358 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
4358 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], 4359 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4359 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], 4360 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
4360 ['exclude', '^browser/notifications/balloon_collection.cc'], 4361 ['exclude', '^browser/notifications/balloon_collection_impl.cc'] ,
4361 ['exclude', '^browser/notifications/balloon_collection_impl.h'], 4362 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
4362 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], 4363 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ],
4363 ], 4364 ],
4364 'dependencies': [ 4365 'dependencies': [
4365 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 4366 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4366 '../third_party/protobuf/protobuf.gyp:protoc#host', 4367 '../third_party/protobuf/protobuf.gyp:protoc#host',
4367 ], 4368 ],
4368 'conditions': [ 4369 'conditions': [
4369 ['system_libcros==0', { 4370 ['system_libcros==0', {
4370 'dependencies': [ 4371 'dependencies': [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
4589 ], 4590 ],
4590 }, 4591 },
4591 ], 4592 ],
4592 } 4593 }
4593 4594
4594 # Local Variables: 4595 # Local Variables:
4595 # tab-width:2 4596 # tab-width:2
4596 # indent-tabs-mode:nil 4597 # indent-tabs-mode:nil
4597 # End: 4598 # End:
4598 # vim: set expandtab tabstop=2 shiftwidth=2: 4599 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/notifications/balloon_view_gtk.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698