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

Side by Side Diff: chrome/test/base/js2gtest.gni

Issue 2058033002: gn: Remove unnecessary v8 defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 4 years, 5 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 | « chrome/test/BUILD.gn ('k') | chromecast/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//v8/gni/v8.gni")
6 import("//v8/snapshot_toolchain.gni") 6 import("//v8/snapshot_toolchain.gni")
7 7
8 # Variables: 8 # Variables:
9 # test_type: One of 'webui', 'unit' or 'extension' indicating what 9 # test_type: One of 'webui', 'unit' or 'extension' indicating what
10 # environment the test runs under. 10 # environment the test runs under.
11 # sources: List of javascript test source files. 11 # sources: List of javascript test source files.
12 # deps_js: Javascript file with closure library dependencies. Only needed 12 # deps_js: Javascript file with closure library dependencies. Only needed
13 # if the test fixtures use closureModuleDeps. 13 # if the test fixtures use closureModuleDeps.
14 # gen_include_files: List of javascript files used in GEN_INCLUDE calls 14 # gen_include_files: List of javascript files used in GEN_INCLUDE calls
15 # in the tests and therefore considered input to the C++ generation step. 15 # in the tests and therefore considered input to the C++ generation step.
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 if (defined(invoker.deps)) { 128 if (defined(invoker.deps)) {
129 deps += invoker.deps 129 deps += invoker.deps
130 } 130 }
131 if (defined(invoker.extra_js_files)) { 131 if (defined(invoker.extra_js_files)) {
132 data_deps = [ 132 data_deps = [
133 ":$copy_target_name", 133 ":$copy_target_name",
134 ] 134 ]
135 } 135 }
136 } 136 }
137 } 137 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromecast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698