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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1566047: First cut of Cloud Print Proxy implementation. The code is not enabled for no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final review changes Created 10 years, 8 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/profile.cc ('k') | chrome/chrome_dll.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) 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 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 'browser/printing/print_job.h', 1728 'browser/printing/print_job.h',
1729 'browser/printing/print_job_manager.cc', 1729 'browser/printing/print_job_manager.cc',
1730 'browser/printing/print_job_manager.h', 1730 'browser/printing/print_job_manager.h',
1731 'browser/printing/print_job_worker.cc', 1731 'browser/printing/print_job_worker.cc',
1732 'browser/printing/print_job_worker.h', 1732 'browser/printing/print_job_worker.h',
1733 'browser/printing/print_job_worker_owner.h', 1733 'browser/printing/print_job_worker_owner.h',
1734 'browser/printing/print_view_manager.cc', 1734 'browser/printing/print_view_manager.cc',
1735 'browser/printing/print_view_manager.h', 1735 'browser/printing/print_view_manager.h',
1736 'browser/printing/printer_query.cc', 1736 'browser/printing/printer_query.cc',
1737 'browser/printing/printer_query.h', 1737 'browser/printing/printer_query.h',
1738 'browser/printing/cloud_print/cloud_print_consts.cc',
1739 'browser/printing/cloud_print/cloud_print_consts.h',
1740 'browser/printing/cloud_print/cloud_print_helpers.cc',
1741 'browser/printing/cloud_print/cloud_print_helpers.h',
1742 'browser/printing/cloud_print/cloud_print_proxy_backend.cc',
1743 'browser/printing/cloud_print/cloud_print_proxy_backend.h',
1744 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1745 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1746 'browser/printing/cloud_print/job_status_updater.cc',
1747 'browser/printing/cloud_print/job_status_updater.h',
1748 'browser/printing/cloud_print/printer_info_linux.cc',
1749 'browser/printing/cloud_print/printer_info_mac.cc',
1750 'browser/printing/cloud_print/printer_info_win.cc',
1751 'browser/printing/cloud_print/printer_info.h',
1752 'browser/printing/cloud_print/printer_job_handler.cc',
1753 'browser/printing/cloud_print/printer_job_handler.h',
1738 'browser/privacy_blacklist/blacklist.h', 1754 'browser/privacy_blacklist/blacklist.h',
1739 'browser/privacy_blacklist/blacklist.cc', 1755 'browser/privacy_blacklist/blacklist.cc',
1740 'browser/privacy_blacklist/blacklist_interceptor.h', 1756 'browser/privacy_blacklist/blacklist_interceptor.h',
1741 'browser/privacy_blacklist/blacklist_interceptor.cc', 1757 'browser/privacy_blacklist/blacklist_interceptor.cc',
1742 'browser/privacy_blacklist/blacklist_request_info.h', 1758 'browser/privacy_blacklist/blacklist_request_info.h',
1743 'browser/privacy_blacklist/blacklist_request_info.cc', 1759 'browser/privacy_blacklist/blacklist_request_info.cc',
1744 'browser/privacy_blacklist/blacklist_ui.h', 1760 'browser/privacy_blacklist/blacklist_ui.h',
1745 'browser/privacy_blacklist/blacklist_ui.cc', 1761 'browser/privacy_blacklist/blacklist_ui.cc',
1746 'browser/process_info_snapshot_mac.cc', 1762 'browser/process_info_snapshot_mac.cc',
1747 'browser/process_info_snapshot.h', 1763 'browser/process_info_snapshot.h',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 ] 3254 ]
3239 }, 3255 },
3240 ], 3256 ],
3241 } 3257 }
3242 3258
3243 # Local Variables: 3259 # Local Variables:
3244 # tab-width:2 3260 # tab-width:2
3245 # indent-tabs-mode:nil 3261 # indent-tabs-mode:nil
3246 # End: 3262 # End:
3247 # vim: set expandtab tabstop=2 shiftwidth=2: 3263 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profile.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698