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

Side by Side Diff: gin/BUILD.gn

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « BUILD.gn ('k') | ipc/mojo/ipc_mojo.gyp » ('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("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("gin") { 8 component("gin") {
9 sources = [ 9 sources = [
10 "arguments.cc", 10 "arguments.cc",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "test/file.h", 149 "test/file.h",
150 "test/file_runner.cc", 150 "test/file_runner.cc",
151 "test/file_runner.h", 151 "test/file_runner.h",
152 "test/gc.cc", 152 "test/gc.cc",
153 "test/gc.h", 153 "test/gc.h",
154 "test/gtest.cc", 154 "test/gtest.cc",
155 "test/gtest.h", 155 "test/gtest.h",
156 "test/v8_test.cc", 156 "test/v8_test.cc",
157 "test/v8_test.h", 157 "test/v8_test.h",
158 ] 158 ]
159 data = [
160 "test/expect.js",
161 ]
159 162
160 public_deps = [ 163 public_deps = [
161 ":gin", 164 ":gin",
162 "//testing/gtest", 165 "//testing/gtest",
163 ] 166 ]
164 deps = [ 167 deps = [
165 "//v8", 168 "//v8",
166 ] 169 ]
167 170
168 configs += [ "//v8:external_startup_data" ] 171 configs += [ "//v8:external_startup_data" ]
(...skipping 19 matching lines...) Expand all
188 ":gin_test", 191 ":gin_test",
189 "//base/test:test_support", 192 "//base/test:test_support",
190 "//v8", 193 "//v8",
191 ] 194 ]
192 195
193 configs += [ "//v8:external_startup_data" ] 196 configs += [ "//v8:external_startup_data" ]
194 197
195 data = [ 198 data = [
196 "modules/module_registry_unittests.js", 199 "modules/module_registry_unittests.js",
197 "shell/hello_world.js", 200 "shell/hello_world.js",
198 "test/expect.js",
199 "test/file_unittests.js", 201 "test/file_unittests.js",
200 "test/gtest_unittests.js", 202 "test/gtest_unittests.js",
201 "../OWNERS", 203 "../OWNERS",
202 ] 204 ]
203 205
204 data_deps = [ 206 data_deps = [
205 ":gin_shell", 207 ":gin_shell",
206 ] 208 ]
207 } 209 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698