| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'browser/sync/notifier/non_blocking_invalidation_notifier.h', | 755 'browser/sync/notifier/non_blocking_invalidation_notifier.h', |
| 756 'browser/sync/notifier/non_blocking_invalidation_notifier.cc', | 756 'browser/sync/notifier/non_blocking_invalidation_notifier.cc', |
| 757 'browser/sync/notifier/p2p_notifier.h', | 757 'browser/sync/notifier/p2p_notifier.h', |
| 758 'browser/sync/notifier/p2p_notifier.cc', | 758 'browser/sync/notifier/p2p_notifier.cc', |
| 759 'browser/sync/notifier/registration_manager.cc', | 759 'browser/sync/notifier/registration_manager.cc', |
| 760 'browser/sync/notifier/registration_manager.h', | 760 'browser/sync/notifier/registration_manager.h', |
| 761 'browser/sync/notifier/state_writer.h', | 761 'browser/sync/notifier/state_writer.h', |
| 762 'browser/sync/notifier/sync_notifier.h', | 762 'browser/sync/notifier/sync_notifier.h', |
| 763 'browser/sync/notifier/sync_notifier_factory.h', | 763 'browser/sync/notifier/sync_notifier_factory.h', |
| 764 'browser/sync/notifier/sync_notifier_factory.cc', | 764 'browser/sync/notifier/sync_notifier_factory.cc', |
| 765 'browser/sync/notifier/sync_notifier_callback.h', | |
| 766 ], | 765 ], |
| 767 'include_dirs': [ | 766 'include_dirs': [ |
| 768 '..', | 767 '..', |
| 769 ], | 768 ], |
| 770 'dependencies': [ | 769 'dependencies': [ |
| 771 'sync', | 770 'sync', |
| 772 '../jingle/jingle.gyp:notifier', | 771 '../jingle/jingle.gyp:notifier', |
| 773 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 772 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 774 ], | 773 ], |
| 775 # This target exports a hard dependency because it depends on | 774 # This target exports a hard dependency because it depends on |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 }], # targets | 1634 }], # targets |
| 1636 }], # os_posix == 1 and OS != "mac" | 1635 }], # os_posix == 1 and OS != "mac" |
| 1637 ], # 'conditions' | 1636 ], # 'conditions' |
| 1638 } | 1637 } |
| 1639 | 1638 |
| 1640 # Local Variables: | 1639 # Local Variables: |
| 1641 # tab-width:2 | 1640 # tab-width:2 |
| 1642 # indent-tabs-mode:nil | 1641 # indent-tabs-mode:nil |
| 1643 # End: | 1642 # End: |
| 1644 # vim: set expandtab tabstop=2 shiftwidth=2: | 1643 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |