1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/mojo_application.gni")
15 "file_system_impl.cc",
23 "//components/filesystem/public/interfaces",
24 "//mojo/application/public/cpp",
26 "//mojo/platform_handle",
30 mojo_native_application("filesystem") {
38 "//mojo/environment:chromium",
39 "//mojo/platform_handle",
40 "//third_party/mojo/src/mojo/public/cpp/bindings",
41 "//third_party/mojo/src/mojo/public/cpp/system",
45 mojo_native_application("apptests") {
46 output_name = "filesystem_apptests"
51 "directory_impl_unittest.cc",
52 "file_impl_unittest.cc",
59 "//components/filesystem/public/interfaces",
60 "//mojo/application/public/cpp:test_support",
61 "//mojo/platform_handle",
62 "//third_party/mojo/src/mojo/public/cpp/bindings",
65 data_deps = [ ":filesystem" ]