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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 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
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 = [ 8 visibility = [
9 "//mojo/edk/system", 9 "//mojo/edk/system",
10 "//components/nacl:nacl", 10 "//components/nacl:nacl",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "simple_platform_shared_buffer_unittest.cc", 128 "simple_platform_shared_buffer_unittest.cc",
129 ] 129 ]
130 130
131 deps = [ 131 deps = [
132 "//base", 132 "//base",
133 "//base/test:test_support", 133 "//base/test:test_support",
134 "//mojo/message_pump", 134 "//mojo/message_pump",
135 135
136 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are 136 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
137 # declared in third party only for now. 137 # declared in third party only for now.
138 "//third_party/mojo/src/mojo/edk/system",
139 "//mojo/edk/system:test_utils", 138 "//mojo/edk/system:test_utils",
140 "//mojo/edk/test:test_support", 139 "//mojo/edk/test:test_support",
141 "//testing/gtest", 140 "//testing/gtest",
141 "//third_party/mojo/src/mojo/edk/system",
142 142
143 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are 143 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
144 # declared in third party only for now. 144 # declared in third party only for now.
145 "//third_party/mojo/src/mojo/edk/system", 145 "//third_party/mojo/src/mojo/edk/system",
146 ] 146 ]
147 } 147 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698