| 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 'browser/sync/syncable/syncable-inl.h', | 589 'browser/sync/syncable/syncable-inl.h', |
| 590 'browser/sync/syncable/syncable.cc', | 590 'browser/sync/syncable/syncable.cc', |
| 591 'browser/sync/syncable/syncable.h', | 591 'browser/sync/syncable/syncable.h', |
| 592 'browser/sync/syncable/syncable_changes_version.h', | 592 'browser/sync/syncable/syncable_changes_version.h', |
| 593 'browser/sync/syncable/syncable_columns.h', | 593 'browser/sync/syncable/syncable_columns.h', |
| 594 'browser/sync/syncable/syncable_id.cc', | 594 'browser/sync/syncable/syncable_id.cc', |
| 595 'browser/sync/syncable/syncable_id.h', | 595 'browser/sync/syncable/syncable_id.h', |
| 596 'browser/sync/syncable/syncable_enum_conversions.cc', | 596 'browser/sync/syncable/syncable_enum_conversions.cc', |
| 597 'browser/sync/syncable/syncable_enum_conversions.h', | 597 'browser/sync/syncable/syncable_enum_conversions.h', |
| 598 'browser/sync/util/channel.h', | 598 'browser/sync/util/channel.h', |
| 599 'browser/sync/util/crypto_helpers.cc', | |
| 600 'browser/sync/util/crypto_helpers.h', | |
| 601 'browser/sync/util/cryptographer.cc', | 599 'browser/sync/util/cryptographer.cc', |
| 602 'browser/sync/util/cryptographer.h', | 600 'browser/sync/util/cryptographer.h', |
| 603 'browser/sync/util/dbgq.h', | 601 'browser/sync/util/dbgq.h', |
| 604 'browser/sync/util/extensions_activity_monitor.cc', | 602 'browser/sync/util/extensions_activity_monitor.cc', |
| 605 'browser/sync/util/extensions_activity_monitor.h', | 603 'browser/sync/util/extensions_activity_monitor.h', |
| 606 'browser/sync/util/nigori.cc', | 604 'browser/sync/util/nigori.cc', |
| 607 'browser/sync/util/nigori.h', | 605 'browser/sync/util/nigori.h', |
| 608 'browser/sync/util/user_settings.cc', | 606 'browser/sync/util/user_settings.cc', |
| 609 'browser/sync/util/user_settings.h', | 607 'browser/sync/util/user_settings.h', |
| 610 'browser/sync/util/user_settings_posix.cc', | 608 'browser/sync/util/user_settings_posix.cc', |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 }], # targets | 1558 }], # targets |
| 1561 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1559 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1562 ], # 'conditions' | 1560 ], # 'conditions' |
| 1563 } | 1561 } |
| 1564 | 1562 |
| 1565 # Local Variables: | 1563 # Local Variables: |
| 1566 # tab-width:2 | 1564 # tab-width:2 |
| 1567 # indent-tabs-mode:nil | 1565 # indent-tabs-mode:nil |
| 1568 # End: | 1566 # End: |
| 1569 # vim: set expandtab tabstop=2 shiftwidth=2: | 1567 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |