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

Unified Diff: remoting/client/ios/BUILD.gn

Issue 2827173002: Fix release builds for iOS. Add stub chromium impl for preferences. (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/BUILD.gn
diff --git a/remoting/client/ios/BUILD.gn b/remoting/client/ios/BUILD.gn
index 03dbfb3881e27131578e12ad138b99bb1b823c76..55b1894b1745a96f9902a63dc5ca6c668a949aa0 100644
--- a/remoting/client/ios/BUILD.gn
+++ b/remoting/client/ios/BUILD.gn
@@ -39,6 +39,11 @@ source_set("ios_core") {
if (!is_chrome_branded) {
sources += [ "host_preferences_persistence_chromium.mm" ]
+ } else {
+ # TODO(nicholss): Until we have a private implementation of this, stub it
+ # with the chromium version. We still want the logic of is_chrome_branded
+ # but to get the release builds building we will just reuse the file.
+ sources += [ "host_preferences_persistence_chromium.mm" ]
}
public_deps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698