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

Side by Side Diff: mojo/edk/embedder/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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/edk/PRESUBMIT.py ('k') | mojo/edk/embedder/channel_info_forward.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 source_set("embedder") { 5 source_set("embedder") {
6 # This isn't really a standalone target, it must be linked into the 6 # This isn't really a standalone target, it must be linked into the
7 # mojo_system_impl component. 7 # mojo_system_impl component.
8 visibility = [ "//mojo/edk/system" ] 8 visibility = [ "//mojo/edk/system" ]
9 9
10 deps = [ "//base", ] 10 deps = [ "//base", ]
11 11
12 defines = [ 12 defines = [
13 "MOJO_SYSTEM_IMPL_IMPLEMENTATION", 13 "MOJO_SYSTEM_IMPL_IMPLEMENTATION",
14 "MOJO_SYSTEM_IMPLEMENTATION", 14 "MOJO_SYSTEM_IMPLEMENTATION",
15 ] 15 ]
16 16
17 configs += [ "//mojo/edk/system:system_config" ] 17 configs += [ "//mojo/edk/system:system_config" ]
18 18
19 sources = [ 19 sources = [
20 "channel_info_forward.h",
20 "channel_init.cc", 21 "channel_init.cc",
21 "channel_init.h", 22 "channel_init.h",
22 "embedder.cc", 23 "embedder.cc",
23 "embedder.h", 24 "embedder.h",
24 "platform_channel_pair.cc", 25 "platform_channel_pair.cc",
25 "platform_channel_pair.h", 26 "platform_channel_pair.h",
26 "platform_channel_pair_posix.cc", 27 "platform_channel_pair_posix.cc",
27 "platform_channel_pair_win.cc", 28 "platform_channel_pair_win.cc",
28 "platform_channel_utils_posix.cc", 29 "platform_channel_utils_posix.cc",
29 "platform_channel_utils_posix.h", 30 "platform_channel_utils_posix.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//mojo/edk/system", 63 "//mojo/edk/system",
63 "//testing/gtest", 64 "//testing/gtest",
64 ] 65 ]
65 66
66 sources = [ 67 sources = [
67 "embedder_unittest.cc", 68 "embedder_unittest.cc",
68 "platform_channel_pair_posix_unittest.cc", 69 "platform_channel_pair_posix_unittest.cc",
69 "simple_platform_shared_buffer_unittest.cc", 70 "simple_platform_shared_buffer_unittest.cc",
70 ] 71 ]
71 } 72 }
OLDNEW
« no previous file with comments | « mojo/edk/PRESUBMIT.py ('k') | mojo/edk/embedder/channel_info_forward.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698