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

Side by Side Diff: chrome/chrome.gyp

Issue 55143012: Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_service_helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/chrome_tests_unit.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) 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'service/service_process.cc', 1065 'service/service_process.cc',
1066 'service/service_process.h', 1066 'service/service_process.h',
1067 'service/service_process_prefs.cc', 1067 'service/service_process_prefs.cc',
1068 'service/service_process_prefs.h', 1068 'service/service_process_prefs.h',
1069 'service/service_utility_process_host.cc', 1069 'service/service_utility_process_host.cc',
1070 'service/service_utility_process_host.h', 1070 'service/service_utility_process_host.h',
1071 'service/cloud_print/cloud_print_auth.cc', 1071 'service/cloud_print/cloud_print_auth.cc',
1072 'service/cloud_print/cloud_print_auth.h', 1072 'service/cloud_print/cloud_print_auth.h',
1073 'service/cloud_print/cloud_print_connector.cc', 1073 'service/cloud_print/cloud_print_connector.cc',
1074 'service/cloud_print/cloud_print_connector.h', 1074 'service/cloud_print/cloud_print_connector.h',
1075 'service/cloud_print/cloud_print_helpers.cc', 1075 'service/cloud_print/cloud_print_service_helpers.cc',
1076 'service/cloud_print/cloud_print_helpers.h', 1076 'service/cloud_print/cloud_print_service_helpers.h',
1077 'service/cloud_print/cloud_print_proxy.cc', 1077 'service/cloud_print/cloud_print_proxy.cc',
1078 'service/cloud_print/cloud_print_proxy.h', 1078 'service/cloud_print/cloud_print_proxy.h',
1079 'service/cloud_print/cloud_print_proxy_backend.cc', 1079 'service/cloud_print/cloud_print_proxy_backend.cc',
1080 'service/cloud_print/cloud_print_proxy_backend.h', 1080 'service/cloud_print/cloud_print_proxy_backend.h',
1081 'service/cloud_print/cloud_print_token_store.cc', 1081 'service/cloud_print/cloud_print_token_store.cc',
1082 'service/cloud_print/cloud_print_token_store.h', 1082 'service/cloud_print/cloud_print_token_store.h',
1083 'service/cloud_print/cloud_print_url_fetcher.cc', 1083 'service/cloud_print/cloud_print_url_fetcher.cc',
1084 'service/cloud_print/cloud_print_url_fetcher.h', 1084 'service/cloud_print/cloud_print_url_fetcher.h',
1085 'service/cloud_print/cloud_print_wipeout.cc', 1085 'service/cloud_print/cloud_print_wipeout.cc',
1086 'service/cloud_print/cloud_print_wipeout.h', 1086 'service/cloud_print/cloud_print_wipeout.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'sources': [ 1129 'sources': [
1130 'service/cloud_print/print_system_cups.cc', 1130 'service/cloud_print/print_system_cups.cc',
1131 ], 1131 ],
1132 }], 1132 }],
1133 ], 1133 ],
1134 }, 1134 },
1135 ], 1135 ],
1136 }], 1136 }],
1137 ], # 'conditions' 1137 ], # 'conditions'
1138 } 1138 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698