summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authormathiash <mathiash@opera.com>2015-04-13 08:06:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-13 15:06:37 +0000
commit3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f (patch)
treeb5acb87548e5f2d7364563740604c2376299da3e /components/components.gyp
parentfe0565285dae0199e8396c6c1809dc3d1cf7d4f8 (diff)
downloadchromium_src-3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f.zip
chromium_src-3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f.tar.gz
chromium_src-3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f.tar.bz2
Make service tab launcher a component
BUG=473011 Review URL: https://codereview.chromium.org/1057533005 Cr-Commit-Position: refs/heads/master@{#324850}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 7f69f1c..67988d1 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -76,6 +76,11 @@
'webdata_services.gypi',
],
'conditions': [
+ ['OS == "android"', {
+ 'includes': [
+ 'service_tab_launcher.gypi',
+ ],
+ }],
['OS != "ios"', {
'includes': [
'app_modal.gypi',