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

Unified Diff: utils/apidoc/mdn/extractRunner.js

Issue 15755017: Switch from DRT to content shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/testrunner/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/extractRunner.js
diff --git a/utils/apidoc/mdn/extractRunner.js b/utils/apidoc/mdn/extractRunner.js
index 8e84d0b59a89f27613e8ab488ef4273f7f1ae2c9..6a95a2e82ace2819f1ea316338d700eac7ea6f31 100644
--- a/utils/apidoc/mdn/extractRunner.js
+++ b/utils/apidoc/mdn/extractRunner.js
@@ -116,11 +116,11 @@ function parseFile(type, onDone, entry, file, searchResultIndex) {
/*
// TODO(jacobr): Make this run on platforms other than OS X.
- var cmd = '../../../client/tests/drt/DumpRenderTree.app/Contents/MacOS/' +
- 'DumpRenderTree ' + absoluteDumpFileName;
+ var cmd = '../../../client/tests/drt/Content Shell.app/Contents/MacOS/' +
+ Content Shell' + absoluteDumpFileName;
*/
// TODO(eub): Make this run on platforms other than Linux.
- var cmd = '../../../client/tests/drt/DumpRenderTree ' + absoluteDumpFileName;
+ var cmd = '../../../client/tests/drt/content_shell ' + absoluteDumpFileName;
console.log(cmd);
exec(cmd,
function (error, stdout, stderr) {
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | utils/testrunner/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698