| 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 { | 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 '../jingle/jingle.gyp:notifier', | 212 '../jingle/jingle.gyp:notifier', |
| 213 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 213 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 214 '../third_party/libjingle/libjingle.gyp:libjingle', | 214 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 215 'sync', | 215 'sync', |
| 216 ], | 216 ], |
| 217 'export_dependent_settings': [ | 217 'export_dependent_settings': [ |
| 218 '../jingle/jingle.gyp:notifier', | 218 '../jingle/jingle.gyp:notifier', |
| 219 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 219 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 220 ], | 220 ], |
| 221 'sources': [ | 221 'sources': [ |
| 222 'notifier/notifications_disabled_reason.h', |
| 223 'notifier/notifications_disabled_reason.cc', |
| 222 'notifier/sync_notifier.h', | 224 'notifier/sync_notifier.h', |
| 223 'notifier/sync_notifier_factory.h', | 225 'notifier/sync_notifier_factory.h', |
| 224 'notifier/sync_notifier_factory.cc', | 226 'notifier/sync_notifier_factory.cc', |
| 225 'notifier/sync_notifier_observer.h', | 227 'notifier/sync_notifier_observer.h', |
| 226 ], | 228 ], |
| 227 'conditions': [ | 229 'conditions': [ |
| 228 ['OS != "android"', { | 230 ['OS != "android"', { |
| 229 'sources': [ | 231 'sources': [ |
| 230 'notifier/chrome_invalidation_client.cc', | 232 'notifier/chrome_invalidation_client.cc', |
| 231 'notifier/chrome_invalidation_client.h', | 233 'notifier/chrome_invalidation_client.h', |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 'test_suite_name': 'sync_unit_tests', | 770 'test_suite_name': 'sync_unit_tests', |
| 769 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 771 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 770 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 772 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
| 771 }, | 773 }, |
| 772 'includes': [ '../build/apk_test.gypi' ], | 774 'includes': [ '../build/apk_test.gypi' ], |
| 773 }, | 775 }, |
| 774 ], | 776 ], |
| 775 }], | 777 }], |
| 776 ], | 778 ], |
| 777 } | 779 } |
| OLD | NEW |