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

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

Issue 1390063006: Remove //build/module_args/mojo.gni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_dart_module_args
Patch Set: fix a few relative imports Created 5 years, 2 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 | « components/web_view/public/interfaces/BUILD.gn ('k') | mojo/public/mojo.gni » ('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 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
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 }
OLDNEW
« no previous file with comments | « components/web_view/public/interfaces/BUILD.gn ('k') | mojo/public/mojo.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698