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

Side by Side Diff: sync/sync.gyp

Issue 10817013: Move ChromeAsyncSocket to jingle/glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « jingle/notifier/base/xmpp_connection.cc ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 # The sync notifications library. 228 # The sync notifications library.
229 { 229 {
230 'target_name': 'sync_notifier', 230 'target_name': 'sync_notifier',
231 'type': 'static_library', 231 'type': 'static_library',
232 'variables': { 'enable_wexit_time_destructors': 1, }, 232 'variables': { 'enable_wexit_time_destructors': 1, },
233 'include_dirs': [ 233 'include_dirs': [
234 '..', 234 '..',
235 ], 235 ],
236 'dependencies': [ 236 'dependencies': [
237 '../base/base.gyp:base', 237 '../base/base.gyp:base',
238 '../jingle/jingle.gyp:jingle_glue',
238 '../jingle/jingle.gyp:notifier', 239 '../jingle/jingle.gyp:notifier',
239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 240 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
240 # TODO(akalin): Remove this (http://crbug.com/133352). 241 # TODO(akalin): Remove this (http://crbug.com/133352).
241 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 242 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
242 '../third_party/libjingle/libjingle.gyp:libjingle', 243 '../third_party/libjingle/libjingle.gyp:libjingle',
243 'sync', 244 'sync',
244 ], 245 ],
245 'export_dependent_settings': [ 246 'export_dependent_settings': [
246 '../jingle/jingle.gyp:notifier', 247 '../jingle/jingle.gyp:notifier',
247 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'test_suite_name': 'sync_unit_tests', 835 'test_suite_name': 'sync_unit_tests',
835 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 836 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
836 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 837 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
837 }, 838 },
838 'includes': [ '../build/apk_test.gypi' ], 839 'includes': [ '../build/apk_test.gypi' ],
839 }, 840 },
840 ], 841 ],
841 }], 842 }],
842 ], 843 ],
843 } 844 }
OLDNEW
« no previous file with comments | « jingle/notifier/base/xmpp_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698