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

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

Issue 1970463004: Blimp: Add BlobChannel Helium messages and delegate impls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | blimp/common/blob_cache/blob_cache.h » ('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("//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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 sources = [ 60 sources = [
61 "blob_cache/id_util_unittest.cc", 61 "blob_cache/id_util_unittest.cc",
62 "blob_cache/in_memory_blob_cache_unittest.cc", 62 "blob_cache/in_memory_blob_cache_unittest.cc",
63 "create_blimp_message_unittest.cc", 63 "create_blimp_message_unittest.cc",
64 "logging_unittest.cc", 64 "logging_unittest.cc",
65 ] 65 ]
66 66
67 deps = [ 67 deps = [
68 ":common", 68 ":common",
69 ":test_support",
69 "//base", 70 "//base",
70 "//blimp/common/proto", 71 "//blimp/common/proto",
71 "//blimp/net:test_support", 72 "//blimp/net:test_support",
72 "//crypto", 73 "//crypto",
73 "//testing/gmock", 74 "//testing/gmock",
74 "//testing/gtest", 75 "//testing/gtest",
75 ] 76 ]
76 } 77 }
OLDNEW
« no previous file with comments | « no previous file | blimp/common/blob_cache/blob_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698