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

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

Issue 1511783002: Mojo JS bindings: fix the unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/edk/js/test/BUILD.gn ('k') | mojo/edk/system/run_all_unittests.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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("../../../mojo/public/tools/bindings/mojom.gni") 6 import("../../../mojo/public/tools/bindings/mojom.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "message_in_transit_queue_unittest.cc", 152 "message_in_transit_queue_unittest.cc",
153 "message_in_transit_test_utils.cc", 153 "message_in_transit_test_utils.cc",
154 "message_in_transit_test_utils.h", 154 "message_in_transit_test_utils.h",
155 "message_pipe_test_utils.cc", 155 "message_pipe_test_utils.cc",
156 "message_pipe_test_utils.h", 156 "message_pipe_test_utils.h",
157 "message_pipe_unittest.cc", 157 "message_pipe_unittest.cc",
158 "multiprocess_message_pipe_unittest.cc", 158 "multiprocess_message_pipe_unittest.cc",
159 "options_validation_unittest.cc", 159 "options_validation_unittest.cc",
160 "platform_handle_dispatcher_unittest.cc", 160 "platform_handle_dispatcher_unittest.cc",
161 "raw_channel_unittest.cc", 161 "raw_channel_unittest.cc",
162 "run_all_unittests.cc",
163 "shared_buffer_dispatcher_unittest.cc", 162 "shared_buffer_dispatcher_unittest.cc",
164 "simple_dispatcher_unittest.cc", 163 "simple_dispatcher_unittest.cc",
165 "waiter_test_utils.cc", 164 "waiter_test_utils.cc",
166 "waiter_test_utils.h", 165 "waiter_test_utils.h",
167 "waiter_unittest.cc", 166 "waiter_unittest.cc",
168 ] 167 ]
169 168
170 deps = [ 169 deps = [
171 ":test_utils", 170 ":test_utils",
172 171
173 # TODO(use_chrome_edk): remove "2" 172 # TODO(use_chrome_edk): remove "2"
174 "../../../mojo/public/cpp/environment:standalone", 173 "../../../mojo/public/cpp/environment:standalone",
175 "../embedder:embedder_unittests2", 174 "../embedder:embedder_unittests2",
176 "../test:test_support", 175 "../test:test_support",
177 "//base", 176 "//base",
178 "//base/test:test_support", 177 "//base/test:test_support",
178 "//mojo/edk/test:run_all_unittests",
179 "//testing/gtest", 179 "//testing/gtest",
180 180
181 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are 181 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
182 # declared in third party only for now. 182 # declared in third party only for now.
183 "//third_party/mojo/src/mojo/edk/system", 183 "//third_party/mojo/src/mojo/edk/system",
184 ] 184 ]
185 185
186 # TODO(use_chrome_edk): remove "2" 186 # TODO(use_chrome_edk): remove "2"
187 allow_circular_includes_from = [ "../embedder:embedder_unittests2" ] 187 allow_circular_includes_from = [ "../embedder:embedder_unittests2" ]
188 } 188 }
(...skipping 13 matching lines...) Expand all
202 "../test:test_support", 202 "../test:test_support",
203 "//base", 203 "//base",
204 "//base/test:test_support", 204 "//base/test:test_support",
205 "//testing/gtest", 205 "//testing/gtest",
206 206
207 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are 207 # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
208 # declared in third party only for now. 208 # declared in third party only for now.
209 "//third_party/mojo/src/mojo/edk/system", 209 "//third_party/mojo/src/mojo/edk/system",
210 ] 210 ]
211 } 211 }
OLDNEW
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/edk/system/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698