| 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_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 'browser/sync/glue/data_type_controller_mock.h', | 1353 'browser/sync/glue/data_type_controller_mock.h', |
| 1354 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1354 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
| 1355 'browser/sync/glue/data_type_manager_mock.h', | 1355 'browser/sync/glue/data_type_manager_mock.h', |
| 1356 'browser/sync/glue/database_model_worker_unittest.cc', | 1356 'browser/sync/glue/database_model_worker_unittest.cc', |
| 1357 'browser/sync/glue/extension_data_unittest.cc', | 1357 'browser/sync/glue/extension_data_unittest.cc', |
| 1358 'browser/sync/glue/extension_data_type_controller_unittest.cc', | 1358 'browser/sync/glue/extension_data_type_controller_unittest.cc', |
| 1359 'browser/sync/glue/extension_util_unittest.cc', | 1359 'browser/sync/glue/extension_util_unittest.cc', |
| 1360 'browser/sync/glue/http_bridge_unittest.cc', | 1360 'browser/sync/glue/http_bridge_unittest.cc', |
| 1361 'browser/sync/glue/preference_data_type_controller_unittest.cc', | 1361 'browser/sync/glue/preference_data_type_controller_unittest.cc', |
| 1362 'browser/sync/glue/preference_model_associator_unittest.cc', | 1362 'browser/sync/glue/preference_model_associator_unittest.cc', |
| 1363 'browser/sync/glue/session_model_associator_unittest.cc', |
| 1363 'browser/sync/glue/sync_backend_host_mock.h', | 1364 'browser/sync/glue/sync_backend_host_mock.h', |
| 1364 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 1365 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
| 1365 'browser/sync/glue/theme_util_unittest.cc', | 1366 'browser/sync/glue/theme_util_unittest.cc', |
| 1366 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1367 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
| 1367 'browser/sync/glue/ui_model_worker_unittest.cc', | 1368 'browser/sync/glue/ui_model_worker_unittest.cc', |
| 1368 'browser/sync/profile_sync_factory_impl_unittest.cc', | 1369 'browser/sync/profile_sync_factory_impl_unittest.cc', |
| 1369 'browser/sync/profile_sync_factory_mock.cc', | 1370 'browser/sync/profile_sync_factory_mock.cc', |
| 1370 'browser/sync/profile_sync_factory_mock.h', | 1371 'browser/sync/profile_sync_factory_mock.h', |
| 1371 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1372 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 1372 'browser/sync/profile_sync_service_mock.h', | 1373 'browser/sync/profile_sync_service_mock.h', |
| (...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3576 ] | 3577 ] |
| 3577 }], # 'coverage!=0' | 3578 }], # 'coverage!=0' |
| 3578 ], # 'conditions' | 3579 ], # 'conditions' |
| 3579 } | 3580 } |
| 3580 | 3581 |
| 3581 # Local Variables: | 3582 # Local Variables: |
| 3582 # tab-width:2 | 3583 # tab-width:2 |
| 3583 # indent-tabs-mode:nil | 3584 # indent-tabs-mode:nil |
| 3584 # End: | 3585 # End: |
| 3585 # vim: set expandtab tabstop=2 shiftwidth=2: | 3586 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |