| 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 'browser/extensions/extension_omnibox_unittest.cc', | 1196 'browser/extensions/extension_omnibox_unittest.cc', |
| 1197 'browser/extensions/extension_service_unittest.cc', | 1197 'browser/extensions/extension_service_unittest.cc', |
| 1198 'browser/extensions/extension_service_unittest.h', | 1198 'browser/extensions/extension_service_unittest.h', |
| 1199 'browser/extensions/extension_ui_unittest.cc', | 1199 'browser/extensions/extension_ui_unittest.cc', |
| 1200 'browser/extensions/extension_updater_unittest.cc', | 1200 'browser/extensions/extension_updater_unittest.cc', |
| 1201 'browser/extensions/extension_webnavigation_unittest.cc', | 1201 'browser/extensions/extension_webnavigation_unittest.cc', |
| 1202 'browser/extensions/extensions_quota_service_unittest.cc', | 1202 'browser/extensions/extensions_quota_service_unittest.cc', |
| 1203 'browser/extensions/external_policy_extension_loader_unittest.cc', | 1203 'browser/extensions/external_policy_extension_loader_unittest.cc', |
| 1204 'browser/extensions/file_reader_unittest.cc', | 1204 'browser/extensions/file_reader_unittest.cc', |
| 1205 'browser/extensions/image_loading_tracker_unittest.cc', | 1205 'browser/extensions/image_loading_tracker_unittest.cc', |
| 1206 'browser/extensions/key_identifier_conversion_views_unittest.cc', |
| 1206 'browser/extensions/sandboxed_extension_unpacker_unittest.cc', | 1207 'browser/extensions/sandboxed_extension_unpacker_unittest.cc', |
| 1207 'browser/extensions/user_script_listener_unittest.cc', | 1208 'browser/extensions/user_script_listener_unittest.cc', |
| 1208 'browser/extensions/user_script_master_unittest.cc', | 1209 'browser/extensions/user_script_master_unittest.cc', |
| 1209 'browser/first_run/first_run_unittest.cc', | 1210 'browser/first_run/first_run_unittest.cc', |
| 1210 'browser/geolocation/device_data_provider_unittest.cc', | 1211 'browser/geolocation/device_data_provider_unittest.cc', |
| 1211 'browser/geolocation/fake_access_token_store.h', | 1212 'browser/geolocation/fake_access_token_store.h', |
| 1212 'browser/geolocation/gateway_data_provider_common_unittest.cc', | 1213 'browser/geolocation/gateway_data_provider_common_unittest.cc', |
| 1213 'browser/geolocation/geolocation_content_settings_map_unittest.cc', | 1214 'browser/geolocation/geolocation_content_settings_map_unittest.cc', |
| 1214 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc', | 1215 'browser/geolocation/geolocation_exceptions_table_model_unittest.cc', |
| 1215 'browser/geolocation/geolocation_provider_unittest.cc', | 1216 'browser/geolocation/geolocation_provider_unittest.cc', |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 'dependencies': [ | 1965 'dependencies': [ |
| 1965 '../views/views.gyp:views', | 1966 '../views/views.gyp:views', |
| 1966 ], | 1967 ], |
| 1967 'sources!': [ | 1968 'sources!': [ |
| 1968 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 1969 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
| 1969 ], | 1970 ], |
| 1970 }, { # else: toolkit_views == 0 | 1971 }, { # else: toolkit_views == 0 |
| 1971 'sources/': [ | 1972 'sources/': [ |
| 1972 ['exclude', '^browser/ui/views/'], | 1973 ['exclude', '^browser/ui/views/'], |
| 1973 ['exclude', '^../views/'], | 1974 ['exclude', '^../views/'], |
| 1975 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni
ttest.cc'], |
| 1974 ], | 1976 ], |
| 1975 }], | 1977 }], |
| 1976 ['use_openssl==1', { | 1978 ['use_openssl==1', { |
| 1977 'sources/': [ | 1979 'sources/': [ |
| 1978 # OpenSSL build does not support firefox importer. See | 1980 # OpenSSL build does not support firefox importer. See |
| 1979 # http://crbug.com/64926 | 1981 # http://crbug.com/64926 |
| 1980 ['exclude', '^browser/importer/'], | 1982 ['exclude', '^browser/importer/'], |
| 1981 ], | 1983 ], |
| 1982 }], | 1984 }], |
| 1983 ], | 1985 ], |
| (...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3683 ] | 3685 ] |
| 3684 }], # 'coverage!=0' | 3686 }], # 'coverage!=0' |
| 3685 ], # 'conditions' | 3687 ], # 'conditions' |
| 3686 } | 3688 } |
| 3687 | 3689 |
| 3688 # Local Variables: | 3690 # Local Variables: |
| 3689 # tab-width:2 | 3691 # tab-width:2 |
| 3690 # indent-tabs-mode:nil | 3692 # indent-tabs-mode:nil |
| 3691 # End: | 3693 # End: |
| 3692 # vim: set expandtab tabstop=2 shiftwidth=2: | 3694 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |