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

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

Issue 2491733002: Add data usage tracking for cloud print, update client service and search provide logos (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 | « components/search_provider_logos/logo_tracker.cc ('k') | components/update_client/DEPS » ('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("//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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "url_fetcher_downloader.cc", 55 "url_fetcher_downloader.cc",
56 "url_fetcher_downloader.h", 56 "url_fetcher_downloader.h",
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/prefs", 66 "//components/prefs",
66 "//courgette:courgette_lib", 67 "//courgette:courgette_lib",
67 "//crypto", 68 "//crypto",
68 "//net", 69 "//net",
69 "//third_party/libxml", 70 "//third_party/libxml",
70 "//third_party/zlib:zip", 71 "//third_party/zlib:zip",
71 "//url", 72 "//url",
72 ] 73 ]
73 } 74 }
74 75
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "//base", 145 "//base",
145 "//components/prefs", 146 "//components/prefs",
146 "//components/prefs:test_support", 147 "//components/prefs:test_support",
147 "//courgette:courgette_lib", 148 "//courgette:courgette_lib",
148 "//net:test_support", 149 "//net:test_support",
149 "//testing/gmock", 150 "//testing/gmock",
150 "//testing/gtest", 151 "//testing/gtest",
151 "//third_party/libxml", 152 "//third_party/libxml",
152 ] 153 ]
153 } 154 }
OLDNEW
« no previous file with comments | « components/search_provider_logos/logo_tracker.cc ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698