| 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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 'browser/sync/syncable/autofill_migration.h', | 970 'browser/sync/syncable/autofill_migration.h', |
| 971 'browser/sync/syncable/blob.h', | 971 'browser/sync/syncable/blob.h', |
| 972 'browser/sync/syncable/dir_open_result.h', | 972 'browser/sync/syncable/dir_open_result.h', |
| 973 'browser/sync/syncable/directory_backing_store.cc', | 973 'browser/sync/syncable/directory_backing_store.cc', |
| 974 'browser/sync/syncable/directory_backing_store.h', | 974 'browser/sync/syncable/directory_backing_store.h', |
| 975 'browser/sync/syncable/directory_event.h', | 975 'browser/sync/syncable/directory_event.h', |
| 976 'browser/sync/syncable/directory_manager.cc', | 976 'browser/sync/syncable/directory_manager.cc', |
| 977 'browser/sync/syncable/directory_manager.h', | 977 'browser/sync/syncable/directory_manager.h', |
| 978 'browser/sync/syncable/model_type.cc', | 978 'browser/sync/syncable/model_type.cc', |
| 979 'browser/sync/syncable/model_type.h', | 979 'browser/sync/syncable/model_type.h', |
| 980 'browser/sync/syncable/nigori_util.cc', |
| 981 'browser/sync/syncable/nigori_util.h', |
| 980 'browser/sync/syncable/path_name_cmp.h', | 982 'browser/sync/syncable/path_name_cmp.h', |
| 981 'browser/sync/syncable/syncable-inl.h', | 983 'browser/sync/syncable/syncable-inl.h', |
| 982 'browser/sync/syncable/syncable.cc', | 984 'browser/sync/syncable/syncable.cc', |
| 983 'browser/sync/syncable/syncable.h', | 985 'browser/sync/syncable/syncable.h', |
| 984 'browser/sync/syncable/syncable_changes_version.h', | 986 'browser/sync/syncable/syncable_changes_version.h', |
| 985 'browser/sync/syncable/syncable_columns.h', | 987 'browser/sync/syncable/syncable_columns.h', |
| 986 'browser/sync/syncable/syncable_id.cc', | 988 'browser/sync/syncable/syncable_id.cc', |
| 987 'browser/sync/syncable/syncable_id.h', | 989 'browser/sync/syncable/syncable_id.h', |
| 988 'browser/sync/util/channel.h', | 990 'browser/sync/util/channel.h', |
| 989 'browser/sync/util/crypto_helpers.cc', | 991 'browser/sync/util/crypto_helpers.cc', |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1909 }], # targets | 1911 }], # targets |
| 1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1912 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1911 ], # 'conditions' | 1913 ], # 'conditions' |
| 1912 } | 1914 } |
| 1913 | 1915 |
| 1914 # Local Variables: | 1916 # Local Variables: |
| 1915 # tab-width:2 | 1917 # tab-width:2 |
| 1916 # indent-tabs-mode:nil | 1918 # indent-tabs-mode:nil |
| 1917 # End: | 1919 # End: |
| 1918 # vim: set expandtab tabstop=2 shiftwidth=2: | 1920 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |