| 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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'browser/sync/util/crypto_helpers.cc', | 926 'browser/sync/util/crypto_helpers.cc', |
| 927 'browser/sync/util/crypto_helpers.h', | 927 'browser/sync/util/crypto_helpers.h', |
| 928 'browser/sync/util/cryptographer.cc', | 928 'browser/sync/util/cryptographer.cc', |
| 929 'browser/sync/util/cryptographer.h', | 929 'browser/sync/util/cryptographer.h', |
| 930 'browser/sync/util/dbgq.h', | 930 'browser/sync/util/dbgq.h', |
| 931 'browser/sync/util/extensions_activity_monitor.cc', | 931 'browser/sync/util/extensions_activity_monitor.cc', |
| 932 'browser/sync/util/extensions_activity_monitor.h', | 932 'browser/sync/util/extensions_activity_monitor.h', |
| 933 'browser/sync/util/fast_dump.h', | 933 'browser/sync/util/fast_dump.h', |
| 934 'browser/sync/util/nigori.cc', | 934 'browser/sync/util/nigori.cc', |
| 935 'browser/sync/util/nigori.h', | 935 'browser/sync/util/nigori.h', |
| 936 'browser/sync/util/row_iterator.h', | |
| 937 'browser/sync/util/sync_types.h', | 936 'browser/sync/util/sync_types.h', |
| 938 'browser/sync/util/user_settings.cc', | 937 'browser/sync/util/user_settings.cc', |
| 939 'browser/sync/util/user_settings.h', | 938 'browser/sync/util/user_settings.h', |
| 940 'browser/sync/util/user_settings_posix.cc', | 939 'browser/sync/util/user_settings_posix.cc', |
| 941 'browser/sync/util/user_settings_win.cc', | 940 'browser/sync/util/user_settings_win.cc', |
| 942 ], | 941 ], |
| 943 'include_dirs': [ | 942 'include_dirs': [ |
| 944 '..', | 943 '..', |
| 945 '<(protoc_out_dir)', | 944 '<(protoc_out_dir)', |
| 946 ], | 945 ], |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 }], # targets | 1837 }], # targets |
| 1839 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1838 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1840 ], # 'conditions' | 1839 ], # 'conditions' |
| 1841 } | 1840 } |
| 1842 | 1841 |
| 1843 # Local Variables: | 1842 # Local Variables: |
| 1844 # tab-width:2 | 1843 # tab-width:2 |
| 1845 # indent-tabs-mode:nil | 1844 # indent-tabs-mode:nil |
| 1846 # End: | 1845 # End: |
| 1847 # vim: set expandtab tabstop=2 shiftwidth=2: | 1846 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |