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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'include_dirs': [ | 296 'include_dirs': [ |
297 '..', | 297 '..', |
298 ], | 298 ], |
299 'sources': [ | 299 'sources': [ |
300 'app/chrome_main_uitest.cc', | 300 'app/chrome_main_uitest.cc', |
301 'browser/browser_encoding_uitest.cc', | 301 'browser/browser_encoding_uitest.cc', |
302 'browser/browser_uitest.cc', | 302 'browser/browser_uitest.cc', |
303 'browser/cookie_modal_dialog_uitest.cc', | 303 'browser/cookie_modal_dialog_uitest.cc', |
304 'browser/dom_ui/bookmarks_ui_uitest.cc', | 304 'browser/dom_ui/bookmarks_ui_uitest.cc', |
305 'browser/dom_ui/new_tab_ui_uitest.cc', | 305 'browser/dom_ui/new_tab_ui_uitest.cc', |
| 306 'browser/dom_ui/options_ui_uitest.cc', |
306 'browser/download/download_uitest.cc', | 307 'browser/download/download_uitest.cc', |
307 'browser/download/save_page_uitest.cc', | 308 'browser/download/save_page_uitest.cc', |
308 'browser/errorpage_uitest.cc', | 309 'browser/errorpage_uitest.cc', |
309 'browser/default_plugin_uitest.cc', | 310 'browser/default_plugin_uitest.cc', |
310 'browser/extensions/extension_uitest.cc', | 311 'browser/extensions/extension_uitest.cc', |
311 'browser/history/multipart_uitest.cc', | 312 'browser/history/multipart_uitest.cc', |
312 'browser/history/redirect_uitest.cc', | 313 'browser/history/redirect_uitest.cc', |
313 'browser/iframe_uitest.cc', | 314 'browser/iframe_uitest.cc', |
314 'browser/images_uitest.cc', | 315 'browser/images_uitest.cc', |
315 'browser/in_process_webkit/dom_storage_uitest.cc', | 316 'browser/in_process_webkit/dom_storage_uitest.cc', |
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2536 ] | 2537 ] |
2537 }], # 'coverage!=0' | 2538 }], # 'coverage!=0' |
2538 ], # 'conditions' | 2539 ], # 'conditions' |
2539 } | 2540 } |
2540 | 2541 |
2541 # Local Variables: | 2542 # Local Variables: |
2542 # tab-width:2 | 2543 # tab-width:2 |
2543 # indent-tabs-mode:nil | 2544 # indent-tabs-mode:nil |
2544 # End: | 2545 # End: |
2545 # vim: set expandtab tabstop=2 shiftwidth=2: | 2546 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |