| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'util/get_session_name_ios.mm', | 181 'util/get_session_name_ios.mm', |
| 182 'util/get_session_name_ios.h', | 182 'util/get_session_name_ios.h', |
| 183 'util/get_session_name_mac.mm', | 183 'util/get_session_name_mac.mm', |
| 184 'util/get_session_name_mac.h', | 184 'util/get_session_name_mac.h', |
| 185 'util/get_session_name_win.cc', | 185 'util/get_session_name_win.cc', |
| 186 'util/get_session_name_win.h', | 186 'util/get_session_name_win.h', |
| 187 'util/logging.cc', | 187 'util/logging.cc', |
| 188 'util/logging.h', | 188 'util/logging.h', |
| 189 'util/nigori.cc', | 189 'util/nigori.cc', |
| 190 'util/nigori.h', | 190 'util/nigori.h', |
| 191 'util/session_utils_android.cc', | |
| 192 'util/session_utils_android.h', | |
| 193 'util/time.cc', | 191 'util/time.cc', |
| 194 'util/time.h', | 192 'util/time.h', |
| 195 ], | 193 ], |
| 196 }, | 194 }, |
| 197 | 195 |
| 198 # The sync notifications library. | 196 # The sync notifications library. |
| 199 { | 197 { |
| 200 'target_name': 'sync_notifier', | 198 'target_name': 'sync_notifier', |
| 201 'type': 'static_library', | 199 'type': 'static_library', |
| 202 'variables': { 'enable_wexit_time_destructors': 1, }, | 200 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 'variables': { | 971 'variables': { |
| 974 'test_suite_name': 'sync_unit_tests', | 972 'test_suite_name': 'sync_unit_tests', |
| 975 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 973 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 976 }, | 974 }, |
| 977 'includes': [ '../build/apk_test.gypi' ], | 975 'includes': [ '../build/apk_test.gypi' ], |
| 978 }, | 976 }, |
| 979 ], | 977 ], |
| 980 }], | 978 }], |
| 981 ], | 979 ], |
| 982 } | 980 } |
| OLD | NEW |