Import Cobalt 19.master.0.188393
Includes the following patches:
https://cobalt-review.googlesource.com/c/cobalt/+/4970
by milko.leporis@mips.com
https://cobalt-review.googlesource.com/c/cobalt/+/4990
by z102.zhang@samsung.com
Change-Id: I9ac637c775da20fe2ddf4a1337b70c896cee4e27
diff --git a/src/cobalt/debug/devtools/front_end/node_app.html b/src/cobalt/debug/devtools/front_end/node_app.html
new file mode 100644
index 0000000..71c675c
--- /dev/null
+++ b/src/cobalt/debug/devtools/front_end/node_app.html
@@ -0,0 +1,16 @@
+<!--
+ * Copyright 2018 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.
+-->
+<!doctype html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://chrome-devtools-frontend.appspot.com">
+ <meta name="referrer" content="no-referrer">
+ <script type="text/javascript" src="Runtime.js"></script>
+ <script type="text/javascript" src="node_app.js"></script>
+</head>
+<body class="undocked" id="-blink-dev-tools"></body>
+</html>