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

Side by Side Diff: mojo/services/files/c/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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//build/module_args/mojo.gni") 5 import("//build/module_args/mojo.gni")
6 import("$mojo_sdk_root/mojo/public/mojo_application.gni") 6 import("$mojo_sdk_root/mojo/public/mojo_application.gni")
7 import("$mojo_sdk_root/mojo/public/mojo_sdk.gni") 7 import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
8 8
9 mojo_sdk_source_set("mojio") { 9 mojo_sdk_source_set("mojio") {
10 # TODO(vtl): This is needed because mojo_sdk.gni doesn't understand relative 10 # TODO(vtl): This is needed because mojo_sdk.gni doesn't understand relative
11 # dependencies (so without this we can't depend on our interfaces!). 11 # dependencies (so without this we can't depend on our interfaces!).
12 restrict_external_deps = false 12 restrict_external_deps = false
13 13
14 public_configs = [ "../../../public/build/config:mojo_services" ] 14 public_configs = [ "../../public/build/config:mojo_services" ]
15 15
16 sources = [ 16 sources = [
17 "lib/directory_wrapper.cc", 17 "lib/directory_wrapper.cc",
18 "lib/directory_wrapper.h", 18 "lib/directory_wrapper.h",
19 "lib/errno_impl.h", 19 "lib/errno_impl.h",
20 "lib/fd_impl.h", 20 "lib/fd_impl.h",
21 "lib/fd_table.cc", 21 "lib/fd_table.cc",
22 "lib/fd_table.h", 22 "lib/fd_table.h",
23 "lib/file_fd_impl.cc", 23 "lib/file_fd_impl.cc",
24 "lib/file_fd_impl.h", 24 "lib/file_fd_impl.h",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ":mojio", 83 ":mojio",
84 "../interfaces", 84 "../interfaces",
85 "$mojo_sdk_root/mojo/public/cpp/application:standalone", 85 "$mojo_sdk_root/mojo/public/cpp/application:standalone",
86 "$mojo_sdk_root/mojo/public/cpp/application:test_support_standalone", 86 "$mojo_sdk_root/mojo/public/cpp/application:test_support_standalone",
87 "$mojo_sdk_root/mojo/public/cpp/bindings", 87 "$mojo_sdk_root/mojo/public/cpp/bindings",
88 "$mojo_sdk_root/mojo/public/cpp/environment", 88 "$mojo_sdk_root/mojo/public/cpp/environment",
89 "$mojo_sdk_root/mojo/public/cpp/system", 89 "$mojo_sdk_root/mojo/public/cpp/system",
90 "//testing/gtest", 90 "//testing/gtest",
91 ] 91 ]
92 } 92 }
OLDNEW
« no previous file with comments | « mojo/services/device_info/public/interfaces/device_info.mojom ('k') | mojo/services/files/c/lib/directory_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698