Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/metadata.edge

Issue 29762564: Issue 6625 - Expose webpack's resolve.alias to the packagers (Closed)
Patch Set: Created April 26, 2018, 11:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [default] 1 [default]
2 inherit = metadata.chrome 2 inherit = metadata.chrome
3 3
4 [general] 4 [general]
5 basename = adblockplusedge 5 basename = adblockplusedge
6 app_id_release = EyeoGmbH.AdblockPlus 6 app_id_release = EyeoGmbH.AdblockPlus
7 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild 7 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild
8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
9 background_color = red 9 background_color = red
10 extension_id_release = 1.0 10 extension_id_release = 1.0
(...skipping 21 matching lines...) Expand all
32 windows = 10.0.14332.0/12.0.0.0 32 windows = 10.0.14332.0/12.0.0.0
33 33
34 [contentScripts] 34 [contentScripts]
35 planets = content.js 35 planets = content.js
36 36
37 [import_locales] 37 [import_locales]
38 _modules/*/module.json = =* 38 _modules/*/module.json = =*
39 _modules/*/unit.properties = =* 39 _modules/*/unit.properties = =*
40 _imp/*/gecko.dtd = =* 40 _imp/*/gecko.dtd = =*
41 41
42 [bundles] 42 [module_alias]
43 lib/foo.js = 43 mogo = edge
kzar 2018/04/30 11:05:08 I think it's better specify the relative path for
tlucas 2018/04/30 13:01:06 I'm sorry, could you clarify what you mean? "mogo
kzar 2018/04/30 13:53:13 Right fair enough,
44 ext/a.js
45 lib/b.js
OLDNEW
« packagerChrome.py ('K') | « tests/metadata.chrome ('k') | tests/test_packagerWebExt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld