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

Side by Side Diff: mojo/common/BUILD.gn

Issue 2524293002: Add a mojo struct corresponding and typemapped to base::File. (Closed)
Patch Set: Created 4 years 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 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/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("common") { 8 group("common") {
9 public_deps = [ 9 public_deps = [
10 ":common_base", 10 ":common_base",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 88
89 source_set("struct_traits") { 89 source_set("struct_traits") {
90 sources = [ 90 sources = [
91 "common_custom_types_struct_traits.cc", 91 "common_custom_types_struct_traits.cc",
92 "common_custom_types_struct_traits.h", 92 "common_custom_types_struct_traits.h",
93 ] 93 ]
94 deps = [ 94 deps = [
95 ":common_custom_types_shared_cpp_sources", 95 ":common_custom_types_shared_cpp_sources",
96 "//base:base", 96 "//base:base",
97 "//mojo/public/cpp/system",
97 ] 98 ]
98 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698