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_unittest.cc', | 9 'browser/views/browser_actions_container_unittest.cc', |
10 ], | 10 ], |
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 ], | 1190 ], |
1191 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 1191 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
1192 'sources': [ | 1192 'sources': [ |
1193 # Test support sources | 1193 # Test support sources |
1194 'app/breakpad_mac_stubs.mm', | 1194 'app/breakpad_mac_stubs.mm', |
1195 'test/in_process_browser_test.cc', | 1195 'test/in_process_browser_test.cc', |
1196 'test/in_process_browser_test.h', | 1196 'test/in_process_browser_test.h', |
1197 'test/test_launcher/out_of_proc_test_runner.cc', | 1197 'test/test_launcher/out_of_proc_test_runner.cc', |
1198 'test/test_launcher/test_runner.cc', | 1198 'test/test_launcher/test_runner.cc', |
1199 'test/test_launcher/test_runner.h', | 1199 'test/test_launcher/test_runner.h', |
1200 'test/test_launcher/run_all_unittests.cc', | |
1201 'test/unit/chrome_test_suite.h', | 1200 'test/unit/chrome_test_suite.h', |
1202 'browser/chromeos/cros/cros_in_process_browser_test.cc', | 1201 'browser/chromeos/cros/cros_in_process_browser_test.cc', |
1203 'browser/chromeos/cros/cros_in_process_browser_test.h', | 1202 'browser/chromeos/cros/cros_in_process_browser_test.h', |
1204 # Actual test sources | 1203 # Actual test sources |
1205 'browser/autocomplete/autocomplete_browsertest.cc', | 1204 'browser/autocomplete/autocomplete_browsertest.cc', |
1206 'browser/browser_browsertest.cc', | 1205 'browser/browser_browsertest.cc', |
1207 'browser/browser_init_browsertest.cc', | 1206 'browser/browser_init_browsertest.cc', |
1208 'browser/browsing_data_local_storage_helper_unittest.cc', | 1207 'browser/browsing_data_local_storage_helper_unittest.cc', |
1209 'browser/chromeos/login/network_screen_browsertest.cc', | 1208 'browser/chromeos/login/network_screen_browsertest.cc', |
1210 'browser/chromeos/compact_navigation_bar_browsertest.cc', | 1209 'browser/chromeos/compact_navigation_bar_browsertest.cc', |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 'test/live_sync/bookmark_model_verifier.cc', | 1730 'test/live_sync/bookmark_model_verifier.cc', |
1732 'test/live_sync/bookmark_model_verifier.h', | 1731 'test/live_sync/bookmark_model_verifier.h', |
1733 'test/live_sync/live_sync_test.cc', | 1732 'test/live_sync/live_sync_test.cc', |
1734 'test/live_sync/live_sync_test.h', | 1733 'test/live_sync/live_sync_test.h', |
1735 'test/live_sync/profile_sync_service_test_harness.cc', | 1734 'test/live_sync/profile_sync_service_test_harness.cc', |
1736 'test/live_sync/profile_sync_service_test_harness.h', | 1735 'test/live_sync/profile_sync_service_test_harness.h', |
1737 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', | 1736 'test/live_sync/single_client_live_bookmarks_sync_unittest.cc', |
1738 'test/live_sync/single_client_live_preferences_sync_unittest.cc', | 1737 'test/live_sync/single_client_live_preferences_sync_unittest.cc', |
1739 'test/live_sync/two_client_live_bookmarks_sync_test.cc', | 1738 'test/live_sync/two_client_live_bookmarks_sync_test.cc', |
1740 'test/live_sync/two_client_live_preferences_sync_test.cc', | 1739 'test/live_sync/two_client_live_preferences_sync_test.cc', |
1741 'test/test_launcher/run_all_unittests.cc', | |
1742 'test/test_notification_tracker.cc', | 1740 'test/test_notification_tracker.cc', |
1743 'test/test_notification_tracker.h', | 1741 'test/test_notification_tracker.h', |
1744 'test/testing_browser_process.h', | 1742 'test/testing_browser_process.h', |
1745 'test/ui_test_utils_linux.cc', | 1743 'test/ui_test_utils_linux.cc', |
1746 'test/ui_test_utils_mac.cc', | 1744 'test/ui_test_utils_mac.cc', |
1747 'test/ui_test_utils_win.cc', | 1745 'test/ui_test_utils_win.cc', |
1748 'test/data/resource.h', | 1746 'test/data/resource.h', |
1749 ], | 1747 ], |
1750 'conditions': [ | 1748 'conditions': [ |
1751 # Plugin code. | 1749 # Plugin code. |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2159 ] | 2157 ] |
2160 }], # 'coverage!=0' | 2158 }], # 'coverage!=0' |
2161 ], # 'conditions' | 2159 ], # 'conditions' |
2162 } | 2160 } |
2163 | 2161 |
2164 # Local Variables: | 2162 # Local Variables: |
2165 # tab-width:2 | 2163 # tab-width:2 |
2166 # indent-tabs-mode:nil | 2164 # indent-tabs-mode:nil |
2167 # End: | 2165 # End: |
2168 # vim: set expandtab tabstop=2 shiftwidth=2: | 2166 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |