diff options
Diffstat (limited to 'components/handoff')
-rw-r--r-- | components/handoff/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/handoff/BUILD.gn b/components/handoff/BUILD.gn index bc427d9..f19084f 100644 --- a/components/handoff/BUILD.gn +++ b/components/handoff/BUILD.gn @@ -4,7 +4,7 @@ source_set("handoff") { if (is_mac || is_ios) { - sources += [ + sources = [ "handoff_utility.h", "handoff_utility.mm", ] |