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

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

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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 | « components/component_updater.gypi ('k') | components/component_updater/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 source_set("component_updater") { 5 source_set("component_updater") {
6 sources = [ 6 sources = [
7 "background_downloader_win.cc", 7 "background_downloader_win.cc",
8 "background_downloader_win.h", 8 "background_downloader_win.h",
9 "component_patcher.cc", 9 "component_patcher.cc",
10 "component_patcher.h", 10 "component_patcher.h",
(...skipping 25 matching lines...) Expand all
36 "update_checker.h", 36 "update_checker.h",
37 "update_response.cc", 37 "update_response.cc",
38 "update_response.h", 38 "update_response.h",
39 "url_fetcher_downloader.cc", 39 "url_fetcher_downloader.cc",
40 "url_fetcher_downloader.h", 40 "url_fetcher_downloader.h",
41 ] 41 ]
42 42
43 deps = [ 43 deps = [
44 "//base", 44 "//base",
45 "//components/crx_file", 45 "//components/crx_file",
46 "//components/omaha_client", 46 "//components/update_client",
47 "//courgette:courgette_lib", 47 "//courgette:courgette_lib",
48 "//crypto", 48 "//crypto",
49 "//third_party/libxml", 49 "//third_party/libxml",
50 "//third_party/zlib:zip", 50 "//third_party/zlib:zip",
51 "//net", 51 "//net",
52 "//ui/base", 52 "//ui/base",
53 "//url", 53 "//url",
54 ] 54 ]
55 } 55 }
56 56
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ":component_updater", 90 ":component_updater",
91 ":test_support", 91 ":test_support",
92 "//base", 92 "//base",
93 "//courgette:courgette_lib", 93 "//courgette:courgette_lib",
94 "//net:test_support", 94 "//net:test_support",
95 "//testing/gtest", 95 "//testing/gtest",
96 "//testing/gmock", 96 "//testing/gmock",
97 "//third_party/libxml", 97 "//third_party/libxml",
98 ] 98 ]
99 } 99 }
OLDNEW
« no previous file with comments | « components/component_updater.gypi ('k') | components/component_updater/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698