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

Unified Diff: base/base.gypi

Issue 10704123: Implement SysInfo for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | base/sys_info_ios.mm » ('j') | base/sys_info_ios.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6a227589b14d3afe76cffa5789b902713bb3be90..28a062bff48d3902e4facbfd878b1e820e3b6517 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -356,6 +356,7 @@
'sys_info_android.cc',
'sys_info_chromeos.cc',
'sys_info_freebsd.cc',
+ 'sys_info_ios.cc',
Mark Mentovai 2012/07/09 18:22:47 Your file uses Objective-C and is named sys_info_i
Chen Yu 2012/07/10 15:51:10 Yes, sorry, this should be .mm. On 2012/07/09 18:
'sys_info_linux.cc',
'sys_info_mac.cc',
'sys_info_openbsd.cc',
« no previous file with comments | « no previous file | base/sys_info_ios.mm » ('j') | base/sys_info_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698