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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 # run time dependencies | 295 # run time dependencies |
296 '../third_party/ppapi/ppapi.gyp:ppapi_tests', | 296 '../third_party/ppapi/ppapi.gyp:ppapi_tests', |
297 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', | 297 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', |
298 '../webkit/default_plugin/default_plugin.gyp:default_plugin', | 298 '../webkit/default_plugin/default_plugin.gyp:default_plugin', |
299 ], | 299 ], |
300 'include_dirs': [ | 300 'include_dirs': [ |
301 '..', | 301 '..', |
302 ], | 302 ], |
303 'sources': [ | 303 'sources': [ |
304 'app/chrome_main_uitest.cc', | 304 'app/chrome_main_uitest.cc', |
| 305 'browser/appcache/appcache_ui_test.cc', |
305 'browser/browser_encoding_uitest.cc', | 306 'browser/browser_encoding_uitest.cc', |
306 'browser/browser_uitest.cc', | 307 'browser/browser_uitest.cc', |
307 'browser/cookie_modal_dialog_uitest.cc', | 308 'browser/cookie_modal_dialog_uitest.cc', |
308 'browser/dom_ui/bookmarks_ui_uitest.cc', | 309 'browser/dom_ui/bookmarks_ui_uitest.cc', |
309 'browser/dom_ui/new_tab_ui_uitest.cc', | 310 'browser/dom_ui/new_tab_ui_uitest.cc', |
310 'browser/dom_ui/options_ui_uitest.cc', | 311 'browser/dom_ui/options_ui_uitest.cc', |
311 'browser/download/download_uitest.cc', | 312 'browser/download/download_uitest.cc', |
312 'browser/download/save_page_uitest.cc', | 313 'browser/download/save_page_uitest.cc', |
313 'browser/errorpage_uitest.cc', | 314 'browser/errorpage_uitest.cc', |
314 'browser/default_plugin_uitest.cc', | 315 'browser/default_plugin_uitest.cc', |
(...skipping 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2550 ] | 2551 ] |
2551 }], # 'coverage!=0' | 2552 }], # 'coverage!=0' |
2552 ], # 'conditions' | 2553 ], # 'conditions' |
2553 } | 2554 } |
2554 | 2555 |
2555 # Local Variables: | 2556 # Local Variables: |
2556 # tab-width:2 | 2557 # tab-width:2 |
2557 # indent-tabs-mode:nil | 2558 # indent-tabs-mode:nil |
2558 # End: | 2559 # End: |
2559 # vim: set expandtab tabstop=2 shiftwidth=2: | 2560 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |