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

Unified Diff: compiled_resources.py

Issue 418663002: Typecheck JS files for chrome://help before doing import transition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@json_to_pydict
Patch Set: Resolve 3 comments 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
Index: compiled_resources.py
diff --git a/compiled_resources.py b/compiled_resources.py
index 967db2c64c7e2cecd3d16501f10710954faad583..08b89729beee6a69522f6d6726079191f4ff0009 100644
--- a/compiled_resources.py
+++ b/compiled_resources.py
@@ -1,5 +1,49 @@
[
{
+ "name": "focus_manager",
+ "sources": [
+ "ui/webui/resources/js/cr/ui/focus_manager.js",
+ ],
+ "depends": [
+ "ui/webui/resources/js/assert.js",
+ "ui/webui/resources/js/cr.js",
+ ],
+ "externs": [
+ ]
+ },
+ # TODO(vitalyp): compile chrome/browser/resources/uber/uber.js
+ {
+ "name": "uber_utils",
+ "sources": [
+ "chrome/browser/resources/uber/uber_utils.js",
+ ],
+ "depends": [
+ "ui/webui/resources/js/cr.js",
+ "ui/webui/resources/js/util.js",
+ "ui/webui/resources/js/load_time_data.js",
+ "chrome/browser/resources/uber/uber_utils.js",
+ ],
+ "externs": [
+ "third_party/closure_compiler/externs/chrome_send_externs.js"
+ ]
+ },
+ {
+ "name": "cr",
+ "sources": [
+ "ui/webui/resources/js/cr/event_target.js"
+ ],
+ "depends": [
+ "ui/webui/resources/js/assert.js",
+ "ui/webui/resources/js/cr.js"
+ ],
+ },
+ {
+ "name": "media_common",
+ "sources": [
+ "ui/webui/resources/js/media_common.js"
+ ]
+ },
Dan Beam 2014/07/24 20:11:53 in the grand scheme of things, these should probab
Vitaly Pavlenko 2014/07/25 20:35:42 Acknowledged.
+ {
"name": "util",
"sources": [
"ui/webui/resources/js/util.js"

Powered by Google App Engine
This is Rietveld 408576698