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