diff options
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 5 |
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', |