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" |