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

Unified Diff: ios/third_party/requirejs/README.chromium

Issue 1931833004: [ios Mojo] Committed forked version of require.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: ios/third_party/requirejs/README.chromium
diff --git a/ios/third_party/requirejs/README.chromium b/ios/third_party/requirejs/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ad8dea102a3e43d5ac325c2bf83e6cdde7c671f9
--- /dev/null
+++ b/ios/third_party/requirejs/README.chromium
@@ -0,0 +1,12 @@
+Name: requirejs
+URL: https://github.com/requirejs/requirejs
+Version: 2.1.22
dpapad 2016/04/28 21:28:07 Can we use the latest 2.2.0 version instead? See h
Eugene But (OOO till 7-30) 2016/04/29 18:04:42 Sure. I merged changes from the new library. Most
+License: new BSD or MIT licensed
+License File: LICENSE
+Security Critical: no
+
+Description:
+RequireJS is a JavaScript file and module loader. It is optimized for
+in-browser use, but it can be used in other JavaScript environments, like Rhino
+and Node. Using a modular script loader like RequireJS will improve the speed
+and quality of your code.

Powered by Google App Engine
This is Rietveld 408576698