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

Side by Side Diff: mojo/shell/BUILD.gn

Issue 1552983003: Fix a bunch of mojo_public_*_unittests with the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 11 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 | « mojo/public/cpp/system/tests/core_unittest.cc ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('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/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("shell") { 9 source_set("shell") {
10 output_name = "mojo_shell" 10 output_name = "mojo_shell"
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "data_pipe_peek_unittest.cc", 89 "data_pipe_peek_unittest.cc",
90 "query_util_unittest.cc", 90 "query_util_unittest.cc",
91 ] 91 ]
92 92
93 deps = [ 93 deps = [
94 ":shell", 94 ":shell",
95 ":test_bindings", 95 ":test_bindings",
96 ":test_support", 96 ":test_support",
97 "//base", 97 "//base",
98 "//mojo/application/public/cpp", 98 "//mojo/application/public/cpp",
99 "//mojo/edk/system:test_utils",
99 "//mojo/fetcher", 100 "//mojo/fetcher",
100 "//mojo/package_manager", 101 "//mojo/package_manager",
101 "//mojo/public/cpp/system", 102 "//mojo/public/cpp/system",
102 "//mojo/util:filename_util", 103 "//mojo/util:filename_util",
103 "//testing/gtest", 104 "//testing/gtest",
104 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 105 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
105 "//url", 106 "//url",
106 ] 107 ]
107 } 108 }
108 109
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 170
170 deps = [ 171 deps = [
171 ":test_bindings", 172 ":test_bindings",
172 "//base", 173 "//base",
173 "//mojo/application/public/cpp", 174 "//mojo/application/public/cpp",
174 "//mojo/common:common_base", 175 "//mojo/common:common_base",
175 "//mojo/converters/network", 176 "//mojo/converters/network",
176 "//mojo/runner/child:test_native_main", 177 "//mojo/runner/child:test_native_main",
177 ] 178 ]
178 } 179 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/system/tests/core_unittest.cc ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698