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

Unified Diff: rlz/rlz.gyp

Issue 29873005: Implements RLZ lib for iOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use correct access points enums on iOS 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
« chrome/browser/rlz/rlz.cc ('K') | « rlz/lib/rlz_enums.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/rlz.gyp
diff --git a/rlz/rlz.gyp b/rlz/rlz.gyp
index c38c4ff04b60289fa92bb67d0985ef0680da2f4e..18637058ed90d7563ab793f4505bd378fa25fc0e 100644
--- a/rlz/rlz.gyp
+++ b/rlz/rlz.gyp
@@ -34,6 +34,7 @@
'chromeos/lib/machine_id_chromeos.cc',
'chromeos/lib/rlz_value_store_chromeos.cc',
'chromeos/lib/rlz_value_store_chromeos.h',
+ 'ios/lib/machine_id_ios.cc',
'lib/assert.cc',
'lib/assert.h',
'lib/crc32.h',
@@ -97,6 +98,15 @@
},
}],
],
+ 'target_conditions': [
+ # Need 'target_conditions' to override default filename_rules to include
+ # the files on iOS.
+ ['OS=="ios"', {
+ 'sources/': [
+ ['include', '^mac/lib/rlz_value_store_mac\\.'],
+ ],
+ }],
+ ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
« chrome/browser/rlz/rlz.cc ('K') | « rlz/lib/rlz_enums.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698