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

Side by Side Diff: chrome/chrome.gyp

Issue 8387011: Chrome proxy refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/OWNERS » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'service/service_child_process_host.h', 836 'service/service_child_process_host.h',
837 'service/service_ipc_server.cc', 837 'service/service_ipc_server.cc',
838 'service/service_ipc_server.h', 838 'service/service_ipc_server.h',
839 'service/service_main.cc', 839 'service/service_main.cc',
840 'service/service_process.cc', 840 'service/service_process.cc',
841 'service/service_process.h', 841 'service/service_process.h',
842 'service/service_process_prefs.cc', 842 'service/service_process_prefs.cc',
843 'service/service_process_prefs.h', 843 'service/service_process_prefs.h',
844 'service/service_utility_process_host.cc', 844 'service/service_utility_process_host.cc',
845 'service/service_utility_process_host.h', 845 'service/service_utility_process_host.h',
846 'service/cloud_print/cloud_print_auth.cc',
847 'service/cloud_print/cloud_print_auth.h',
848 'service/cloud_print/cloud_print_connector.cc',
849 'service/cloud_print/cloud_print_connector.h',
846 'service/cloud_print/cloud_print_consts.cc', 850 'service/cloud_print/cloud_print_consts.cc',
847 'service/cloud_print/cloud_print_consts.h', 851 'service/cloud_print/cloud_print_consts.h',
848 'service/cloud_print/cloud_print_helpers.cc', 852 'service/cloud_print/cloud_print_helpers.cc',
849 'service/cloud_print/cloud_print_helpers.h', 853 'service/cloud_print/cloud_print_helpers.h',
850 'service/cloud_print/cloud_print_proxy.cc', 854 'service/cloud_print/cloud_print_proxy.cc',
851 'service/cloud_print/cloud_print_proxy.h', 855 'service/cloud_print/cloud_print_proxy.h',
852 'service/cloud_print/cloud_print_proxy_backend.cc', 856 'service/cloud_print/cloud_print_proxy_backend.cc',
853 'service/cloud_print/cloud_print_proxy_backend.h', 857 'service/cloud_print/cloud_print_proxy_backend.h',
854 'service/cloud_print/cloud_print_token_store.cc', 858 'service/cloud_print/cloud_print_token_store.cc',
855 'service/cloud_print/cloud_print_token_store.h', 859 'service/cloud_print/cloud_print_token_store.h',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'destination': '<(PRODUCT_DIR)/default_apps', 1727 'destination': '<(PRODUCT_DIR)/default_apps',
1724 'files': ['<@(default_apps_list)'] 1728 'files': ['<@(default_apps_list)']
1725 }, 1729 },
1726 ], 1730 ],
1727 }], 1731 }],
1728 ], 1732 ],
1729 }], # targets 1733 }], # targets
1730 }], # OS != "mac" 1734 }], # OS != "mac"
1731 ], # 'conditions' 1735 ], # 'conditions'
1732 } 1736 }
OLDNEW
« no previous file with comments | « no previous file | chrome/service/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698