Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1515)

Side by Side Diff: services/files/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/device_info/device_info.cc ('k') | services/files/directory_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 mojo_native_application("files") { 7 mojo_native_application("files") {
8 sources = [ 8 sources = [
9 "directory_impl.cc", 9 "directory_impl.cc",
10 "directory_impl.h", 10 "directory_impl.h",
(...skipping 10 matching lines...) Expand all
21 "util.h", 21 "util.h",
22 ] 22 ]
23 23
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//mojo/application", 26 "//mojo/application",
27 "//mojo/common", 27 "//mojo/common",
28 "//mojo/public/cpp/application", 28 "//mojo/public/cpp/application",
29 "//mojo/public/cpp/bindings:callback", 29 "//mojo/public/cpp/bindings:callback",
30 "//mojo/public/cpp/system", 30 "//mojo/public/cpp/system",
31 "//mojo/services/files/public/interfaces", 31 "//mojo/services/files/interfaces",
32 ] 32 ]
33 } 33 }
34 34
35 mojo_native_application("apptests") { 35 mojo_native_application("apptests") {
36 output_name = "files_apptests" 36 output_name = "files_apptests"
37 37
38 testonly = true 38 testonly = true
39 39
40 sources = [ 40 sources = [
41 "directory_impl_unittest.cc", 41 "directory_impl_unittest.cc",
42 "file_impl_unittest.cc", 42 "file_impl_unittest.cc",
43 "files_test_base.cc", 43 "files_test_base.cc",
44 "files_test_base.h", 44 "files_test_base.h",
45 ] 45 ]
46 46
47 deps = [ 47 deps = [
48 "//base", 48 "//base",
49 "//mojo/application", 49 "//mojo/application",
50 "//mojo/application:test_support", 50 "//mojo/application:test_support",
51 "//mojo/public/cpp/bindings", 51 "//mojo/public/cpp/bindings",
52 "//mojo/services/files/public/interfaces", 52 "//mojo/services/files/interfaces",
53 ] 53 ]
54 54
55 data_deps = [ ":files($default_toolchain)" ] 55 data_deps = [ ":files($default_toolchain)" ]
56 } 56 }
OLDNEW
« no previous file with comments | « services/device_info/device_info.cc ('k') | services/files/directory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698