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

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: Update comments 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
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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'service/cloud_print/connector_settings.h', 820 'service/cloud_print/connector_settings.h',
821 'service/cloud_print/job_status_updater.cc', 821 'service/cloud_print/job_status_updater.cc',
822 'service/cloud_print/job_status_updater.h', 822 'service/cloud_print/job_status_updater.h',
823 'service/cloud_print/print_system.cc', 823 'service/cloud_print/print_system.cc',
824 'service/cloud_print/print_system.h', 824 'service/cloud_print/print_system.h',
825 'service/cloud_print/print_system_win.cc', 825 'service/cloud_print/print_system_win.cc',
826 'service/cloud_print/printer_job_handler.cc', 826 'service/cloud_print/printer_job_handler.cc',
827 'service/cloud_print/printer_job_handler.h', 827 'service/cloud_print/printer_job_handler.h',
828 'service/cloud_print/printer_job_queue_handler.cc', 828 'service/cloud_print/printer_job_queue_handler.cc',
829 'service/cloud_print/printer_job_queue_handler.h', 829 'service/cloud_print/printer_job_queue_handler.h',
830 'service/net/service_url_request_context.cc', 830 'service/net/service_url_request_context_getter.cc',
831 'service/net/service_url_request_context.h', 831 'service/net/service_url_request_context_getter.h',
832 'service/service_ipc_server.cc', 832 'service/service_ipc_server.cc',
833 'service/service_ipc_server.h', 833 'service/service_ipc_server.h',
834 'service/service_main.cc', 834 'service/service_main.cc',
835 'service/service_process.cc', 835 'service/service_process.cc',
836 'service/service_process.h', 836 'service/service_process.h',
837 'service/service_process_prefs.cc', 837 'service/service_process_prefs.cc',
838 'service/service_process_prefs.h', 838 'service/service_process_prefs.h',
839 'service/service_utility_process_host.cc', 839 'service/service_utility_process_host.cc',
840 'service/service_utility_process_host.h', 840 'service/service_utility_process_host.h',
841 ], 841 ],
(...skipping 13 matching lines...) Expand all
855 'sources': [ 855 'sources': [
856 'service/cloud_print/print_system_dummy.cc', 856 'service/cloud_print/print_system_dummy.cc',
857 ], 857 ],
858 }], 858 }],
859 ], 859 ],
860 }, 860 },
861 ], 861 ],
862 }], 862 }],
863 ], # 'conditions' 863 ], # 'conditions'
864 } 864 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698