| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |