| 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 import("../mojo_edk.gni") | 5 import("//mojo/edk/mojo_edk.gni") |
| 6 import("../../public/mojo.gni") | 6 import("//mojo/public/mojo.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 | 8 |
| 9 mojo_edk_source_set("test_support") { | 9 mojo_edk_source_set("test_support") { |
| 10 testonly = true | 10 testonly = true |
| 11 sources = [ | 11 sources = [ |
| 12 "multiprocess_test_helper.cc", | 12 "multiprocess_test_helper.cc", |
| 13 "multiprocess_test_helper.h", | 13 "multiprocess_test_helper.h", |
| 14 "scoped_ipc_support.cc", | 14 "scoped_ipc_support.cc", |
| 15 "scoped_ipc_support.h", | 15 "scoped_ipc_support.h", |
| 16 "test_utils.h", | 16 "test_utils.h", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 ] | 146 ] |
| 147 } | 147 } |
| 148 | 148 |
| 149 # TODO(use_chrome_edk): remove "2" | 149 # TODO(use_chrome_edk): remove "2" |
| 150 test("mojo_public_utility_unittests2") { | 150 test("mojo_public_utility_unittests2") { |
| 151 deps = [ | 151 deps = [ |
| 152 ":run_all_unittests", | 152 ":run_all_unittests", |
| 153 "../../../third_party/mojo/src/mojo/public/cpp/utility/tests", | 153 "../../../third_party/mojo/src/mojo/public/cpp/utility/tests", |
| 154 ] | 154 ] |
| 155 } | 155 } |
| OLD | NEW |