| 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 'browser/notifications/notification_test_util.h', | 858 'browser/notifications/notification_test_util.h', |
| 859 'browser/page_menu_model_unittest.cc', | 859 'browser/page_menu_model_unittest.cc', |
| 860 'browser/password_manager/encryptor_unittest.cc', | 860 'browser/password_manager/encryptor_unittest.cc', |
| 861 'browser/password_manager/login_database_unittest.cc', | 861 'browser/password_manager/login_database_unittest.cc', |
| 862 'browser/password_manager/password_form_data.cc', | 862 'browser/password_manager/password_form_data.cc', |
| 863 'browser/password_manager/password_form_manager_unittest.cc', | 863 'browser/password_manager/password_form_manager_unittest.cc', |
| 864 'browser/password_manager/password_manager_unittest.cc', | 864 'browser/password_manager/password_manager_unittest.cc', |
| 865 'browser/password_manager/password_store_default_unittest.cc', | 865 'browser/password_manager/password_store_default_unittest.cc', |
| 866 'browser/password_manager/password_store_mac_unittest.cc', | 866 'browser/password_manager/password_store_mac_unittest.cc', |
| 867 'browser/password_manager/password_store_win_unittest.cc', | 867 'browser/password_manager/password_store_win_unittest.cc', |
| 868 'browser/plugin_updater_unittest.cc', |
| 868 'browser/pref_member_unittest.cc', | 869 'browser/pref_member_unittest.cc', |
| 869 'browser/pref_service_unittest.cc', | 870 'browser/pref_service_unittest.cc', |
| 870 'browser/printing/print_job_unittest.cc', | 871 'browser/printing/print_job_unittest.cc', |
| 871 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc', | 872 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc', |
| 872 'browser/privacy_blacklist/blacklist_unittest.cc', | 873 'browser/privacy_blacklist/blacklist_unittest.cc', |
| 873 'browser/process_info_snapshot_mac_unittest.cc', | 874 'browser/process_info_snapshot_mac_unittest.cc', |
| 874 'browser/profile_manager_unittest.cc', | 875 'browser/profile_manager_unittest.cc', |
| 875 'browser/renderer_host/audio_renderer_host_unittest.cc', | 876 'browser/renderer_host/audio_renderer_host_unittest.cc', |
| 876 'browser/renderer_host/render_widget_host_unittest.cc', | 877 'browser/renderer_host/render_widget_host_unittest.cc', |
| 877 'browser/renderer_host/resource_dispatcher_host_unittest.cc', | 878 'browser/renderer_host/resource_dispatcher_host_unittest.cc', |
| (...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2350 ] | 2351 ] |
| 2351 }], # 'coverage!=0' | 2352 }], # 'coverage!=0' |
| 2352 ], # 'conditions' | 2353 ], # 'conditions' |
| 2353 } | 2354 } |
| 2354 | 2355 |
| 2355 # Local Variables: | 2356 # Local Variables: |
| 2356 # tab-width:2 | 2357 # tab-width:2 |
| 2357 # indent-tabs-mode:nil | 2358 # indent-tabs-mode:nil |
| 2358 # End: | 2359 # End: |
| 2359 # vim: set expandtab tabstop=2 shiftwidth=2: | 2360 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |