Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2879003: Run appcache layout tests in chrome using the ui test harness. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/appcache/appcache_ui_test.cc ('k') | chrome/test/data/layout_tests/layout_test_controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698