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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1242743003: Implements RLZTrackerDelegate on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8eba4ad01e917f787d287bc2f10cd7f409ce8358..a5fcdc0e0cb73a0dd26d93e8989adad3138b3a71 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -382,6 +382,7 @@
['enable_rlz==1', {
'dependencies': [
'../../components/components.gyp:rlz',
+ 'ios_chrome_browser_rlz',
],
}],
],
@@ -424,4 +425,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