Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1597)

Unified Diff: components/components.gyp

Issue 1057533005: Make service tab launcher a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/service_tab_launcher.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 9871bb1fd62e6775a166475726749f2b3d6ab1d0..f61e1b5b0bc94ec86d8bee6fdd886f137e16eb8e 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -67,6 +67,11 @@
'webdata.gypi',
],
'conditions': [
+ ['OS == "android"', {
+ 'includes': [
+ 'service_tab_launcher.gypi',
+ ],
+ }],
['OS != "ios"', {
'includes': [
'app_modal.gypi',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/service_tab_launcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698