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

Unified Diff: chrome/test/data/v8_benchmark/run.html

Issue 56154: Move json2.js to a common location. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « chrome/test/data/v8_benchmark/json2.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/v8_benchmark/run.html
===================================================================
--- chrome/test/data/v8_benchmark/run.html (revision 12908)
+++ chrome/test/data/v8_benchmark/run.html (working copy)
@@ -1,8 +1,9 @@
<html>
<head>
<title>V8 Benchmark Suite</title>
-<script type="text/javascript" src="json2.js"></script>
+<script type="text/javascript" src="../json2.js"></script>
<script type="text/javascript" src="../../ui/v8_benchmark_uitest.js"></script>
+
<script type="text/javascript" src="base.js"></script>
<script type="text/javascript" src="richards.js"></script>
<script type="text/javascript" src="deltablue.js"></script>
« no previous file with comments | « chrome/test/data/v8_benchmark/json2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698