[fs] Fix build breakage due to duplicated gn files

(This was the result of a bad rebase)

Change-Id: I9a8679cb2fb69e5796a6a0339f93a46a3b1b0868
Esse commit está contido em:
Sean Klein
2017-09-08 14:35:43 -07:00
commit 243cd2b567
+1 -3
Ver Arquivo
@@ -19,14 +19,12 @@ static_library("fs") {
"include/fs/vfs.h",
"async-dispatcher.cpp",
"mapped-vmo.cpp",
"vfs-dispatcher.cpp",
"mapped-vmo.cpp",
"vfs.cpp",
"vfs-dispatcher.cpp",
"vfs-mount.cpp",
"vfs-rpc.cpp",
"vfs-unmount.cpp",
"vfs-watcher.cpp",
"vfs.cpp",
]
public_configs = [ ":fs_config" ]