Skip to content

Commit 0b4caf9

Browse files
committed
Fix release builds for iOS. Add stub chromium impl for preferences.
BUG=711612 Review-Url: https://codereview.chromium.org/2818153002 Cr-Commit-Position: refs/heads/master@{#464763} (cherry picked from commit 3b1c2e7) Review-Url: https://codereview.chromium.org/2827173002 . Cr-Commit-Position: refs/branch-heads/3071@{#72} Cr-Branched-From: a106f0a-refs/heads/master@{#464641}
1 parent 3f3e136 commit 0b4caf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

remoting/client/ios/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ source_set("ios_core") {
3939

4040
if (!is_chrome_branded) {
4141
sources += [ "host_preferences_persistence_chromium.mm" ]
42+
} else {
43+
# TODO(nicholss): Until we have a private implementation of this, stub it
44+
# with the chromium version. We still want the logic of is_chrome_branded
45+
# but to get the release builds building we will just reuse the file.
46+
sources += [ "host_preferences_persistence_chromium.mm" ]
4247
}
4348

4449
public_deps = [

0 commit comments

Comments
 (0)