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

Side by Side 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: more compiled 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "name": "base",
4 "sources": [
5 "assert.js",
6 "cr.js",
7 "event_tracker.js",
8 "load_time_data.js",
9 "local_strings.js",
10 "parse_html_subset.js"
11 ]
12 },
13 {
14 "name": "util",
15 "sources": [
16 "util.js"
17 ],
18 "depends": [
19 "assert.js",
20 "cr.js"
21 ],
22 "externs": [
23 "chrome_send_externs.js"
24 ]
25 },
26 {
27 "name": "i18n_template_no_process",
28 "sources": [
29 "i18n_template_no_process.js"
30 ],
31 "depends": [
32 "load_time_data.js"
33 ]
34 },
35 {
36 "name": "i18n_template",
37 "sources": [
38 "i18n_template.js"
39 ]
40 },
41 {
42 "name": "i18n_process",
43 "sources": [
44 "i18n_process.js"
45 ],
46 "depends": [
47 "i18n_template.js"
48 ],
49 "externs": [
50 "template_data_externs.js"
51 ]
52 },
53 {
54 "name": "i18n_template2",
55 "sources": [
56 "i18n_template2.js"
57 ],
58 "depends": [
59 "i18n_template_no_process.js",
60 "load_time_data.js"
61 ]
62 }
63 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698