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

Side by Side Diff: gin/BUILD.gn

Issue 2711703002: Revert of Use TaskScheduler instead of WorkerPool in v8_platform.cc. (Closed)
Patch Set: another patchset to kick off tryjobs Created 3 years, 10 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 | « extensions/renderer/module_system_test.h ('k') | gin/shell/gin_main.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("//v8/gni/v8.gni") 6 import("//v8/gni/v8.gni")
7 7
8 # This is depended upon from the browser DLL on Windows, where V8 is not used, 8 # This is depended upon from the browser DLL on Windows, where V8 is not used,
9 # but features are enabled. This cannot depend on V8. 9 # but features are enabled. This cannot depend on V8.
10 source_set("gin_features") { 10 source_set("gin_features") {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 ] 144 ]
145 data = [ 145 data = [
146 "test/expect.js", 146 "test/expect.js",
147 ] 147 ]
148 148
149 public_deps = [ 149 public_deps = [
150 ":gin", 150 ":gin",
151 "//testing/gtest", 151 "//testing/gtest",
152 ] 152 ]
153 deps = [ 153 deps = [
154 "//base/test:test_support",
155 "//v8", 154 "//v8",
156 ] 155 ]
157 156
158 configs += [ "//v8:external_startup_data" ] 157 configs += [ "//v8:external_startup_data" ]
159 } 158 }
160 159
161 test("gin_unittests") { 160 test("gin_unittests") {
162 sources = [ 161 sources = [
163 "converter_unittest.cc", 162 "converter_unittest.cc",
164 "interceptor_unittest.cc", 163 "interceptor_unittest.cc",
(...skipping 23 matching lines...) Expand all
188 "shell/hello_world.js", 187 "shell/hello_world.js",
189 "test/file_unittests.js", 188 "test/file_unittests.js",
190 "test/gtest_unittests.js", 189 "test/gtest_unittests.js",
191 "../OWNERS", 190 "../OWNERS",
192 ] 191 ]
193 192
194 data_deps = [ 193 data_deps = [
195 ":gin_shell", 194 ":gin_shell",
196 ] 195 ]
197 } 196 }
OLDNEW
« no previous file with comments | « extensions/renderer/module_system_test.h ('k') | gin/shell/gin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698