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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 3795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3806 'browser/sessions/session_backend.cc', | 3806 'browser/sessions/session_backend.cc', |
3807 'browser/sync/glue/session_model_associator.cc', | 3807 'browser/sync/glue/session_model_associator.cc', |
3808 'test/base/chrome_test_launcher.cc', | 3808 'test/base/chrome_test_launcher.cc', |
3809 'test/data/resource.rc', | 3809 'test/data/resource.rc', |
3810 'browser/sync/test/integration/apps_helper.cc', | 3810 'browser/sync/test/integration/apps_helper.cc', |
3811 'browser/sync/test/integration/apps_helper.h', | 3811 'browser/sync/test/integration/apps_helper.h', |
3812 'browser/sync/test/integration/autofill_helper.cc', | 3812 'browser/sync/test/integration/autofill_helper.cc', |
3813 'browser/sync/test/integration/autofill_helper.h', | 3813 'browser/sync/test/integration/autofill_helper.h', |
3814 'browser/sync/test/integration/bookmarks_helper.cc', | 3814 'browser/sync/test/integration/bookmarks_helper.cc', |
3815 'browser/sync/test/integration/bookmarks_helper.h', | 3815 'browser/sync/test/integration/bookmarks_helper.h', |
| 3816 'browser/sync/test/integration/cross_platform_sync_test.cc', |
3816 'browser/sync/test/integration/enable_disable_test.cc', | 3817 'browser/sync/test/integration/enable_disable_test.cc', |
3817 'browser/sync/test/integration/extension_settings_helper.cc', | 3818 'browser/sync/test/integration/extension_settings_helper.cc', |
3818 'browser/sync/test/integration/extension_settings_helper.h', | 3819 'browser/sync/test/integration/extension_settings_helper.h', |
3819 'browser/sync/test/integration/extensions_helper.cc', | 3820 'browser/sync/test/integration/extensions_helper.cc', |
3820 'browser/sync/test/integration/extensions_helper.h', | 3821 'browser/sync/test/integration/extensions_helper.h', |
3821 'browser/sync/test/integration/migration_errors_test.cc', | 3822 'browser/sync/test/integration/migration_errors_test.cc', |
3822 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', | 3823 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', |
3823 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', | 3824 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', |
3824 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc'
, | 3825 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc'
, |
3825 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', | 3826 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', |
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4672 '--result', '<@(_outputs)', | 4673 '--result', '<@(_outputs)', |
4673 '--isolate', 'browser_tests.isolate', | 4674 '--isolate', 'browser_tests.isolate', |
4674 ], | 4675 ], |
4675 }, | 4676 }, |
4676 ], | 4677 ], |
4677 }, | 4678 }, |
4678 ], | 4679 ], |
4679 }], | 4680 }], |
4680 ], # 'conditions' | 4681 ], # 'conditions' |
4681 } | 4682 } |
OLD | NEW |