Index: components/devtools_bridge/client/web_client.html |
diff --git a/components/devtools_bridge/client/web_client.html b/components/devtools_bridge/client/web_client.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..52bb54d2ba1cce0f322f499690c982ff433cdc9f |
--- /dev/null |
+++ b/components/devtools_bridge/client/web_client.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE HTML> |
+<!-- |
+ -- Copyright 2014444 The Chromium Authors. All rights reserved. |
mnaganov (inactive)
2014/11/24 11:47:20
2014?
|
+ -- Use of this source code is governed by a BSD-style license that can be |
+ -- found in the LICENSE file. |
+ --> |
+<html> |
+<head> |
+<script src="js/client_session.js"></script> |
+<script src="js/web_client.js"></script> |
+<script src="js/gcd_client.js"></script> |
+</head> |
+</html> |