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

Side by Side Diff: chrome/chrome.gyp

Issue 11360151: Move common cloud print methods from service/cloud_print to common/cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/chrome_to_mobile_service.cc ('k') | chrome/chrome_common.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'service/service_process.cc', 310 'service/service_process.cc',
311 'service/service_process.h', 311 'service/service_process.h',
312 'service/service_process_prefs.cc', 312 'service/service_process_prefs.cc',
313 'service/service_process_prefs.h', 313 'service/service_process_prefs.h',
314 'service/service_utility_process_host.cc', 314 'service/service_utility_process_host.cc',
315 'service/service_utility_process_host.h', 315 'service/service_utility_process_host.h',
316 'service/cloud_print/cloud_print_auth.cc', 316 'service/cloud_print/cloud_print_auth.cc',
317 'service/cloud_print/cloud_print_auth.h', 317 'service/cloud_print/cloud_print_auth.h',
318 'service/cloud_print/cloud_print_connector.cc', 318 'service/cloud_print/cloud_print_connector.cc',
319 'service/cloud_print/cloud_print_connector.h', 319 'service/cloud_print/cloud_print_connector.h',
320 'service/cloud_print/cloud_print_consts.cc',
321 'service/cloud_print/cloud_print_consts.h',
322 'service/cloud_print/cloud_print_helpers.cc', 320 'service/cloud_print/cloud_print_helpers.cc',
323 'service/cloud_print/cloud_print_helpers.h', 321 'service/cloud_print/cloud_print_helpers.h',
324 'service/cloud_print/cloud_print_proxy.cc', 322 'service/cloud_print/cloud_print_proxy.cc',
325 'service/cloud_print/cloud_print_proxy.h', 323 'service/cloud_print/cloud_print_proxy.h',
326 'service/cloud_print/cloud_print_proxy_backend.cc', 324 'service/cloud_print/cloud_print_proxy_backend.cc',
327 'service/cloud_print/cloud_print_proxy_backend.h', 325 'service/cloud_print/cloud_print_proxy_backend.h',
328 'service/cloud_print/cloud_print_token_store.cc', 326 'service/cloud_print/cloud_print_token_store.cc',
329 'service/cloud_print/cloud_print_token_store.h', 327 'service/cloud_print/cloud_print_token_store.h',
330 'service/cloud_print/cloud_print_url_fetcher.cc', 328 'service/cloud_print/cloud_print_url_fetcher.cc',
331 'service/cloud_print/cloud_print_url_fetcher.h', 329 'service/cloud_print/cloud_print_url_fetcher.h',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 '../build/java.gypi', 1085 '../build/java.gypi',
1088 ], 1086 ],
1089 }, 1087 },
1090 ], # 'targets' 1088 ], # 'targets'
1091 'includes': [ 1089 'includes': [
1092 'chrome_android.gypi', 1090 'chrome_android.gypi',
1093 ]}, # 'includes' 1091 ]}, # 'includes'
1094 ], # OS=="android" 1092 ], # OS=="android"
1095 ], # 'conditions' 1093 ], # 'conditions'
1096 } 1094 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_to_mobile_service.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698