| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 9 'targets': [ |
| 10 # The core sync library. | 10 # The core sync library. |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'util/cryptographer.h', | 150 'util/cryptographer.h', |
| 151 | 151 |
| 152 # TODO(akalin): Figure out a better place to put | 152 # TODO(akalin): Figure out a better place to put |
| 153 # data_encryption_win*; it's also used by autofill. | 153 # data_encryption_win*; it's also used by autofill. |
| 154 'util/data_encryption_win.cc', | 154 'util/data_encryption_win.cc', |
| 155 'util/data_encryption_win.h', | 155 'util/data_encryption_win.h', |
| 156 | 156 |
| 157 'util/data_type_histogram.h', | 157 'util/data_type_histogram.h', |
| 158 'util/encryptor.h', | 158 'util/encryptor.h', |
| 159 'util/enum_set.h', | 159 'util/enum_set.h', |
| 160 'util/experiments.h', |
| 160 'util/extensions_activity_monitor.cc', | 161 'util/extensions_activity_monitor.cc', |
| 161 'util/extensions_activity_monitor.h', | 162 'util/extensions_activity_monitor.h', |
| 162 'util/get_session_name.cc', | 163 'util/get_session_name.cc', |
| 163 'util/get_session_name.h', | 164 'util/get_session_name.h', |
| 164 'util/get_session_name_mac.mm', | 165 'util/get_session_name_mac.mm', |
| 165 'util/get_session_name_mac.h', | 166 'util/get_session_name_mac.h', |
| 166 'util/get_session_name_win.cc', | 167 'util/get_session_name_win.cc', |
| 167 'util/get_session_name_win.h', | 168 'util/get_session_name_win.h', |
| 168 'util/immutable.h', | 169 'util/immutable.h', |
| 169 'util/logging.cc', | 170 'util/logging.cc', |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 '../net/net.gyp:net_test_support', | 626 '../net/net.gyp:net_test_support', |
| 626 'sync', | 627 'sync', |
| 627 'sync_notifier', | 628 'sync_notifier', |
| 628 ], | 629 ], |
| 629 'sources': [ | 630 'sources': [ |
| 630 'tools/sync_listen_notifications.cc', | 631 'tools/sync_listen_notifications.cc', |
| 631 ], | 632 ], |
| 632 }, | 633 }, |
| 633 ], | 634 ], |
| 634 } | 635 } |
| OLD | NEW |