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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
475 'browser/sync/util/logging.cc', | 475 'browser/sync/util/logging.cc', |
476 'browser/sync/util/logging.h', | 476 'browser/sync/util/logging.h', |
477 'browser/sync/util/nigori.cc', | 477 'browser/sync/util/nigori.cc', |
478 'browser/sync/util/nigori.h', | 478 'browser/sync/util/nigori.h', |
479 'browser/sync/util/oauth.cc', | 479 'browser/sync/util/oauth.cc', |
480 'browser/sync/util/oauth.h', | 480 'browser/sync/util/oauth.h', |
481 'browser/sync/util/sqlite_utils.cc', | 481 'browser/sync/util/sqlite_utils.cc', |
482 'browser/sync/util/sqlite_utils.h', | 482 'browser/sync/util/sqlite_utils.h', |
483 'browser/sync/util/time.cc', | 483 'browser/sync/util/time.cc', |
484 'browser/sync/util/time.h', | 484 'browser/sync/util/time.h', |
485 'browser/sync/util/unrecoverable_error_handler.h', | |
rlarocque
2011/12/05 22:51:26
Do we need to remove browser/sync/unrecoverable_er
lipalani1
2011/12/05 23:18:50
It is not included in the gyp file originally prob
| |
485 'browser/sync/util/unrecoverable_error_info.h', | 486 'browser/sync/util/unrecoverable_error_info.h', |
486 'browser/sync/util/unrecoverable_error_info.cc', | 487 'browser/sync/util/unrecoverable_error_info.cc', |
487 'browser/sync/util/weak_handle.cc', | 488 'browser/sync/util/weak_handle.cc', |
488 'browser/sync/util/weak_handle.h', | 489 'browser/sync/util/weak_handle.h', |
489 ], | 490 ], |
490 'include_dirs': [ | 491 'include_dirs': [ |
491 '..', | 492 '..', |
492 ], | 493 ], |
493 'defines' : [ | 494 'defines' : [ |
494 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 495 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1299 'configurations': { | 1300 'configurations': { |
1300 'Common_Base': { | 1301 'Common_Base': { |
1301 'msvs_target_platform': 'x64', | 1302 'msvs_target_platform': 'x64', |
1302 }, | 1303 }, |
1303 }, | 1304 }, |
1304 }, | 1305 }, |
1305 ]}, # 'targets' | 1306 ]}, # 'targets' |
1306 ], # OS=="win" | 1307 ], # OS=="win" |
1307 ], # 'conditions' | 1308 ], # 'conditions' |
1308 } | 1309 } |
OLD | NEW |