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

Side by Side Diff: blimp/common/BUILD.gn

Issue 1962193002: Add a integration test suite for BlobChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("common") { 7 component("common") {
8 output_name = "blimp_common" 8 output_name = "blimp_common"
9 sources = [ 9 sources = [
10 "blimp_common_export.h", 10 "blimp_common_export.h",
(...skipping 28 matching lines...) Expand all
39 "//ui/gl", 39 "//ui/gl",
40 ] 40 ]
41 } 41 }
42 42
43 source_set("test_support") { 43 source_set("test_support") {
44 testonly = true 44 testonly = true
45 45
46 sources = [ 46 sources = [
47 "blob_cache/mock_blob_cache.cc", 47 "blob_cache/mock_blob_cache.cc",
48 "blob_cache/mock_blob_cache.h", 48 "blob_cache/mock_blob_cache.h",
49 "blob_cache/test_util.cc",
50 "blob_cache/test_util.h",
49 ] 51 ]
50 52
51 deps = [ 53 deps = [
52 ":common", 54 ":common",
53 "//blimp/common/proto", 55 "//blimp/common/proto",
54 "//testing/gmock", 56 "//testing/gmock",
55 "//testing/gtest", 57 "//testing/gtest",
56 ] 58 ]
57 } 59 }
58 60
(...skipping 10 matching lines...) Expand all
69 deps = [ 71 deps = [
70 ":common", 72 ":common",
71 "//base", 73 "//base",
72 "//blimp/common/proto", 74 "//blimp/common/proto",
73 "//blimp/net:test_support", 75 "//blimp/net:test_support",
74 "//crypto", 76 "//crypto",
75 "//testing/gmock", 77 "//testing/gmock",
76 "//testing/gtest", 78 "//testing/gtest",
77 ] 79 ]
78 } 80 }
OLDNEW
« no previous file with comments | « no previous file | blimp/common/blob_cache/id_util.h » ('j') | blimp/net/blob_channel/blob_channel_integration_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698