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 { | 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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1368 'browser/sessions/session_service_unittest.cc', | 1368 'browser/sessions/session_service_unittest.cc', |
1369 'browser/shell_integration_unittest.cc', | 1369 'browser/shell_integration_unittest.cc', |
1370 'browser/speech/endpointer/endpointer_unittest.cc', | 1370 'browser/speech/endpointer/endpointer_unittest.cc', |
1371 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1371 'browser/speech/speech_input_bubble_controller_unittest.cc', |
1372 'browser/speech/speech_recognition_request_unittest.cc', | 1372 'browser/speech/speech_recognition_request_unittest.cc', |
1373 'browser/speech/speech_recognizer_unittest.cc', | 1373 'browser/speech/speech_recognizer_unittest.cc', |
1374 'browser/spellchecker_platform_engine_unittest.cc', | 1374 'browser/spellchecker_platform_engine_unittest.cc', |
1375 'browser/ssl/ssl_host_state_unittest.cc', | 1375 'browser/ssl/ssl_host_state_unittest.cc', |
1376 'browser/status_icons/status_icon_unittest.cc', | 1376 'browser/status_icons/status_icon_unittest.cc', |
1377 'browser/status_icons/status_tray_unittest.cc', | 1377 'browser/status_icons/status_tray_unittest.cc', |
| 1378 'browser/sync/abstract_profile_sync_service_test.cc', |
1378 'browser/sync/abstract_profile_sync_service_test.h', | 1379 'browser/sync/abstract_profile_sync_service_test.h', |
1379 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1380 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
1380 'browser/sync/glue/autofill_model_associator_unittest.cc', | 1381 'browser/sync/glue/autofill_model_associator_unittest.cc', |
1381 'browser/sync/glue/autofill_profile_model_associator_unittest.cc', | 1382 'browser/sync/glue/autofill_profile_model_associator_unittest.cc', |
1382 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1383 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
1383 'browser/sync/glue/change_processor_mock.cc', | 1384 'browser/sync/glue/change_processor_mock.cc', |
1384 'browser/sync/glue/change_processor_mock.h', | 1385 'browser/sync/glue/change_processor_mock.h', |
1385 'browser/sync/glue/data_type_controller_mock.cc', | 1386 'browser/sync/glue/data_type_controller_mock.cc', |
1386 'browser/sync/glue/data_type_controller_mock.h', | 1387 'browser/sync/glue/data_type_controller_mock.h', |
1387 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1388 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3630 ] | 3631 ] |
3631 }], # 'coverage!=0' | 3632 }], # 'coverage!=0' |
3632 ], # 'conditions' | 3633 ], # 'conditions' |
3633 } | 3634 } |
3634 | 3635 |
3635 # Local Variables: | 3636 # Local Variables: |
3636 # tab-width:2 | 3637 # tab-width:2 |
3637 # indent-tabs-mode:nil | 3638 # indent-tabs-mode:nil |
3638 # End: | 3639 # End: |
3639 # vim: set expandtab tabstop=2 shiftwidth=2: | 3640 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |