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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5970015: Add multi-process notification class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up bad tabs 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/multi_process_notification_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 'browser/metrics/metrics_response.cc', 1776 'browser/metrics/metrics_response.cc',
1777 'browser/metrics/metrics_response.h', 1777 'browser/metrics/metrics_response.h',
1778 'browser/metrics/metrics_service.cc', 1778 'browser/metrics/metrics_service.cc',
1779 'browser/metrics/metrics_service.h', 1779 'browser/metrics/metrics_service.h',
1780 'browser/metrics/user_metrics.cc', 1780 'browser/metrics/user_metrics.cc',
1781 'browser/metrics/user_metrics.h', 1781 'browser/metrics/user_metrics.h',
1782 'browser/mime_registry_message_filter.cc', 1782 'browser/mime_registry_message_filter.cc',
1783 'browser/mime_registry_message_filter.h', 1783 'browser/mime_registry_message_filter.h',
1784 'browser/modal_html_dialog_delegate.cc', 1784 'browser/modal_html_dialog_delegate.cc',
1785 'browser/modal_html_dialog_delegate.h', 1785 'browser/modal_html_dialog_delegate.h',
1786 'browser/multi_process_notification.h',
1787 'browser/multi_process_notification.cc',
1788 'browser/multi_process_notification_linux.cc',
1789 'browser/multi_process_notification_mac.mm',
1790 'browser/multi_process_notification_win.cc',
1786 'browser/nacl_host/nacl_broker_host_win.cc', 1791 'browser/nacl_host/nacl_broker_host_win.cc',
1787 'browser/nacl_host/nacl_broker_host_win.h', 1792 'browser/nacl_host/nacl_broker_host_win.h',
1788 'browser/nacl_host/nacl_broker_service_win.cc', 1793 'browser/nacl_host/nacl_broker_service_win.cc',
1789 'browser/nacl_host/nacl_broker_service_win.h', 1794 'browser/nacl_host/nacl_broker_service_win.h',
1790 'browser/nacl_host/nacl_process_host.cc', 1795 'browser/nacl_host/nacl_process_host.cc',
1791 'browser/nacl_host/nacl_process_host.h', 1796 'browser/nacl_host/nacl_process_host.h',
1792 'browser/net/blob_url_request_job_factory.cc', 1797 'browser/net/blob_url_request_job_factory.cc',
1793 'browser/net/blob_url_request_job_factory.h', 1798 'browser/net/blob_url_request_job_factory.h',
1794 'browser/net/browser_url_util.cc', 1799 'browser/net/browser_url_util.cc',
1795 'browser/net/browser_url_util.h', 1800 'browser/net/browser_url_util.h',
(...skipping 2731 matching lines...) Expand 10 before | Expand all | Expand 10 after
4527 ], 4532 ],
4528 }, 4533 },
4529 ], 4534 ],
4530 } 4535 }
4531 4536
4532 # Local Variables: 4537 # Local Variables:
4533 # tab-width:2 4538 # tab-width:2
4534 # indent-tabs-mode:nil 4539 # indent-tabs-mode:nil
4535 # End: 4540 # End:
4536 # vim: set expandtab tabstop=2 shiftwidth=2: 4541 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/multi_process_notification_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698