| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 ], | 50 ], |
| 51 'sources': [ | 51 'sources': [ |
| 52 'app/breakpad_mac_stubs.mm', | 52 'app/breakpad_mac_stubs.mm', |
| 53 'browser/autofill/autofill_common_test.cc', | 53 'browser/autofill/autofill_common_test.cc', |
| 54 'browser/autofill/autofill_common_test.h', | 54 'browser/autofill/autofill_common_test.h', |
| 55 'browser/autofill/data_driven_test.cc', | 55 'browser/autofill/data_driven_test.cc', |
| 56 'browser/autofill/data_driven_test.h', | 56 'browser/autofill/data_driven_test.h', |
| 57 # The only thing used from browser is Browser::Type. | 57 # The only thing used from browser is Browser::Type. |
| 58 'browser/extensions/test_extension_prefs.cc', | 58 'browser/extensions/test_extension_prefs.cc', |
| 59 'browser/extensions/test_extension_prefs.h', | 59 'browser/extensions/test_extension_prefs.h', |
| 60 'browser/geolocation/arbitrator_dependency_factories_for_tests.h', | |
| 61 'browser/geolocation/mock_location_provider.cc', | 60 'browser/geolocation/mock_location_provider.cc', |
| 62 'browser/geolocation/mock_location_provider.h', | 61 'browser/geolocation/mock_location_provider.h', |
| 63 'browser/mock_browsing_data_appcache_helper.cc', | 62 'browser/mock_browsing_data_appcache_helper.cc', |
| 64 'browser/mock_browsing_data_appcache_helper.h', | 63 'browser/mock_browsing_data_appcache_helper.h', |
| 65 'browser/mock_browsing_data_database_helper.cc', | 64 'browser/mock_browsing_data_database_helper.cc', |
| 66 'browser/mock_browsing_data_database_helper.h', | 65 'browser/mock_browsing_data_database_helper.h', |
| 67 'browser/mock_browsing_data_indexed_db_helper.cc', | 66 'browser/mock_browsing_data_indexed_db_helper.cc', |
| 68 'browser/mock_browsing_data_indexed_db_helper.h', | 67 'browser/mock_browsing_data_indexed_db_helper.h', |
| 69 'browser/mock_browsing_data_local_storage_helper.cc', | 68 'browser/mock_browsing_data_local_storage_helper.cc', |
| 70 'browser/mock_browsing_data_local_storage_helper.h', | 69 'browser/mock_browsing_data_local_storage_helper.h', |
| (...skipping 3697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3768 ] | 3767 ] |
| 3769 }], # 'coverage!=0' | 3768 }], # 'coverage!=0' |
| 3770 ], # 'conditions' | 3769 ], # 'conditions' |
| 3771 } | 3770 } |
| 3772 | 3771 |
| 3773 # Local Variables: | 3772 # Local Variables: |
| 3774 # tab-width:2 | 3773 # tab-width:2 |
| 3775 # indent-tabs-mode:nil | 3774 # indent-tabs-mode:nil |
| 3776 # End: | 3775 # End: |
| 3777 # vim: set expandtab tabstop=2 shiftwidth=2: | 3776 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |