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

Unified Diff: remoting/webapp/crd/html/template_unittest.html

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
Index: remoting/webapp/crd/html/template_unittest.html
diff --git a/remoting/webapp/crd/html/template_unittest.html b/remoting/webapp/crd/html/template_unittest.html
deleted file mode 100644
index eb99c5c2aaaf740d4e88ef9ea603876e62ada463..0000000000000000000000000000000000000000
--- a/remoting/webapp/crd/html/template_unittest.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<!--
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-<html>
-<head>
- <meta charset="utf-8">
- <title>Remoting web app unit test</title>
- <link rel="stylesheet" href="qunit/qunit.css">
- <link rel="stylesheet" href="menu_button.css">
-</head>
-<body>
- <div id="qunit"></div>
- <div id="qunit-fixture"></div>
-
- <!-- test framework files -->
- <script src="qunit/qunit.js"></script>
- <script src="qunit/browser_test_harness.js"></script>
- <script src="blanketjs/blanket.js"></script>
- <script src="blanketjs/qunit_adapter.js"></script>
- <script src="sinonjs/sinon.js"></script>
- <script src="sinonjs/sinon-qunit.js"></script>
-
- <!-- product files and unit test files-->
- <meta-include type="javascript"/>
-</body>
-</html>
« no previous file with comments | « remoting/webapp/browser_test/mock_session_connector.js ('k') | remoting/webapp/crd/html/template_unittests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698