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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1242373002: Implements RLZTrackerDelegate on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox-events-relay
Patch Set: Rebase Created 5 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 | « ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 13cf04797c956ecc861c6d36a732f40f3b6fb12f..bcd1ef25a38cb00b08c6223691e7c6dce926ff86 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -380,6 +380,7 @@
['enable_rlz==1', {
'dependencies': [
'../../components/components.gyp:rlz',
+ 'ios_chrome_browser_rlz',
],
}],
],
@@ -422,4 +423,25 @@
},
},
],
+ 'conditions': [
+ ['enable_rlz_support==1', {
+ 'targets': [
+ {
+ 'target_name': 'ios_chrome_browser_rlz',
+ 'type': 'static_library',
+ 'sources': [
+ 'browser/rlz/rlz_tracker_delegate_impl.cc',
+ 'browser/rlz/rlz_tracker_delegate_impl.h',
+ ],
+ 'dependencies': [
+ '../../components/components.gyp:google_core_browser',
+ '../../components/components.gyp:omnibox_browser',
+ '../../components/components.gyp:rlz',
+ '../../components/components.gyp:search_engines',
+ '../../rlz/rlz.gyp:rlz_lib',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « ios/chrome/browser/rlz/rlz_tracker_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698