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

Unified Diff: base/base.gypi

Issue 11031066: Adding utility method to test the version of the OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix loop variable Created 8 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 | base/ios/OWNERS » ('j') | base/ios/ios_util.h » ('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 e5c36f21bd55711027bcf660703cbd5a7e072b89..540d3d12d4d27cf0f4a759189687c18d10607e64 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -162,10 +162,12 @@
'hi_res_timer_manager_win.cc',
'hi_res_timer_manager.h',
'id_map.h',
- 'ios/device_util.h',
- 'ios/device_util.mm',
'ios/scoped_critical_action.h',
'ios/scoped_critical_action.mm',
stuartmorgan 2012/10/05 15:17:52 Why are you moving this out of alphabetical order?
qsr 2012/10/05 15:33:16 I was putting that in order :). Sorry, don't kno
+ 'ios/device_util.h',
+ 'ios/device_util.mm',
+ 'ios/ios_util.h',
+ 'ios/ios_util.mm',
'json/json_file_value_serializer.cc',
'json/json_file_value_serializer.h',
'json/json_parser.cc',
« no previous file with comments | « no previous file | base/ios/OWNERS » ('j') | base/ios/ios_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698