summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authortbarzic <tbarzic@chromium.org>2015-05-01 11:44:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-01 18:45:13 +0000
commit56ebc035717d90057a245bfc7c7e847ea97f938f (patch)
treebed28aad272e3a8386c61deeeb26ae561c55a98e /components/components.gyp
parent609a8398a05f7fe1db94fc23b88a1b0c4f96319d (diff)
downloadchromium_src-56ebc035717d90057a245bfc7c7e847ea97f938f.zip
chromium_src-56ebc035717d90057a245bfc7c7e847ea97f938f.tar.gz
chromium_src-56ebc035717d90057a245bfc7c7e847ea97f938f.tar.bz2
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 Review URL: https://codereview.chromium.org/1103943003 Cr-Commit-Position: refs/heads/master@{#327949}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 3f6eb49..f8dee130 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -152,5 +152,12 @@
'pdf.gypi',
],
}],
+ # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps
+ # in components/apps.
+ ['enable_extensions == 1 and chromeos == 1', {
+ 'includes': [
+ 'chrome_apps.gypi',
+ ],
+ }],
],
}