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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6400006: Fix style problems in Balloon stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'browser/net/websocket_experiment/websocket_experiment_task.cc', 1885 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1886 'browser/net/websocket_experiment/websocket_experiment_task.h', 1886 'browser/net/websocket_experiment/websocket_experiment_task.h',
1887 'browser/notifications/balloon.cc', 1887 'browser/notifications/balloon.cc',
1888 'browser/notifications/balloon.h', 1888 'browser/notifications/balloon.h',
1889 'browser/notifications/balloon_host.h', 1889 'browser/notifications/balloon_host.h',
1890 'browser/notifications/balloon_host.cc', 1890 'browser/notifications/balloon_host.cc',
1891 'browser/notifications/balloon_collection.cc', 1891 'browser/notifications/balloon_collection.cc',
1892 'browser/notifications/balloon_collection.h', 1892 'browser/notifications/balloon_collection.h',
1893 'browser/notifications/balloon_collection_base.cc', 1893 'browser/notifications/balloon_collection_base.cc',
1894 'browser/notifications/balloon_collection_base.h', 1894 'browser/notifications/balloon_collection_base.h',
1895 'browser/notifications/balloon_collection_impl.cc',
1895 'browser/notifications/balloon_collection_impl.h', 1896 'browser/notifications/balloon_collection_impl.h',
1896 'browser/notifications/balloon_collection_win.cc', 1897 'browser/notifications/balloon_collection_win.cc',
1897 'browser/notifications/balloon_collection_mac.mm', 1898 'browser/notifications/balloon_collection_mac.mm',
1898 'browser/notifications/balloon_collection_linux.cc', 1899 'browser/notifications/balloon_collection_linux.cc',
1899 'browser/notifications/desktop_notification_service.cc', 1900 'browser/notifications/desktop_notification_service.cc',
1900 'browser/notifications/desktop_notification_service.h', 1901 'browser/notifications/desktop_notification_service.h',
1901 'browser/notifications/notification.cc', 1902 'browser/notifications/notification.cc',
1902 'browser/notifications/notification.h', 1903 'browser/notifications/notification.h',
1903 'browser/notifications/notification_delegate.h', 1904 'browser/notifications/notification_delegate.h',
1904 'browser/notifications/notification_exceptions_table_model.cc', 1905 'browser/notifications/notification_exceptions_table_model.cc',
(...skipping 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after
4339 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'], 4340 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'],
4340 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'], 4341 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'],
4341 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'], 4342 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'],
4342 ], 4343 ],
4343 }], 4344 }],
4344 ['OS=="linux" and chromeos==1',{ 4345 ['OS=="linux" and chromeos==1',{
4345 'sources/': [ 4346 'sources/': [
4346 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], 4347 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
4347 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], 4348 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4348 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], 4349 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
4349 ['exclude', '^browser/notifications/balloon_collection.cc'], 4350 ['exclude', '^browser/notifications/balloon_collection_impl.cc'] ,
4350 ['exclude', '^browser/notifications/balloon_collection_impl.h'], 4351 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
4351 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], 4352 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ],
4352 ], 4353 ],
4353 'dependencies': [ 4354 'dependencies': [
4354 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 4355 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
4355 '../third_party/protobuf/protobuf.gyp:protoc#host', 4356 '../third_party/protobuf/protobuf.gyp:protoc#host',
4356 ], 4357 ],
4357 'conditions': [ 4358 'conditions': [
4358 ['system_libcros==0', { 4359 ['system_libcros==0', {
4359 'dependencies': [ 4360 'dependencies': [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 ], 4579 ],
4579 }, 4580 },
4580 ], 4581 ],
4581 } 4582 }
4582 4583
4583 # Local Variables: 4584 # Local Variables:
4584 # tab-width:2 4585 # tab-width:2
4585 # indent-tabs-mode:nil 4586 # indent-tabs-mode:nil
4586 # End: 4587 # End:
4587 # vim: set expandtab tabstop=2 shiftwidth=2: 4588 # 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