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

Unified Diff: mojo/public/js/main.js

Issue 2347783004: [Experiment] Transpile mojo public js.
Patch Set: Created 4 years, 3 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 | « mojo/public/js/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/main.js
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/mojo/public/js/main.js
similarity index 74%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
copy to mojo/public/js/main.js
index 456b59ee4528452a1b0a64916f9c64c360a0bd44..e57d54937c8192007f5fb04307d9b407ae2b56c3 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
+++ b/mojo/public/js/main.js
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-window.didRunAtDocumentEndUnexpected = true;
+define(["mojo/public/js/buffer"], function(buffer) {
+});
« no previous file with comments | « mojo/public/js/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698