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

Unified Diff: ui/login/screen.js

Issue 2179033002: Strip comments and whitespace from javascript resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix naming of GN variables, and rebase. Created 4 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
« third_party/closure_compiler/js_minify.py ('K') | « tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen.js
diff --git a/ui/login/screen.js b/ui/login/screen.js
index 960632a6e25496beac66bb7193a772b4a5259e5b..9190668e2efcba44abc786f422eee3e21af34dd2 100644
--- a/ui/login/screen.js
+++ b/ui/login/screen.js
@@ -384,11 +384,8 @@ cr.define('login', function() {
Oobe.getInstance().registerScreen(screen);
};
- cr.define('login', function() {
- var result = {};
- result[name] = api;
- return result;
- });
+ cr.exportPath('login')
Dan Beam 2016/07/28 16:27:05 missing a semi-colon cr.exportPath('login');
aberent 2016/08/02 11:43:30 Done.
+ login[name] = api;
}
};
});
« third_party/closure_compiler/js_minify.py ('K') | « tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698