| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'browser/sync/sessions/sync_session.cc', | 827 'browser/sync/sessions/sync_session.cc', |
| 828 'browser/sync/sessions/sync_session.h', | 828 'browser/sync/sessions/sync_session.h', |
| 829 'browser/sync/sessions/sync_session_context.h', | 829 'browser/sync/sessions/sync_session_context.h', |
| 830 'browser/sync/syncable/blob.h', | 830 'browser/sync/syncable/blob.h', |
| 831 'browser/sync/syncable/dir_open_result.h', | 831 'browser/sync/syncable/dir_open_result.h', |
| 832 'browser/sync/syncable/directory_backing_store.cc', | 832 'browser/sync/syncable/directory_backing_store.cc', |
| 833 'browser/sync/syncable/directory_backing_store.h', | 833 'browser/sync/syncable/directory_backing_store.h', |
| 834 'browser/sync/syncable/directory_event.h', | 834 'browser/sync/syncable/directory_event.h', |
| 835 'browser/sync/syncable/directory_manager.cc', | 835 'browser/sync/syncable/directory_manager.cc', |
| 836 'browser/sync/syncable/directory_manager.h', | 836 'browser/sync/syncable/directory_manager.h', |
| 837 'browser/sync/syncable/model_type.h', |
| 837 'browser/sync/syncable/path_name_cmp.h', | 838 'browser/sync/syncable/path_name_cmp.h', |
| 838 'browser/sync/syncable/syncable-inl.h', | 839 'browser/sync/syncable/syncable-inl.h', |
| 839 'browser/sync/syncable/syncable.cc', | 840 'browser/sync/syncable/syncable.cc', |
| 840 'browser/sync/syncable/syncable.h', | 841 'browser/sync/syncable/syncable.h', |
| 841 'browser/sync/syncable/syncable_changes_version.h', | 842 'browser/sync/syncable/syncable_changes_version.h', |
| 842 'browser/sync/syncable/syncable_columns.h', | 843 'browser/sync/syncable/syncable_columns.h', |
| 843 'browser/sync/syncable/syncable_id.cc', | 844 'browser/sync/syncable/syncable_id.cc', |
| 844 'browser/sync/syncable/syncable_id.h', | 845 'browser/sync/syncable/syncable_id.h', |
| 845 'browser/sync/util/character_set_converters.h', | 846 'browser/sync/util/character_set_converters.h', |
| 846 'browser/sync/util/character_set_converters_posix.cc', | 847 'browser/sync/util/character_set_converters_posix.cc', |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 }], # targets | 1515 }], # targets |
| 1515 }], # OS=="linux" or OS=="freebsd" | 1516 }], # OS=="linux" or OS=="freebsd" |
| 1516 ], # 'conditions' | 1517 ], # 'conditions' |
| 1517 } | 1518 } |
| 1518 | 1519 |
| 1519 # Local Variables: | 1520 # Local Variables: |
| 1520 # tab-width:2 | 1521 # tab-width:2 |
| 1521 # indent-tabs-mode:nil | 1522 # indent-tabs-mode:nil |
| 1522 # End: | 1523 # End: |
| 1523 # vim: set expandtab tabstop=2 shiftwidth=2: | 1524 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |