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

Side by Side Diff: chrome/chrome.gyp

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | chrome/chrome_browser.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 '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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 }, 274 },
275 { 275 {
276 'target_name': 'service', 276 'target_name': 'service',
277 'type': 'static_library', 277 'type': 'static_library',
278 'variables': { 'enable_wexit_time_destructors': 1, }, 278 'variables': { 'enable_wexit_time_destructors': 1, },
279 'dependencies': [ 279 'dependencies': [
280 'chrome_resources.gyp:chrome_strings', 280 'chrome_resources.gyp:chrome_strings',
281 'common', 281 'common',
282 'common_net', 282 'common_net',
283 '../base/base.gyp:base', 283 '../base/base.gyp:base',
284 '../google_apis/google_apis.gyp:google_apis',
284 '../jingle/jingle.gyp:notifier', 285 '../jingle/jingle.gyp:notifier',
285 '../net/net.gyp:net', 286 '../net/net.gyp:net',
286 '../printing/printing.gyp:printing', 287 '../printing/printing.gyp:printing',
287 '../skia/skia.gyp:skia', 288 '../skia/skia.gyp:skia',
288 '../third_party/libjingle/libjingle.gyp:libjingle', 289 '../third_party/libjingle/libjingle.gyp:libjingle',
289 ], 290 ],
290 'sources': [ 291 'sources': [
291 'service/chrome_service_application_mac.h', 292 'service/chrome_service_application_mac.h',
292 'service/chrome_service_application_mac.mm', 293 'service/chrome_service_application_mac.mm',
293 'service/service_ipc_server.cc', 294 'service/service_ipc_server.cc',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'variables': { 1090 'variables': {
1090 'package_name': 'chrome', 1091 'package_name': 'chrome',
1091 'java_in_dir': '../chrome/android/java', 1092 'java_in_dir': '../chrome/android/java',
1092 }, 1093 },
1093 'includes': [ '../build/java.gypi' ], 1094 'includes': [ '../build/java.gypi' ],
1094 }, 1095 },
1095 ]}, # 'targets' 1096 ]}, # 'targets'
1096 ], # OS=="android" 1097 ], # OS=="android"
1097 ], # 'conditions' 1098 ], # 'conditions'
1098 } 1099 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698