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

Side by Side Diff: compiled.resources

Issue 410333002: Closure compilation config: switch from JSON to Python dict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flattenhtml
Patch Set: Print raw config file content 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
« no previous file with comments | « no previous file | compiled_resources.json » ('j') | third_party/closure_compiler/compile_modules.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*-
2 # ex: set syntax=python:
3
1 [ 4 [
2 { 5 {
3 "name": "util", 6 "name": "util",
4 "sources": [ 7 "sources": [
5 "ui/webui/resources/js/util.js" 8 "ui/webui/resources/js/util.js"
6 ], 9 ],
7 "depends": [ 10 "depends": [
8 "ui/webui/resources/js/cr.js" 11 "ui/webui/resources/js/cr.js"
9 ], 12 ],
10 "externs": [ 13 "externs": [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "name": "ui_account_tweaks", 73 "name": "ui_account_tweaks",
71 "sources": [ 74 "sources": [
72 "ui/webui/resources/js/chromeos/ui_account_tweaks.js" 75 "ui/webui/resources/js/chromeos/ui_account_tweaks.js"
73 ], 76 ],
74 "depends": [ 77 "depends": [
75 "ui/webui/resources/js/cr.js", 78 "ui/webui/resources/js/cr.js",
76 "ui/webui/resources/js/load_time_data.js" 79 "ui/webui/resources/js/load_time_data.js"
77 ] 80 ]
78 } 81 }
79 ] 82 ]
OLDNEW
« no previous file with comments | « no previous file | compiled_resources.json » ('j') | third_party/closure_compiler/compile_modules.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698