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 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 'browser/sync/syncable/syncable_id.cc', | 979 'browser/sync/syncable/syncable_id.cc', |
980 'browser/sync/syncable/syncable_id.h', | 980 'browser/sync/syncable/syncable_id.h', |
981 'browser/sync/util/channel.h', | 981 'browser/sync/util/channel.h', |
982 'browser/sync/util/crypto_helpers.cc', | 982 'browser/sync/util/crypto_helpers.cc', |
983 'browser/sync/util/crypto_helpers.h', | 983 'browser/sync/util/crypto_helpers.h', |
984 'browser/sync/util/cryptographer.cc', | 984 'browser/sync/util/cryptographer.cc', |
985 'browser/sync/util/cryptographer.h', | 985 'browser/sync/util/cryptographer.h', |
986 'browser/sync/util/dbgq.h', | 986 'browser/sync/util/dbgq.h', |
987 'browser/sync/util/extensions_activity_monitor.cc', | 987 'browser/sync/util/extensions_activity_monitor.cc', |
988 'browser/sync/util/extensions_activity_monitor.h', | 988 'browser/sync/util/extensions_activity_monitor.h', |
989 'browser/sync/util/fast_dump.h', | |
990 'browser/sync/util/nigori.cc', | 989 'browser/sync/util/nigori.cc', |
991 'browser/sync/util/nigori.h', | 990 'browser/sync/util/nigori.h', |
992 'browser/sync/util/user_settings.cc', | 991 'browser/sync/util/user_settings.cc', |
993 'browser/sync/util/user_settings.h', | 992 'browser/sync/util/user_settings.h', |
994 'browser/sync/util/user_settings_posix.cc', | 993 'browser/sync/util/user_settings_posix.cc', |
995 'browser/sync/util/user_settings_win.cc', | 994 'browser/sync/util/user_settings_win.cc', |
996 ], | 995 ], |
997 'include_dirs': [ | 996 'include_dirs': [ |
998 '..', | 997 '..', |
999 '<(protoc_out_dir)', | 998 '<(protoc_out_dir)', |
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1902 }], # targets | 1901 }], # targets |
1903 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1902 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1904 ], # 'conditions' | 1903 ], # 'conditions' |
1905 } | 1904 } |
1906 | 1905 |
1907 # Local Variables: | 1906 # Local Variables: |
1908 # tab-width:2 | 1907 # tab-width:2 |
1909 # indent-tabs-mode:nil | 1908 # indent-tabs-mode:nil |
1910 # End: | 1909 # End: |
1911 # vim: set expandtab tabstop=2 shiftwidth=2: | 1910 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |