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

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
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'service/service_process.cc', 309 'service/service_process.cc',
310 'service/service_process.h', 310 'service/service_process.h',
311 'service/service_process_prefs.cc', 311 'service/service_process_prefs.cc',
312 'service/service_process_prefs.h', 312 'service/service_process_prefs.h',
313 'service/service_utility_process_host.cc', 313 'service/service_utility_process_host.cc',
314 'service/service_utility_process_host.h', 314 'service/service_utility_process_host.h',
315 'service/cloud_print/cloud_print_auth.cc', 315 'service/cloud_print/cloud_print_auth.cc',
316 'service/cloud_print/cloud_print_auth.h', 316 'service/cloud_print/cloud_print_auth.h',
317 'service/cloud_print/cloud_print_connector.cc', 317 'service/cloud_print/cloud_print_connector.cc',
318 'service/cloud_print/cloud_print_connector.h', 318 'service/cloud_print/cloud_print_connector.h',
319 'service/cloud_print/cloud_print_consts.cc',
320 'service/cloud_print/cloud_print_consts.h',
321 'service/cloud_print/cloud_print_helpers.cc', 319 'service/cloud_print/cloud_print_helpers.cc',
322 'service/cloud_print/cloud_print_helpers.h', 320 'service/cloud_print/cloud_print_helpers.h',
323 'service/cloud_print/cloud_print_proxy.cc', 321 'service/cloud_print/cloud_print_proxy.cc',
324 'service/cloud_print/cloud_print_proxy.h', 322 'service/cloud_print/cloud_print_proxy.h',
325 'service/cloud_print/cloud_print_proxy_backend.cc', 323 'service/cloud_print/cloud_print_proxy_backend.cc',
326 'service/cloud_print/cloud_print_proxy_backend.h', 324 'service/cloud_print/cloud_print_proxy_backend.h',
327 'service/cloud_print/cloud_print_token_store.cc', 325 'service/cloud_print/cloud_print_token_store.cc',
328 'service/cloud_print/cloud_print_token_store.h', 326 'service/cloud_print/cloud_print_token_store.h',
329 'service/cloud_print/cloud_print_url_fetcher.cc', 327 'service/cloud_print/cloud_print_url_fetcher.cc',
330 'service/cloud_print/cloud_print_url_fetcher.h', 328 'service/cloud_print/cloud_print_url_fetcher.h',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 '../build/java.gypi', 1084 '../build/java.gypi',
1087 ], 1085 ],
1088 }, 1086 },
1089 ], # 'targets' 1087 ], # 'targets'
1090 'includes': [ 1088 'includes': [
1091 'chrome_android.gypi', 1089 'chrome_android.gypi',
1092 ]}, # 'includes' 1090 ]}, # 'includes'
1093 ], # OS=="android" 1091 ], # OS=="android"
1094 ], # 'conditions' 1092 ], # 'conditions'
1095 } 1093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698