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

Side by Side Diff: chrome/chrome.gyp

Issue 354693004: Switch to using URLRequestContextBuilder to create some URLRequestContexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge Created 6 years, 5 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 | « no previous file | chrome/service/cloud_print/cloud_print_auth.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'service/cloud_print/connector_settings.h', 739 'service/cloud_print/connector_settings.h',
740 'service/cloud_print/job_status_updater.cc', 740 'service/cloud_print/job_status_updater.cc',
741 'service/cloud_print/job_status_updater.h', 741 'service/cloud_print/job_status_updater.h',
742 'service/cloud_print/print_system.cc', 742 'service/cloud_print/print_system.cc',
743 'service/cloud_print/print_system.h', 743 'service/cloud_print/print_system.h',
744 'service/cloud_print/print_system_win.cc', 744 'service/cloud_print/print_system_win.cc',
745 'service/cloud_print/printer_job_handler.cc', 745 'service/cloud_print/printer_job_handler.cc',
746 'service/cloud_print/printer_job_handler.h', 746 'service/cloud_print/printer_job_handler.h',
747 'service/cloud_print/printer_job_queue_handler.cc', 747 'service/cloud_print/printer_job_queue_handler.cc',
748 'service/cloud_print/printer_job_queue_handler.h', 748 'service/cloud_print/printer_job_queue_handler.h',
749 'service/net/service_url_request_context.cc', 749 'service/net/service_url_request_context_getter.cc',
750 'service/net/service_url_request_context.h', 750 'service/net/service_url_request_context_getter.h',
751 'service/service_ipc_server.cc', 751 'service/service_ipc_server.cc',
752 'service/service_ipc_server.h', 752 'service/service_ipc_server.h',
753 'service/service_main.cc', 753 'service/service_main.cc',
754 'service/service_process.cc', 754 'service/service_process.cc',
755 'service/service_process.h', 755 'service/service_process.h',
756 'service/service_process_prefs.cc', 756 'service/service_process_prefs.cc',
757 'service/service_process_prefs.h', 757 'service/service_process_prefs.h',
758 'service/service_utility_process_host.cc', 758 'service/service_utility_process_host.cc',
759 'service/service_utility_process_host.h', 759 'service/service_utility_process_host.h',
760 ], 760 ],
(...skipping 13 matching lines...) Expand all
774 'sources': [ 774 'sources': [
775 'service/cloud_print/print_system_dummy.cc', 775 'service/cloud_print/print_system_dummy.cc',
776 ], 776 ],
777 }], 777 }],
778 ], 778 ],
779 }, 779 },
780 ], 780 ],
781 }], 781 }],
782 ], # 'conditions' 782 ], # 'conditions'
783 } 783 }
OLDNEW
« no previous file with comments | « no previous file | chrome/service/cloud_print/cloud_print_auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698