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

Side by Side Diff: tests/metadata.chrome

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 [general] 1 [general]
2 version = 1.2.3 2 version = 1.2.3
3 author = eyeo GmbH 3 author = eyeo GmbH
4 basename = adblockpluschrome 4 basename = adblockpluschrome
5 backgroundScripts = 5 backgroundScripts =
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 testScripts = 8 testScripts =
9 ../ext/common.js 9 ../ext/common.js
10 ../ext/background.js 10 ../ext/background.js
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 chrome = 49.0 42 chrome = 49.0
43 opera = 36.0 43 opera = 36.0
44 44
45 [import_locales] 45 [import_locales]
46 _modules/*/module.json = =* 46 _modules/*/module.json = =*
47 _modules/*/unit.properties = =* 47 _modules/*/unit.properties = =*
48 _imp/*/gecko.dtd = =* 48 _imp/*/gecko.dtd = =*
49 49
50 [bundles] 50 [bundles]
51 lib/foo.js = 51 lib/foo.js =
52 lib/aliased.js
52 ext/a.js 53 ext/a.js
53 lib/b.js 54 lib/b.js
OLDNEW

Powered by Google App Engine
This is Rietveld