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

Unified Diff: ui/webui/resources/js/compiled_resources.json

Issue 369643002: Lay groudwork to Closure compile JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf Created 6 years, 5 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 | « ui/webui/resources/js/chromeos/ui_account_tweaks.js ('k') | ui/webui/resources/js/cr.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources.json
diff --git a/ui/webui/resources/js/compiled_resources.json b/ui/webui/resources/js/compiled_resources.json
new file mode 100644
index 0000000000000000000000000000000000000000..5c0d5c96b62aab9f3a57e5dbfb6bf181f0b4329e
--- /dev/null
+++ b/ui/webui/resources/js/compiled_resources.json
@@ -0,0 +1,11 @@
+[
+ {
+ "name": "base",
+ "sources": [
+ "assert.js",
+ "cr.js",
+ "load_time_data.js",
+ "local_strings.js"
+ ]
Dan Beam 2014/07/11 01:11:59 i'm still not sure how i'm going to model dependen
+ }
+]
« no previous file with comments | « ui/webui/resources/js/chromeos/ui_account_tweaks.js ('k') | ui/webui/resources/js/cr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698