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

Side by Side Diff: courgette/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 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 | « content/test/BUILD.gn ('k') | courgette/courgette.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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 static_library("courgette_lib") { 7 static_library("courgette_lib") {
8 sources = [ 8 sources = [
9 "adjustment_method.cc", 9 "adjustment_method.cc",
10 "adjustment_method.h", 10 "adjustment_method.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "versioning_unittest.cc", 122 "versioning_unittest.cc",
123 ] 123 ]
124 124
125 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 125 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
126 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 126 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
127 127
128 deps = [ 128 deps = [
129 ":courgette_lib", 129 ":courgette_lib",
130 "//base", 130 "//base",
131 "//base:i18n", 131 "//base:i18n",
132 "//base/allocator",
133 "//base/test:run_all_unittests", 132 "//base/test:run_all_unittests",
134 "//base/test:test_support", 133 "//base/test:test_support",
135 "//testing/gtest", 134 "//testing/gtest",
136 ] 135 ]
137 } 136 }
138 137
139 test("courgette_fuzz") { 138 test("courgette_fuzz") {
140 sources = [ 139 sources = [
141 "base_test_unittest.cc", 140 "base_test_unittest.cc",
142 "base_test_unittest.h", 141 "base_test_unittest.h",
143 "encoded_program_fuzz_unittest.cc", 142 "encoded_program_fuzz_unittest.cc",
144 ] 143 ]
145 deps = [ 144 deps = [
146 ":courgette_lib", 145 ":courgette_lib",
147 "//base", 146 "//base",
148 "//base:i18n", 147 "//base:i18n",
149 "//base/test:test_support", 148 "//base/test:test_support",
150 "//testing/gtest", 149 "//testing/gtest",
151 ] 150 ]
152 } 151 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698