| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 'target_name': 'sync', | 361 'target_name': 'sync', |
| 362 'type': 'static_library', | 362 'type': 'static_library', |
| 363 'variables': { 'enable_wexit_time_destructors': 1, }, | 363 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 364 'sources': [ | 364 'sources': [ |
| 365 'browser/sync/engine/all_status.cc', | 365 'browser/sync/engine/all_status.cc', |
| 366 'browser/sync/engine/all_status.h', | 366 'browser/sync/engine/all_status.h', |
| 367 'browser/sync/engine/apply_updates_command.cc', | 367 'browser/sync/engine/apply_updates_command.cc', |
| 368 'browser/sync/engine/apply_updates_command.h', | 368 'browser/sync/engine/apply_updates_command.h', |
| 369 'browser/sync/engine/build_and_process_conflict_sets_command.cc', | |
| 370 'browser/sync/engine/build_and_process_conflict_sets_command.h', | |
| 371 'browser/sync/engine/build_commit_command.cc', | 369 'browser/sync/engine/build_commit_command.cc', |
| 372 'browser/sync/engine/build_commit_command.h', | 370 'browser/sync/engine/build_commit_command.h', |
| 373 'browser/sync/engine/cleanup_disabled_types_command.cc', | 371 'browser/sync/engine/cleanup_disabled_types_command.cc', |
| 374 'browser/sync/engine/cleanup_disabled_types_command.h', | 372 'browser/sync/engine/cleanup_disabled_types_command.h', |
| 375 'browser/sync/engine/clear_data_command.cc', | 373 'browser/sync/engine/clear_data_command.cc', |
| 376 'browser/sync/engine/clear_data_command.h', | 374 'browser/sync/engine/clear_data_command.h', |
| 377 'browser/sync/engine/conflict_resolver.cc', | 375 'browser/sync/engine/conflict_resolver.cc', |
| 378 'browser/sync/engine/conflict_resolver.h', | 376 'browser/sync/engine/conflict_resolver.h', |
| 379 'browser/sync/engine/download_updates_command.cc', | 377 'browser/sync/engine/download_updates_command.cc', |
| 380 'browser/sync/engine/download_updates_command.h', | 378 'browser/sync/engine/download_updates_command.h', |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 'sources': [ | 1345 'sources': [ |
| 1348 'browser/safe_browsing/signature_util.h', | 1346 'browser/safe_browsing/signature_util.h', |
| 1349 'browser/safe_browsing/signature_util_win.cc', | 1347 'browser/safe_browsing/signature_util_win.cc', |
| 1350 'tools/safe_browsing/sb_sigutil.cc', | 1348 'tools/safe_browsing/sb_sigutil.cc', |
| 1351 ], | 1349 ], |
| 1352 }, | 1350 }, |
| 1353 ]}, # 'targets' | 1351 ]}, # 'targets' |
| 1354 ], # OS=="win" | 1352 ], # OS=="win" |
| 1355 ], # 'conditions' | 1353 ], # 'conditions' |
| 1356 } | 1354 } |
| OLD | NEW |