| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 5118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5129 }, | 5129 }, |
| 5130 { | 5130 { |
| 5131 'target_name': 'notifier', | 5131 'target_name': 'notifier', |
| 5132 'type': '<(library)', | 5132 'type': '<(library)', |
| 5133 'sources': [ | 5133 'sources': [ |
| 5134 'browser/sync/notifier/base/async_dns_lookup.cc', | 5134 'browser/sync/notifier/base/async_dns_lookup.cc', |
| 5135 'browser/sync/notifier/base/async_dns_lookup.h', | 5135 'browser/sync/notifier/base/async_dns_lookup.h', |
| 5136 'browser/sync/notifier/base/async_network_alive.h', | 5136 'browser/sync/notifier/base/async_network_alive.h', |
| 5137 'browser/sync/notifier/base/fastalloc.h', | 5137 'browser/sync/notifier/base/fastalloc.h', |
| 5138 'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc'
, | 5138 'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc'
, |
| 5139 'browser/sync/notifier/base/linux/time_linux.cc', | |
| 5140 'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc', | 5139 'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc', |
| 5141 'browser/sync/notifier/base/mac/time_mac.cc', | 5140 'browser/sync/notifier/base/mac/time_mac.cc', |
| 5142 'browser/sync/notifier/base/nethelpers.cc', | 5141 'browser/sync/notifier/base/nethelpers.cc', |
| 5143 'browser/sync/notifier/base/nethelpers.h', | 5142 'browser/sync/notifier/base/nethelpers.h', |
| 5144 'browser/sync/notifier/base/network_status_detector_task.cc', | 5143 'browser/sync/notifier/base/network_status_detector_task.cc', |
| 5145 'browser/sync/notifier/base/network_status_detector_task.h', | 5144 'browser/sync/notifier/base/network_status_detector_task.h', |
| 5146 'browser/sync/notifier/base/network_status_detector_task_mt.cc', | 5145 'browser/sync/notifier/base/network_status_detector_task_mt.cc', |
| 5147 'browser/sync/notifier/base/network_status_detector_task_mt.h', | 5146 'browser/sync/notifier/base/network_status_detector_task_mt.h', |
| 5148 'browser/sync/notifier/base/posix/time_posix.cc', | 5147 'browser/sync/notifier/base/posix/time_posix.cc', |
| 5149 'browser/sync/notifier/base/signal_thread_task.h', | 5148 'browser/sync/notifier/base/signal_thread_task.h', |
| (...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6957 ] | 6956 ] |
| 6958 }], | 6957 }], |
| 6959 ], # 'conditions' | 6958 ], # 'conditions' |
| 6960 } | 6959 } |
| 6961 | 6960 |
| 6962 # Local Variables: | 6961 # Local Variables: |
| 6963 # tab-width:2 | 6962 # tab-width:2 |
| 6964 # indent-tabs-mode:nil | 6963 # indent-tabs-mode:nil |
| 6965 # End: | 6964 # End: |
| 6966 # vim: set expandtab tabstop=2 shiftwidth=2: | 6965 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |