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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1055005: Refactor BalloonViewHost, removing a lot of duplicate code that crept into no... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 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/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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'browser/net/url_request_tracking.cc', 1561 'browser/net/url_request_tracking.cc',
1562 'browser/net/url_request_tracking.h', 1562 'browser/net/url_request_tracking.h',
1563 'browser/net/view_net_internals_job_factory.cc', 1563 'browser/net/view_net_internals_job_factory.cc',
1564 'browser/net/view_net_internals_job_factory.h', 1564 'browser/net/view_net_internals_job_factory.h',
1565 'browser/net/websocket_experiment/websocket_experiment_runner.cc', 1565 'browser/net/websocket_experiment/websocket_experiment_runner.cc',
1566 'browser/net/websocket_experiment/websocket_experiment_runner.h', 1566 'browser/net/websocket_experiment/websocket_experiment_runner.h',
1567 'browser/net/websocket_experiment/websocket_experiment_task.cc', 1567 'browser/net/websocket_experiment/websocket_experiment_task.cc',
1568 'browser/net/websocket_experiment/websocket_experiment_task.h', 1568 'browser/net/websocket_experiment/websocket_experiment_task.h',
1569 'browser/notifications/balloon.cc', 1569 'browser/notifications/balloon.cc',
1570 'browser/notifications/balloon.h', 1570 'browser/notifications/balloon.h',
1571 'browser/notifications/balloon_host.h',
1572 'browser/notifications/balloon_host.cc',
1571 'browser/notifications/balloon_collection.cc', 1573 'browser/notifications/balloon_collection.cc',
1572 'browser/notifications/balloon_collection.h', 1574 'browser/notifications/balloon_collection.h',
1573 'browser/notifications/balloon_collection_impl.h', 1575 'browser/notifications/balloon_collection_impl.h',
1574 'browser/notifications/balloon_collection_win.cc', 1576 'browser/notifications/balloon_collection_win.cc',
1575 'browser/notifications/balloon_collection_mac.mm', 1577 'browser/notifications/balloon_collection_mac.mm',
1576 'browser/notifications/balloon_collection_linux.cc', 1578 'browser/notifications/balloon_collection_linux.cc',
1577 'browser/notifications/desktop_notification_service.cc', 1579 'browser/notifications/desktop_notification_service.cc',
1578 'browser/notifications/desktop_notification_service.h', 1580 'browser/notifications/desktop_notification_service.h',
1579 'browser/notifications/notification.h', 1581 'browser/notifications/notification.h',
1580 'browser/notifications/notification_delegate.h', 1582 'browser/notifications/notification_delegate.h',
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
2654 # Exclude parts of password_manager. 2656 # Exclude parts of password_manager.
2655 ['exclude', '^browser/password_manager/ie7_password\\.cc$'], 2657 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
2656 2658
2657 # Exclude all of rlz. 2659 # Exclude all of rlz.
2658 ['exclude', '^browser/rlz/'], 2660 ['exclude', '^browser/rlz/'],
2659 2661
2660 # Exclude all of views. 2662 # Exclude all of views.
2661 ['exclude', '^browser/views/'], 2663 ['exclude', '^browser/views/'],
2662 ], 2664 ],
2663 'conditions': [ 2665 'conditions': [
2664 ['OS=="linux" and (toolkit_views==1 or chromeos==1)',{ 2666 ['OS=="linux" and (toolkit_views==1 or chromeos==1)',{
2665 'dependencies': [ 2667 'dependencies': [
2666 '../views/views.gyp:views', 2668 '../views/views.gyp:views',
2667 ], 2669 ],
2668 'include_dirs': [ 2670 'include_dirs': [
2669 '<(INTERMEDIATE_DIR)', 2671 '<(INTERMEDIATE_DIR)',
2670 '<(INTERMEDIATE_DIR)/chrome', 2672 '<(INTERMEDIATE_DIR)/chrome',
2671 ], 2673 ],
2672 'sources/': [ 2674 'sources/': [
2673 ['exclude', '^browser/cookie_modal_dialog_views.cc'], 2675 ['exclude', '^browser/cookie_modal_dialog_views.cc'],
2674 ['include', '^browser/back_forward_menu_model_views.cc'], 2676 ['include', '^browser/back_forward_menu_model_views.cc'],
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 ] 3134 ]
3133 }, 3135 },
3134 ], 3136 ],
3135 } 3137 }
3136 3138
3137 # Local Variables: 3139 # Local Variables:
3138 # tab-width:2 3140 # tab-width:2
3139 # indent-tabs-mode:nil 3141 # indent-tabs-mode:nil
3140 # End: 3142 # End:
3141 # vim: set expandtab tabstop=2 shiftwidth=2: 3143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698