| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 'browser/sync/util/character_set_converters_win.cc', | 799 'browser/sync/util/character_set_converters_win.cc', |
| 800 'browser/sync/util/closure.h', | 800 'browser/sync/util/closure.h', |
| 801 'browser/sync/util/crypto_helpers.cc', | 801 'browser/sync/util/crypto_helpers.cc', |
| 802 'browser/sync/util/crypto_helpers.h', | 802 'browser/sync/util/crypto_helpers.h', |
| 803 'browser/sync/util/dbgq.h', | 803 'browser/sync/util/dbgq.h', |
| 804 'browser/sync/util/event_sys-inl.h', | 804 'browser/sync/util/event_sys-inl.h', |
| 805 'browser/sync/util/event_sys.h', | 805 'browser/sync/util/event_sys.h', |
| 806 'browser/sync/util/extensions_activity_monitor.cc', | 806 'browser/sync/util/extensions_activity_monitor.cc', |
| 807 'browser/sync/util/extensions_activity_monitor.h', | 807 'browser/sync/util/extensions_activity_monitor.h', |
| 808 'browser/sync/util/fast_dump.h', | 808 'browser/sync/util/fast_dump.h', |
| 809 'browser/sync/util/query_helpers.cc', | |
| 810 'browser/sync/util/query_helpers.h', | |
| 811 'browser/sync/util/row_iterator.h', | 809 'browser/sync/util/row_iterator.h', |
| 812 'browser/sync/util/signin.h', | 810 'browser/sync/util/signin.h', |
| 813 'browser/sync/util/sync_types.h', | 811 'browser/sync/util/sync_types.h', |
| 814 'browser/sync/util/user_settings.cc', | 812 'browser/sync/util/user_settings.cc', |
| 815 'browser/sync/util/user_settings.h', | 813 'browser/sync/util/user_settings.h', |
| 816 'browser/sync/util/user_settings_posix.cc', | 814 'browser/sync/util/user_settings_posix.cc', |
| 817 'browser/sync/util/user_settings_win.cc', | 815 'browser/sync/util/user_settings_win.cc', |
| 818 ], | 816 ], |
| 819 'include_dirs': [ | 817 'include_dirs': [ |
| 820 '..', | 818 '..', |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 }], # targets | 1471 }], # targets |
| 1474 }], # OS=="linux" or OS=="freebsd" | 1472 }], # OS=="linux" or OS=="freebsd" |
| 1475 ], # 'conditions' | 1473 ], # 'conditions' |
| 1476 } | 1474 } |
| 1477 | 1475 |
| 1478 # Local Variables: | 1476 # Local Variables: |
| 1479 # tab-width:2 | 1477 # tab-width:2 |
| 1480 # indent-tabs-mode:nil | 1478 # indent-tabs-mode:nil |
| 1481 # End: | 1479 # End: |
| 1482 # vim: set expandtab tabstop=2 shiftwidth=2: | 1480 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |