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

Side by Side Diff: mojo/public/c/system/BUILD.gn

Issue 2058023004: Clean up Mojo C API dependent targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « mojo/message_pump/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('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 component("system") { 5 component("system") {
6 output_name = "mojo_public_system" 6 output_name = "mojo_public_system"
7 7
8 sources = [ 8 sources = [
9 "buffer.h", 9 "buffer.h",
10 "core.h", 10 "core.h",
(...skipping 17 matching lines...) Expand all
28 # mojo_native_application template in //mojo/public/mojo_application.gni. 28 # mojo_native_application template in //mojo/public/mojo_application.gni.
29 source_set("set_thunks_for_app") { 29 source_set("set_thunks_for_app") {
30 sources = [ 30 sources = [
31 "set_thunks_for_app.cc", 31 "set_thunks_for_app.cc",
32 ] 32 ]
33 33
34 public_deps = [ 34 public_deps = [
35 ":system", 35 ":system",
36 ] 36 ]
37 } 37 }
38
39 # TODO(rockot): Delete these deprecated aliases.
40
41 group("for_shared_library") {
42 public_deps = [
43 ":system",
44 ]
45 }
46
47 group("for_component") {
48 public_deps = [
49 ":system",
50 ]
51 }
OLDNEW
« no previous file with comments | « mojo/message_pump/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698