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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 # run time dependencies | 291 # run time dependencies |
292 '../third_party/ppapi/ppapi.gyp:ppapi_tests', | 292 '../third_party/ppapi/ppapi.gyp:ppapi_tests', |
293 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', | 293 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', |
294 '../webkit/default_plugin/default_plugin.gyp:default_plugin', | 294 '../webkit/default_plugin/default_plugin.gyp:default_plugin', |
295 ], | 295 ], |
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/appcache/appcache_ui_test.cc', | |
302 'browser/browser_encoding_uitest.cc', | 301 'browser/browser_encoding_uitest.cc', |
303 'browser/browser_uitest.cc', | 302 'browser/browser_uitest.cc', |
304 'browser/cookie_modal_dialog_uitest.cc', | 303 'browser/cookie_modal_dialog_uitest.cc', |
305 'browser/dom_ui/bookmarks_ui_uitest.cc', | 304 'browser/dom_ui/bookmarks_ui_uitest.cc', |
306 'browser/dom_ui/new_tab_ui_uitest.cc', | 305 'browser/dom_ui/new_tab_ui_uitest.cc', |
307 'browser/dom_ui/options_ui_uitest.cc', | 306 'browser/dom_ui/options_ui_uitest.cc', |
308 'browser/download/download_uitest.cc', | 307 'browser/download/download_uitest.cc', |
309 'browser/download/save_page_uitest.cc', | 308 'browser/download/save_page_uitest.cc', |
310 'browser/errorpage_uitest.cc', | 309 'browser/errorpage_uitest.cc', |
311 'browser/default_plugin_uitest.cc', | 310 'browser/default_plugin_uitest.cc', |
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2556 ] | 2555 ] |
2557 }], # 'coverage!=0' | 2556 }], # 'coverage!=0' |
2558 ], # 'conditions' | 2557 ], # 'conditions' |
2559 } | 2558 } |
2560 | 2559 |
2561 # Local Variables: | 2560 # Local Variables: |
2562 # tab-width:2 | 2561 # tab-width:2 |
2563 # indent-tabs-mode:nil | 2562 # indent-tabs-mode:nil |
2564 # End: | 2563 # End: |
2565 # vim: set expandtab tabstop=2 shiftwidth=2: | 2564 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |