| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 'browser/sync/glue/theme_util_unittest.cc', | 1119 'browser/sync/glue/theme_util_unittest.cc', |
| 1120 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1120 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
| 1121 'browser/sync/glue/ui_model_worker_unittest.cc', | 1121 'browser/sync/glue/ui_model_worker_unittest.cc', |
| 1122 'browser/sync/profile_sync_factory_impl_unittest.cc', | 1122 'browser/sync/profile_sync_factory_impl_unittest.cc', |
| 1123 'browser/sync/profile_sync_factory_mock.cc', | 1123 'browser/sync/profile_sync_factory_mock.cc', |
| 1124 'browser/sync/profile_sync_factory_mock.h', | 1124 'browser/sync/profile_sync_factory_mock.h', |
| 1125 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1125 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 1126 'browser/sync/profile_sync_service_mock.h', | 1126 'browser/sync/profile_sync_service_mock.h', |
| 1127 'browser/sync/profile_sync_service_password_unittest.cc', | 1127 'browser/sync/profile_sync_service_password_unittest.cc', |
| 1128 'browser/sync/profile_sync_service_preference_unittest.cc', | 1128 'browser/sync/profile_sync_service_preference_unittest.cc', |
| 1129 'browser/sync/profile_sync_service_session_unittest.cc', |
| 1129 'browser/sync/profile_sync_service_startup_unittest.cc', | 1130 'browser/sync/profile_sync_service_startup_unittest.cc', |
| 1130 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1131 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 1131 'browser/sync/profile_sync_service_unittest.cc', | 1132 'browser/sync/profile_sync_service_unittest.cc', |
| 1132 'browser/sync/profile_sync_test_util.h', | 1133 'browser/sync/profile_sync_test_util.h', |
| 1133 'browser/sync/sync_setup_wizard_unittest.cc', | 1134 'browser/sync/sync_setup_wizard_unittest.cc', |
| 1134 'browser/sync/sync_ui_util_mac_unittest.mm', | 1135 'browser/sync/sync_ui_util_mac_unittest.mm', |
| 1135 'browser/sync/test_profile_sync_service.h', | 1136 'browser/sync/test_profile_sync_service.h', |
| 1136 'browser/sync/util/cryptographer_unittest.cc', | 1137 'browser/sync/util/cryptographer_unittest.cc', |
| 1137 'browser/sync/util/nigori_unittest.cc', | 1138 'browser/sync/util/nigori_unittest.cc', |
| 1138 'browser/tab_contents/navigation_controller_unittest.cc', | 1139 'browser/tab_contents/navigation_controller_unittest.cc', |
| (...skipping 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2787 ] | 2788 ] |
| 2788 }], # 'coverage!=0' | 2789 }], # 'coverage!=0' |
| 2789 ], # 'conditions' | 2790 ], # 'conditions' |
| 2790 } | 2791 } |
| 2791 | 2792 |
| 2792 # Local Variables: | 2793 # Local Variables: |
| 2793 # tab-width:2 | 2794 # tab-width:2 |
| 2794 # indent-tabs-mode:nil | 2795 # indent-tabs-mode:nil |
| 2795 # End: | 2796 # End: |
| 2796 # vim: set expandtab tabstop=2 shiftwidth=2: | 2797 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |