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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5301003: Stop using the old layout test plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep reference Created 10 years, 1 month 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 | « build/all.gyp ('k') | chrome/tools/build/win/TESTS » ('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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '../skia/skia.gyp:skia', 458 '../skia/skia.gyp:skia',
459 '../testing/gmock.gyp:gmock', 459 '../testing/gmock.gyp:gmock',
460 '../testing/gtest.gyp:gtest', 460 '../testing/gtest.gyp:gtest',
461 '../third_party/icu/icu.gyp:icui18n', 461 '../third_party/icu/icu.gyp:icui18n',
462 '../third_party/icu/icu.gyp:icuuc', 462 '../third_party/icu/icu.gyp:icuuc',
463 '../third_party/libxml/libxml.gyp:libxml', 463 '../third_party/libxml/libxml.gyp:libxml',
464 # run time dependencies 464 # run time dependencies
465 'chrome_mesa', 465 'chrome_mesa',
466 'default_plugin/default_plugin.gyp:default_plugin', 466 'default_plugin/default_plugin.gyp:default_plugin',
467 '../ppapi/ppapi.gyp:ppapi_tests', 467 '../ppapi/ppapi.gyp:ppapi_tests',
468 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin', 468 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugI n',
469 ], 469 ],
470 'include_dirs': [ 470 'include_dirs': [
471 '..', 471 '..',
472 ], 472 ],
473 'sources': [ 473 'sources': [
474 'app/chrome_main_uitest.cc', 474 'app/chrome_main_uitest.cc',
475 'browser/appcache/appcache_ui_test.cc', 475 'browser/appcache/appcache_ui_test.cc',
476 'browser/browser_encoding_uitest.cc', 476 'browser/browser_encoding_uitest.cc',
477 'browser/browser_uitest.cc', 477 'browser/browser_uitest.cc',
478 'browser/dom_ui/bookmarks_ui_uitest.cc', 478 'browser/dom_ui/bookmarks_ui_uitest.cc',
(...skipping 2932 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 ] 3411 ]
3412 }], # 'coverage!=0' 3412 }], # 'coverage!=0'
3413 ], # 'conditions' 3413 ], # 'conditions'
3414 } 3414 }
3415 3415
3416 # Local Variables: 3416 # Local Variables:
3417 # tab-width:2 3417 # tab-width:2
3418 # indent-tabs-mode:nil 3418 # indent-tabs-mode:nil
3419 # End: 3419 # End:
3420 # vim: set expandtab tabstop=2 shiftwidth=2: 3420 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/tools/build/win/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698