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