Chromium Code Reviews| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 59 'internal_api/public/engine/sync_status.cc', | 59 'internal_api/public/engine/sync_status.cc', |
| 60 'internal_api/public/engine/sync_status.h', | 60 'internal_api/public/engine/sync_status.h', |
| 61 'internal_api/public/sessions/model_neutral_state.cc', | 61 'internal_api/public/sessions/model_neutral_state.cc', |
| 62 'internal_api/public/sessions/model_neutral_state.h', | 62 'internal_api/public/sessions/model_neutral_state.h', |
| 63 'internal_api/public/sessions/sync_session_snapshot.cc', | 63 'internal_api/public/sessions/sync_session_snapshot.cc', |
| 64 'internal_api/public/sessions/sync_session_snapshot.h', | 64 'internal_api/public/sessions/sync_session_snapshot.h', |
| 65 'internal_api/public/sessions/sync_source_info.cc', | 65 'internal_api/public/sessions/sync_source_info.cc', |
| 66 'internal_api/public/sessions/sync_source_info.h', | 66 'internal_api/public/sessions/sync_source_info.h', |
| 67 'internal_api/public/util/experiments.h', | 67 'internal_api/public/util/experiments.h', |
| 68 'internal_api/public/util/immutable.h', | 68 'internal_api/public/util/immutable.h', |
| 69 'internal_api/public/util/report_unrecoverable_error_function.h', | |
| 69 'internal_api/public/util/syncer_error.cc', | 70 'internal_api/public/util/syncer_error.cc', |
| 70 'internal_api/public/util/syncer_error.h', | 71 'internal_api/public/util/syncer_error.h', |
| 71 'internal_api/public/util/sync_string_conversions.cc', | 72 'internal_api/public/util/sync_string_conversions.cc', |
| 72 'internal_api/public/util/sync_string_conversions.h', | 73 'internal_api/public/util/sync_string_conversions.h', |
| 73 'internal_api/public/util/report_unrecoverable_error_function.h', | 74 'internal_api/public/util/time.cc', |
|
akalin
2012/09/18 00:19:21
unfortunately, i don't think we can do this. It's
| |
| 75 'internal_api/public/util/time.h', | |
| 74 'internal_api/public/util/unrecoverable_error_handler.h', | 76 'internal_api/public/util/unrecoverable_error_handler.h', |
| 75 'internal_api/public/util/unrecoverable_error_info.h', | 77 'internal_api/public/util/unrecoverable_error_info.h', |
| 76 'internal_api/public/util/unrecoverable_error_info.cc', | 78 'internal_api/public/util/unrecoverable_error_info.cc', |
| 77 'internal_api/public/util/weak_handle.cc', | 79 'internal_api/public/util/weak_handle.cc', |
| 78 'internal_api/public/util/weak_handle.h', | 80 'internal_api/public/util/weak_handle.h', |
| 79 'engine/all_status.cc', | 81 'engine/all_status.cc', |
| 80 'engine/all_status.h', | 82 'engine/all_status.h', |
| 81 'engine/apply_control_data_updates.cc', | 83 'engine/apply_control_data_updates.cc', |
| 82 'engine/apply_control_data_updates.h', | 84 'engine/apply_control_data_updates.h', |
| 83 'engine/apply_updates_command.cc', | 85 'engine/apply_updates_command.cc', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 227 'util/get_session_name_mac.mm', | 229 'util/get_session_name_mac.mm', |
| 228 'util/get_session_name_mac.h', | 230 'util/get_session_name_mac.h', |
| 229 'util/get_session_name_win.cc', | 231 'util/get_session_name_win.cc', |
| 230 'util/get_session_name_win.h', | 232 'util/get_session_name_win.h', |
| 231 'util/logging.cc', | 233 'util/logging.cc', |
| 232 'util/logging.h', | 234 'util/logging.h', |
| 233 'util/nigori.cc', | 235 'util/nigori.cc', |
| 234 'util/nigori.h', | 236 'util/nigori.h', |
| 235 'util/session_utils_android.cc', | 237 'util/session_utils_android.cc', |
| 236 'util/session_utils_android.h', | 238 'util/session_utils_android.h', |
| 237 'util/time.cc', | |
| 238 'util/time.h', | |
| 239 ], | 239 ], |
| 240 }, | 240 }, |
| 241 | 241 |
| 242 # The sync notifications library. | 242 # The sync notifications library. |
| 243 { | 243 { |
| 244 'target_name': 'sync_notifier', | 244 'target_name': 'sync_notifier', |
| 245 'type': 'static_library', | 245 'type': 'static_library', |
| 246 'variables': { 'enable_wexit_time_destructors': 1, }, | 246 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 247 'include_dirs': [ | 247 'include_dirs': [ |
| 248 '..', | 248 '..', |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 878 'variables': { | 878 'variables': { |
| 879 'test_suite_name': 'sync_unit_tests', | 879 'test_suite_name': 'sync_unit_tests', |
| 880 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', | 880 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', |
| 881 }, | 881 }, |
| 882 'includes': [ '../build/apk_test.gypi' ], | 882 'includes': [ '../build/apk_test.gypi' ], |
| 883 }, | 883 }, |
| 884 ], | 884 ], |
| 885 }], | 885 }], |
| 886 ], | 886 ], |
| 887 } | 887 } |
| OLD | NEW |