OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 'browser/sync/engine/net/url_translator.cc', | 888 'browser/sync/engine/net/url_translator.cc', |
889 'browser/sync/engine/net/url_translator.h', | 889 'browser/sync/engine/net/url_translator.h', |
890 'browser/sync/engine/post_commit_message_command.cc', | 890 'browser/sync/engine/post_commit_message_command.cc', |
891 'browser/sync/engine/post_commit_message_command.h', | 891 'browser/sync/engine/post_commit_message_command.h', |
892 'browser/sync/engine/process_commit_response_command.cc', | 892 'browser/sync/engine/process_commit_response_command.cc', |
893 'browser/sync/engine/process_commit_response_command.h', | 893 'browser/sync/engine/process_commit_response_command.h', |
894 'browser/sync/engine/process_updates_command.cc', | 894 'browser/sync/engine/process_updates_command.cc', |
895 'browser/sync/engine/process_updates_command.h', | 895 'browser/sync/engine/process_updates_command.h', |
896 'browser/sync/engine/resolve_conflicts_command.cc', | 896 'browser/sync/engine/resolve_conflicts_command.cc', |
897 'browser/sync/engine/resolve_conflicts_command.h', | 897 'browser/sync/engine/resolve_conflicts_command.h', |
| 898 'browser/sync/engine/store_timestamps_command.cc', |
| 899 'browser/sync/engine/store_timestamps_command.h', |
898 'browser/sync/engine/syncapi.h', | 900 'browser/sync/engine/syncapi.h', |
899 'browser/sync/engine/syncer.cc', | 901 'browser/sync/engine/syncer.cc', |
900 'browser/sync/engine/syncer.h', | 902 'browser/sync/engine/syncer.h', |
901 'browser/sync/engine/syncer_command.cc', | 903 'browser/sync/engine/syncer_command.cc', |
902 'browser/sync/engine/syncer_command.h', | 904 'browser/sync/engine/syncer_command.h', |
903 'browser/sync/engine/syncer_end_command.cc', | 905 'browser/sync/engine/syncer_end_command.cc', |
904 'browser/sync/engine/syncer_end_command.h', | 906 'browser/sync/engine/syncer_end_command.h', |
905 'browser/sync/engine/syncer_proto_util.cc', | 907 'browser/sync/engine/syncer_proto_util.cc', |
906 'browser/sync/engine/syncer_proto_util.h', | 908 'browser/sync/engine/syncer_proto_util.h', |
907 'browser/sync/engine/syncer_thread.cc', | 909 'browser/sync/engine/syncer_thread.cc', |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1619 }], # targets | 1621 }], # targets |
1620 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1622 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1621 ], # 'conditions' | 1623 ], # 'conditions' |
1622 } | 1624 } |
1623 | 1625 |
1624 # Local Variables: | 1626 # Local Variables: |
1625 # tab-width:2 | 1627 # tab-width:2 |
1626 # indent-tabs-mode:nil | 1628 # indent-tabs-mode:nil |
1627 # End: | 1629 # End: |
1628 # vim: set expandtab tabstop=2 shiftwidth=2: | 1630 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |