|
|
Add components/chrome_apps
This is a new component that will contain Chrome component apps.
Add empty implementation for a new webstore_widget app, which will be used
to show Chrome Webstore Gallery widget to the user (wich displays filtered
list of Chrome Webstore apps and from which the user will be able to
install apps).
The widget is currently implemented as part of file manager app, but will be moved
to a separate app to support more general use cases.
NOTE: I expect to have more component apps moved to the new components
module in the future, first one being file manager.
BUG= 477106
TEST=compiles
Committed: https://crrev.com/56ebc035717d90057a245bfc7c7e847ea97f938f
Cr-Commit-Position: refs/heads/master@{#327949}
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+228 lines, -0 lines) |
Patch |
 |
M |
chrome/browser/extensions/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/chrome_component_extension_resource_manager.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_repack_resources.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/OWNERS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/chrome_apps/OWNERS
|
View
|
1
2
3
4
5
6
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/chrome_apps_export.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/chrome_apps_resource_util.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/chrome_apps_resource_util.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/chrome_apps_resources.grd
|
View
|
1
2
3
4
5
6
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/chrome_apps/webstore_widget/OWNERS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
components/chrome_apps/webstore_widget/app/background.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
components/chrome_apps/webstore_widget/manifest.json
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/chrome_apps/webstore_widget_resources.grdp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gritsettings/resource_ids
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (3 generated)
|