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

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

Issue 1406153017: gn format '.gni' files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/Source/bindings/core/core.gni » ('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("//build_overrides/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.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # The generator implicitly makes includes from these targets. 119 # The generator implicitly makes includes from these targets.
120 "//chrome/test:test_support", 120 "//chrome/test:test_support",
121 "//testing/gmock", 121 "//testing/gmock",
122 "//testing/gtest", 122 "//testing/gtest",
123 "//url", 123 "//url",
124 ] 124 ]
125 if (defined(invoker.deps)) { 125 if (defined(invoker.deps)) {
126 deps += invoker.deps 126 deps += invoker.deps
127 } 127 }
128 if (defined(invoker.extra_js_files)) { 128 if (defined(invoker.extra_js_files)) {
129 data_deps = [ ":$copy_target_name" ] 129 data_deps = [
130 ":$copy_target_name",
131 ]
130 } 132 }
131 } 133 }
132 } 134 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698