OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 'browser/sync/syncable/nigori_util.h', | 620 'browser/sync/syncable/nigori_util.h', |
621 'browser/sync/syncable/syncable-inl.h', | 621 'browser/sync/syncable/syncable-inl.h', |
622 'browser/sync/syncable/syncable.cc', | 622 'browser/sync/syncable/syncable.cc', |
623 'browser/sync/syncable/syncable.h', | 623 'browser/sync/syncable/syncable.h', |
624 'browser/sync/syncable/syncable_changes_version.h', | 624 'browser/sync/syncable/syncable_changes_version.h', |
625 'browser/sync/syncable/syncable_columns.h', | 625 'browser/sync/syncable/syncable_columns.h', |
626 'browser/sync/syncable/syncable_id.cc', | 626 'browser/sync/syncable/syncable_id.cc', |
627 'browser/sync/syncable/syncable_id.h', | 627 'browser/sync/syncable/syncable_id.h', |
628 'browser/sync/syncable/syncable_enum_conversions.cc', | 628 'browser/sync/syncable/syncable_enum_conversions.cc', |
629 'browser/sync/syncable/syncable_enum_conversions.h', | 629 'browser/sync/syncable/syncable_enum_conversions.h', |
630 'browser/sync/util/crypto_helpers.cc', | |
631 'browser/sync/util/crypto_helpers.h', | |
632 'browser/sync/util/cryptographer.cc', | 630 'browser/sync/util/cryptographer.cc', |
633 'browser/sync/util/cryptographer.h', | 631 'browser/sync/util/cryptographer.h', |
634 'browser/sync/util/dbgq.h', | 632 'browser/sync/util/dbgq.h', |
635 'browser/sync/util/extensions_activity_monitor.cc', | 633 'browser/sync/util/extensions_activity_monitor.cc', |
636 'browser/sync/util/extensions_activity_monitor.h', | 634 'browser/sync/util/extensions_activity_monitor.h', |
637 'browser/sync/util/nigori.cc', | 635 'browser/sync/util/nigori.cc', |
638 'browser/sync/util/nigori.h', | 636 'browser/sync/util/nigori.h', |
639 'browser/sync/util/user_settings.cc', | 637 'browser/sync/util/user_settings.cc', |
640 'browser/sync/util/user_settings.h', | 638 'browser/sync/util/user_settings.h', |
641 'browser/sync/util/user_settings_posix.cc', | 639 'browser/sync/util/user_settings_posix.cc', |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1593 }], # targets | 1591 }], # targets |
1594 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1592 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1595 ], # 'conditions' | 1593 ], # 'conditions' |
1596 } | 1594 } |
1597 | 1595 |
1598 # Local Variables: | 1596 # Local Variables: |
1599 # tab-width:2 | 1597 # tab-width:2 |
1600 # indent-tabs-mode:nil | 1598 # indent-tabs-mode:nil |
1601 # End: | 1599 # End: |
1602 # vim: set expandtab tabstop=2 shiftwidth=2: | 1600 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |