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

Side by Side Diff: courgette/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « content/test/BUILD.gn ('k') | crypto/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 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")
6
5 static_library("courgette_lib") { 7 static_library("courgette_lib") {
6 sources = [ 8 sources = [
7 "adjustment_method.cc", 9 "adjustment_method.cc",
8 "adjustment_method_2.cc", 10 "adjustment_method_2.cc",
9 "adjustment_method.h", 11 "adjustment_method.h",
10 "assembly_program.cc", 12 "assembly_program.cc",
11 "assembly_program.h", 13 "assembly_program.h",
12 "third_party/bsdiff.h", 14 "third_party/bsdiff.h",
13 "third_party/bsdiff_apply.cc", 15 "third_party/bsdiff_apply.cc",
14 "third_party/bsdiff_create.cc", 16 "third_party/bsdiff_create.cc",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "encoded_program_fuzz_unittest.cc", 130 "encoded_program_fuzz_unittest.cc",
129 ] 131 ]
130 deps = [ 132 deps = [
131 ":courgette_lib", 133 ":courgette_lib",
132 "//base", 134 "//base",
133 "//base:i18n", 135 "//base:i18n",
134 "//base/test:test_support", 136 "//base/test:test_support",
135 "//testing/gtest", 137 "//testing/gtest",
136 ] 138 ]
137 } 139 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698