OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |