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

Unified Diff: chrome/chrome_common.gypi

Issue 50603005: Add cross-platform API to get the form factor of the device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | chrome/common/form_factor.h » ('j') | chrome/common/form_factor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 47750689bb675f91a14163a7444fe74b911d2770..f8e4c549dcd242df35c46793bfb04778f1c02571 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -289,6 +289,10 @@
'common/favicon/favicon_types.h',
'common/favicon/favicon_url_parser.cc',
'common/favicon/favicon_url_parser.h',
+ 'common/form_factor_android.cc',
+ 'common/form_factor_desktop.cc',
Alexei Svitkine (slow) 2013/10/29 15:26:21 I think we don't have gypi magic for _desktop.cc f
yao 2013/10/29 19:21:57 Done.
+ 'common/form_factor_ios.mm',
+ 'common/form_factor.h',
'common/icon_with_badge_image_source.cc',
'common/icon_with_badge_image_source.h',
'common/importer/firefox_importer_utils.cc',
« no previous file with comments | « no previous file | chrome/common/form_factor.h » ('j') | chrome/common/form_factor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698