| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'browser/sync/engine/conflict_resolver.cc', | 378 'browser/sync/engine/conflict_resolver.cc', |
| 379 'browser/sync/engine/conflict_resolver.h', | 379 'browser/sync/engine/conflict_resolver.h', |
| 380 'browser/sync/engine/download_updates_command.cc', | 380 'browser/sync/engine/download_updates_command.cc', |
| 381 'browser/sync/engine/download_updates_command.h', | 381 'browser/sync/engine/download_updates_command.h', |
| 382 'browser/sync/engine/get_commit_ids_command.cc', | 382 'browser/sync/engine/get_commit_ids_command.cc', |
| 383 'browser/sync/engine/get_commit_ids_command.h', | 383 'browser/sync/engine/get_commit_ids_command.h', |
| 384 'browser/sync/engine/model_changing_syncer_command.cc', | 384 'browser/sync/engine/model_changing_syncer_command.cc', |
| 385 'browser/sync/engine/model_changing_syncer_command.h', | 385 'browser/sync/engine/model_changing_syncer_command.h', |
| 386 'browser/sync/engine/model_safe_worker.cc', | 386 'browser/sync/engine/model_safe_worker.cc', |
| 387 'browser/sync/engine/model_safe_worker.h', | 387 'browser/sync/engine/model_safe_worker.h', |
| 388 'browser/sync/engine/passive_model_worker.cc', |
| 389 'browser/sync/engine/passive_model_worker.h', |
| 388 'browser/sync/engine/net/server_connection_manager.cc', | 390 'browser/sync/engine/net/server_connection_manager.cc', |
| 389 'browser/sync/engine/net/server_connection_manager.h', | 391 'browser/sync/engine/net/server_connection_manager.h', |
| 390 'browser/sync/engine/net/url_translator.cc', | 392 'browser/sync/engine/net/url_translator.cc', |
| 391 'browser/sync/engine/net/url_translator.h', | 393 'browser/sync/engine/net/url_translator.h', |
| 392 'browser/sync/engine/nigori_util.cc', | 394 'browser/sync/engine/nigori_util.cc', |
| 393 'browser/sync/engine/nigori_util.h', | 395 'browser/sync/engine/nigori_util.h', |
| 394 'browser/sync/engine/nudge_source.cc', | 396 'browser/sync/engine/nudge_source.cc', |
| 395 'browser/sync/engine/nudge_source.h', | 397 'browser/sync/engine/nudge_source.h', |
| 396 'browser/sync/engine/polling_constants.cc', | 398 'browser/sync/engine/polling_constants.cc', |
| 397 'browser/sync/engine/polling_constants.h', | 399 'browser/sync/engine/polling_constants.h', |
| (...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 'configurations': { | 1320 'configurations': { |
| 1319 'Common_Base': { | 1321 'Common_Base': { |
| 1320 'msvs_target_platform': 'x64', | 1322 'msvs_target_platform': 'x64', |
| 1321 }, | 1323 }, |
| 1322 }, | 1324 }, |
| 1323 }, | 1325 }, |
| 1324 ]}, # 'targets' | 1326 ]}, # 'targets' |
| 1325 ], # OS=="win" | 1327 ], # OS=="win" |
| 1326 ], # 'conditions' | 1328 ], # 'conditions' |
| 1327 } | 1329 } |
| OLD | NEW |