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

Side by Side Diff: storage/browser/BUILD.gn

Issue 2774413002: Move some blob tests next to the files they cover. (Closed)
Patch Set: Created 3 years, 8 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') | storage/browser/blob/blob_data_builder_unittest.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 import("//testing/test.gni") 4 import("//testing/test.gni")
5 5
6 component("browser") { 6 component("browser") {
7 output_name = "storage_browser" 7 output_name = "storage_browser"
8 sources = [ 8 sources = [
9 "blob/blob_data_builder.cc", 9 "blob/blob_data_builder.cc",
10 "blob/blob_data_builder.h", 10 "blob/blob_data_builder.h",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ":browser", 217 ":browser",
218 "//base", 218 "//base",
219 "//build/config/sanitizers:deps", 219 "//build/config/sanitizers:deps",
220 "//build/win:default_exe_manifest", 220 "//build/win:default_exe_manifest",
221 "//storage/common", 221 "//storage/common",
222 ] 222 ]
223 } 223 }
224 224
225 test("storage_unittests") { 225 test("storage_unittests") {
226 sources = [ 226 sources = [
227 # Do NOT add storage/ tests here until this target is added to the build 227 # This target is in the process of being populated. See
228 # bots. http://crbug.com/653751 228 # http://crbug.com/653751
229 229 "blob/blob_data_builder_unittest.cc",
230 # If the sources list is empty, the win_clang builder fails. 230 "blob/blob_flattener_unittest.cc",
231 # This file will be removed when the real tests are moved over from 231 "blob/blob_memory_controller_unittest.cc",
232 # content_unittests to this target. 232 "blob/blob_slice_unittest.cc",
233 "crbug653751_unittest.cc", 233 "blob/blob_storage_registry_unittest.cc",
234 "blob/blob_transport_request_builder_unittest.cc",
234 ] 235 ]
235 236
236 deps = [ 237 deps = [
238 ":browser",
237 "//base/test:run_all_unittests", 239 "//base/test:run_all_unittests",
238 "//base/test:test_support", 240 "//base/test:test_support",
241 "//net:test_support",
239 "//testing/gtest", 242 "//testing/gtest",
240 ] 243 ]
241 } 244 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/blob/blob_data_builder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698