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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 'browser/sync/engine/auth_watcher.cc', | 830 'browser/sync/engine/auth_watcher.cc', |
831 'browser/sync/engine/auth_watcher.h', | 831 'browser/sync/engine/auth_watcher.h', |
832 'browser/sync/engine/authenticator.cc', | 832 'browser/sync/engine/authenticator.cc', |
833 'browser/sync/engine/authenticator.h', | 833 'browser/sync/engine/authenticator.h', |
834 'browser/sync/engine/build_and_process_conflict_sets_command.cc', | 834 'browser/sync/engine/build_and_process_conflict_sets_command.cc', |
835 'browser/sync/engine/build_and_process_conflict_sets_command.h', | 835 'browser/sync/engine/build_and_process_conflict_sets_command.h', |
836 'browser/sync/engine/build_commit_command.cc', | 836 'browser/sync/engine/build_commit_command.cc', |
837 'browser/sync/engine/build_commit_command.h', | 837 'browser/sync/engine/build_commit_command.h', |
838 'browser/sync/engine/change_reorder_buffer.cc', | 838 'browser/sync/engine/change_reorder_buffer.cc', |
839 'browser/sync/engine/change_reorder_buffer.h', | 839 'browser/sync/engine/change_reorder_buffer.h', |
| 840 'browser/sync/engine/cleanup_disabled_types_command.cc', |
| 841 'browser/sync/engine/cleanup_disabled_types_command.h', |
840 'browser/sync/engine/conflict_resolver.cc', | 842 'browser/sync/engine/conflict_resolver.cc', |
841 'browser/sync/engine/conflict_resolver.h', | 843 'browser/sync/engine/conflict_resolver.h', |
842 'browser/sync/engine/download_updates_command.cc', | 844 'browser/sync/engine/download_updates_command.cc', |
843 'browser/sync/engine/download_updates_command.h', | 845 'browser/sync/engine/download_updates_command.h', |
844 'browser/sync/engine/get_commit_ids_command.cc', | 846 'browser/sync/engine/get_commit_ids_command.cc', |
845 'browser/sync/engine/get_commit_ids_command.h', | 847 'browser/sync/engine/get_commit_ids_command.h', |
846 'browser/sync/engine/idle_query_linux.cc', | 848 'browser/sync/engine/idle_query_linux.cc', |
847 'browser/sync/engine/idle_query_linux.h', | 849 'browser/sync/engine/idle_query_linux.h', |
848 'browser/sync/engine/model_changing_syncer_command.cc', | 850 'browser/sync/engine/model_changing_syncer_command.cc', |
849 'browser/sync/engine/model_changing_syncer_command.h', | 851 'browser/sync/engine/model_changing_syncer_command.h', |
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1821 }], # targets | 1823 }], # targets |
1822 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1824 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1823 ], # 'conditions' | 1825 ], # 'conditions' |
1824 } | 1826 } |
1825 | 1827 |
1826 # Local Variables: | 1828 # Local Variables: |
1827 # tab-width:2 | 1829 # tab-width:2 |
1828 # indent-tabs-mode:nil | 1830 # indent-tabs-mode:nil |
1829 # End: | 1831 # End: |
1830 # vim: set expandtab tabstop=2 shiftwidth=2: | 1832 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |