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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2822007: 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, 6 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
« no previous file with comments | « chrome/browser/appcache/appcache_ui_test.cc ('k') | chrome/test/ui/ui_layout_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
301 'browser/browser_encoding_uitest.cc', 302 'browser/browser_encoding_uitest.cc',
302 'browser/browser_uitest.cc', 303 'browser/browser_uitest.cc',
303 'browser/cookie_modal_dialog_uitest.cc', 304 'browser/cookie_modal_dialog_uitest.cc',
304 'browser/dom_ui/bookmarks_ui_uitest.cc', 305 'browser/dom_ui/bookmarks_ui_uitest.cc',
305 'browser/dom_ui/new_tab_ui_uitest.cc', 306 'browser/dom_ui/new_tab_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',
(...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2535 ] 2536 ]
2536 }], # 'coverage!=0' 2537 }], # 'coverage!=0'
2537 ], # 'conditions' 2538 ], # 'conditions'
2538 } 2539 }
2539 2540
2540 # Local Variables: 2541 # Local Variables:
2541 # tab-width:2 2542 # tab-width:2
2542 # indent-tabs-mode:nil 2543 # indent-tabs-mode:nil
2543 # End: 2544 # End:
2544 # vim: set expandtab tabstop=2 shiftwidth=2: 2545 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/appcache/appcache_ui_test.cc ('k') | chrome/test/ui/ui_layout_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698