File tree Expand file tree Collapse file tree 2 files changed +533
-12
lines changed
Expand file tree Collapse file tree 2 files changed +533
-12
lines changed Original file line number Diff line number Diff line change 33 [
44 '../common.gypi' ,
55 ],
6-
6+
77 'targets' :
88 [
99 {
1010 'target_name' : 'extensions' ,
1111 'type' : 'none' ,
12-
12+
1313 'dependencies' :
1414 [
1515 '../toolchain/lc-compile/lc-compile.gyp:lc-compile' ,
1616 '../engine/lcb-modules.gyp:engine_lcb_modules' ,
1717 ],
18-
18+
1919 'sources' :
2020 [
2121 'libraries/canvas/canvas.lcb' ,
2222 'libraries/iconsvg/iconsvg.lcb' ,
23-
23+ 'libraries/json/json.lcb' ,
24+
2425 'widgets/button/button.lcb' ,
2526 #'widgets/button-popup/button-popup.lcb',
2627 #’widgets/chart/chart.lcb',
4546 'widgets/colorswatch/colorswatch.lcb' ,
4647 'widgets/gradientrampeditor/gradientrampeditor.lcb' ,
4748 ],
48-
49+
4950 'all_dependent_settings' :
5051 {
5152 'variables' :
5758 ],
5859 },
5960 },
60-
61+
6162 'actions' :
6263 [
6364 {
6465 'action_name' : 'build_extensions' ,
65-
66- 'inputs' :
66+
67+ 'inputs' :
6768 [
6869 '../util/build-extensions.sh' ,
6970 '<@(_sources)' ,
7071 ],
71-
72+
7273 'outputs' :
7374 [
7475 '<(PRODUCT_DIR)/packaged_extensions' ,
7576 ],
76-
77+
7778 'message' : 'Building extensions' ,
78-
79+
7980 'conditions' :
8081 [
8182 [
9495 },
9596 ],
9697 ],
97-
98+
9899 'action' :
99100 [
100101 '<@(build_command)' ,
You can’t perform that action at this time.
0 commit comments