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("//third_party/mojo/src/mojo/public/mojo_application.gni")
7 mojo_native_application("filesystem") {
13 "file_system_impl.cc",
16 "futimens_android.cc",
26 "//components/filesystem/public/interfaces",
27 "//mojo/application/public/cpp",
29 "//mojo/environment:chromium",
30 "//third_party/mojo/src/mojo/public/cpp/bindings",
31 "//third_party/mojo/src/mojo/public/cpp/system",
35 mojo_native_application("apptests") {
36 output_name = "files_apptests"
41 "directory_impl_unittest.cc",
42 "file_impl_unittest.cc",
49 "//components/filesystem/public/interfaces",
50 "//mojo/application/public/cpp:test_support",
51 "//third_party/mojo/src/mojo/public/cpp/bindings",