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

Side by Side Diff: components/update_client/BUILD.gn

Issue 2768573002: Send traffic-management headers from extension updater. (Closed)
Patch Set: Change the code according to mek's comments. 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
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("//net/features.gni") 5 import("//net/features.gni")
6 6
7 static_library("update_client") { 7 static_library("update_client") {
8 sources = [ 8 sources = [
9 "action.cc", 9 "action.cc",
10 "action.h", 10 "action.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "utils.cc", 57 "utils.cc",
58 "utils.h", 58 "utils.h",
59 ] 59 ]
60 60
61 deps = [ 61 deps = [
62 "//base", 62 "//base",
63 "//components/client_update_protocol", 63 "//components/client_update_protocol",
64 "//components/crx_file", 64 "//components/crx_file",
65 "//components/data_use_measurement/core", 65 "//components/data_use_measurement/core",
66 "//components/prefs", 66 "//components/prefs",
67 "//components/version_info:version_info",
67 "//courgette:courgette_lib", 68 "//courgette:courgette_lib",
68 "//crypto", 69 "//crypto",
69 "//net", 70 "//net",
70 "//third_party/libxml", 71 "//third_party/libxml",
71 "//third_party/zlib:zip", 72 "//third_party/zlib:zip",
72 "//url", 73 "//url",
73 ] 74 ]
74 } 75 }
75 76
76 static_library("test_support") { 77 static_library("test_support") {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 sources += [ "crx_downloader_unittest.cc" ] 140 sources += [ "crx_downloader_unittest.cc" ]
140 } 141 }
141 142
142 deps = [ 143 deps = [
143 ":test_support", 144 ":test_support",
144 ":unit_tests_bundle_data", 145 ":unit_tests_bundle_data",
145 ":update_client", 146 ":update_client",
146 "//base", 147 "//base",
147 "//components/prefs", 148 "//components/prefs",
148 "//components/prefs:test_support", 149 "//components/prefs:test_support",
150 "//components/version_info:version_info",
149 "//courgette:courgette_lib", 151 "//courgette:courgette_lib",
150 "//net:test_support", 152 "//net:test_support",
151 "//testing/gmock", 153 "//testing/gmock",
152 "//testing/gtest", 154 "//testing/gtest",
153 "//third_party/libxml", 155 "//third_party/libxml",
154 ] 156 ]
155 } 157 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/updater/extension_updater_unittest.cc ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698