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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 'browser/sync/syncable/autofill_migration.h', | 985 'browser/sync/syncable/autofill_migration.h', |
986 'browser/sync/syncable/blob.h', | 986 'browser/sync/syncable/blob.h', |
987 'browser/sync/syncable/dir_open_result.h', | 987 'browser/sync/syncable/dir_open_result.h', |
988 'browser/sync/syncable/directory_backing_store.cc', | 988 'browser/sync/syncable/directory_backing_store.cc', |
989 'browser/sync/syncable/directory_backing_store.h', | 989 'browser/sync/syncable/directory_backing_store.h', |
990 'browser/sync/syncable/directory_event.h', | 990 'browser/sync/syncable/directory_event.h', |
991 'browser/sync/syncable/directory_manager.cc', | 991 'browser/sync/syncable/directory_manager.cc', |
992 'browser/sync/syncable/directory_manager.h', | 992 'browser/sync/syncable/directory_manager.h', |
993 'browser/sync/syncable/model_type.cc', | 993 'browser/sync/syncable/model_type.cc', |
994 'browser/sync/syncable/model_type.h', | 994 'browser/sync/syncable/model_type.h', |
995 'browser/sync/syncable/nigori_util.cc', | |
996 'browser/sync/syncable/nigori_util.h', | |
997 'browser/sync/syncable/path_name_cmp.h', | 995 'browser/sync/syncable/path_name_cmp.h', |
998 'browser/sync/syncable/syncable-inl.h', | 996 'browser/sync/syncable/syncable-inl.h', |
999 'browser/sync/syncable/syncable.cc', | 997 'browser/sync/syncable/syncable.cc', |
1000 'browser/sync/syncable/syncable.h', | 998 'browser/sync/syncable/syncable.h', |
1001 'browser/sync/syncable/syncable_changes_version.h', | 999 'browser/sync/syncable/syncable_changes_version.h', |
1002 'browser/sync/syncable/syncable_columns.h', | 1000 'browser/sync/syncable/syncable_columns.h', |
1003 'browser/sync/syncable/syncable_id.cc', | 1001 'browser/sync/syncable/syncable_id.cc', |
1004 'browser/sync/syncable/syncable_id.h', | 1002 'browser/sync/syncable/syncable_id.h', |
1005 'browser/sync/util/channel.h', | 1003 'browser/sync/util/channel.h', |
1006 'browser/sync/util/crypto_helpers.cc', | 1004 'browser/sync/util/crypto_helpers.cc', |
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1926 }], # targets | 1924 }], # targets |
1927 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1925 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1928 ], # 'conditions' | 1926 ], # 'conditions' |
1929 } | 1927 } |
1930 | 1928 |
1931 # Local Variables: | 1929 # Local Variables: |
1932 # tab-width:2 | 1930 # tab-width:2 |
1933 # indent-tabs-mode:nil | 1931 # indent-tabs-mode:nil |
1934 # End: | 1932 # End: |
1935 # vim: set expandtab tabstop=2 shiftwidth=2: | 1933 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |