| 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'browser/sync/util/nigori.cc', | 488 'browser/sync/util/nigori.cc', |
| 489 'browser/sync/util/nigori.h', | 489 'browser/sync/util/nigori.h', |
| 490 'browser/sync/util/oauth.cc', | 490 'browser/sync/util/oauth.cc', |
| 491 'browser/sync/util/oauth.h', | 491 'browser/sync/util/oauth.h', |
| 492 'browser/sync/util/sqlite_utils.cc', | 492 'browser/sync/util/sqlite_utils.cc', |
| 493 'browser/sync/util/sqlite_utils.h', | 493 'browser/sync/util/sqlite_utils.h', |
| 494 'browser/sync/util/time.cc', | 494 'browser/sync/util/time.cc', |
| 495 'browser/sync/util/time.h', | 495 'browser/sync/util/time.h', |
| 496 'browser/sync/util/unrecoverable_error_info.h', | 496 'browser/sync/util/unrecoverable_error_info.h', |
| 497 'browser/sync/util/unrecoverable_error_info.cc', | 497 'browser/sync/util/unrecoverable_error_info.cc', |
| 498 'browser/sync/util/user_settings.cc', | |
| 499 'browser/sync/util/user_settings.h', | |
| 500 'browser/sync/util/user_settings_posix.cc', | |
| 501 'browser/sync/util/user_settings_win.cc', | |
| 502 'browser/sync/util/weak_handle.cc', | 498 'browser/sync/util/weak_handle.cc', |
| 503 'browser/sync/util/weak_handle.h', | 499 'browser/sync/util/weak_handle.h', |
| 504 ], | 500 ], |
| 505 'include_dirs': [ | 501 'include_dirs': [ |
| 506 '..', | 502 '..', |
| 507 ], | 503 ], |
| 508 'defines' : [ | 504 'defines' : [ |
| 509 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 505 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
| 510 '_CRT_SECURE_NO_WARNINGS', | 506 '_CRT_SECURE_NO_WARNINGS', |
| 511 '_USE_32BIT_TIME_T', | 507 '_USE_32BIT_TIME_T', |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 'configurations': { | 1314 'configurations': { |
| 1319 'Common_Base': { | 1315 'Common_Base': { |
| 1320 'msvs_target_platform': 'x64', | 1316 'msvs_target_platform': 'x64', |
| 1321 }, | 1317 }, |
| 1322 }, | 1318 }, |
| 1323 }, | 1319 }, |
| 1324 ]}, # 'targets' | 1320 ]}, # 'targets' |
| 1325 ], # OS=="win" | 1321 ], # OS=="win" |
| 1326 ], # 'conditions' | 1322 ], # 'conditions' |
| 1327 } | 1323 } |
| OLD | NEW |