We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3e136 commit 0b4caf9Copy full SHA for 0b4caf9
remoting/client/ios/BUILD.gn
@@ -39,6 +39,11 @@ source_set("ios_core") {
39
40
if (!is_chrome_branded) {
41
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" ]
47
}
48
49
public_deps = [
0 commit comments