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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'browser/sync/syncable/model_type.h', | 906 'browser/sync/syncable/model_type.h', |
907 'browser/sync/syncable/path_name_cmp.h', | 907 'browser/sync/syncable/path_name_cmp.h', |
908 'browser/sync/syncable/syncable-inl.h', | 908 'browser/sync/syncable/syncable-inl.h', |
909 'browser/sync/syncable/syncable.cc', | 909 'browser/sync/syncable/syncable.cc', |
910 'browser/sync/syncable/syncable.h', | 910 'browser/sync/syncable/syncable.h', |
911 'browser/sync/syncable/syncable_changes_version.h', | 911 'browser/sync/syncable/syncable_changes_version.h', |
912 'browser/sync/syncable/syncable_columns.h', | 912 'browser/sync/syncable/syncable_columns.h', |
913 'browser/sync/syncable/syncable_id.cc', | 913 'browser/sync/syncable/syncable_id.cc', |
914 'browser/sync/syncable/syncable_id.h', | 914 'browser/sync/syncable/syncable_id.h', |
915 'browser/sync/util/channel.h', | 915 'browser/sync/util/channel.h', |
916 'browser/sync/util/character_set_converters.h', | |
917 'browser/sync/util/character_set_converters_posix.cc', | |
918 'browser/sync/util/character_set_converters_win.cc', | |
919 'browser/sync/util/closure.h', | 916 'browser/sync/util/closure.h', |
920 'browser/sync/util/crypto_helpers.cc', | 917 'browser/sync/util/crypto_helpers.cc', |
921 'browser/sync/util/crypto_helpers.h', | 918 'browser/sync/util/crypto_helpers.h', |
922 'browser/sync/util/cryptographer.cc', | 919 'browser/sync/util/cryptographer.cc', |
923 'browser/sync/util/cryptographer.h', | 920 'browser/sync/util/cryptographer.h', |
924 'browser/sync/util/dbgq.h', | 921 'browser/sync/util/dbgq.h', |
925 'browser/sync/util/extensions_activity_monitor.cc', | 922 'browser/sync/util/extensions_activity_monitor.cc', |
926 'browser/sync/util/extensions_activity_monitor.h', | 923 'browser/sync/util/extensions_activity_monitor.h', |
927 'browser/sync/util/fast_dump.h', | 924 'browser/sync/util/fast_dump.h', |
928 'browser/sync/util/nigori.cc', | 925 'browser/sync/util/nigori.cc', |
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 }], # targets | 1826 }], # targets |
1830 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1827 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1831 ], # 'conditions' | 1828 ], # 'conditions' |
1832 } | 1829 } |
1833 | 1830 |
1834 # Local Variables: | 1831 # Local Variables: |
1835 # tab-width:2 | 1832 # tab-width:2 |
1836 # indent-tabs-mode:nil | 1833 # indent-tabs-mode:nil |
1837 # End: | 1834 # End: |
1838 # vim: set expandtab tabstop=2 shiftwidth=2: | 1835 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |