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

Side by Side Diff: chrome/browser/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 | « no previous file | chrome/browser/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("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//components/history/core/browser:proto", 85 "//components/history/core/browser:proto",
86 "//components/history/core/common", 86 "//components/history/core/common",
87 "//components/infobars/core", 87 "//components/infobars/core",
88 "//components/invalidation", 88 "//components/invalidation",
89 "//components/metrics:gpu", 89 "//components/metrics:gpu",
90 "//components/metrics:net", 90 "//components/metrics:net",
91 "//components/metrics:profiler", 91 "//components/metrics:profiler",
92 "//components/metrics/proto:proto", 92 "//components/metrics/proto:proto",
93 "//components/navigation_metrics", 93 "//components/navigation_metrics",
94 "//components/network_time", 94 "//components/network_time",
95 "//components/omaha_client",
96 "//components/omnibox", 95 "//components/omnibox",
97 "//components/os_crypt", 96 "//components/os_crypt",
98 "//components/password_manager/core/browser", 97 "//components/password_manager/core/browser",
99 "//components/password_manager/core/common", 98 "//components/password_manager/core/common",
100 "//components/policy:policy_component", 99 "//components/policy:policy_component",
101 "//components/precache/core", 100 "//components/precache/core",
102 "//components/query_parser", 101 "//components/query_parser",
103 "//components/rappor", 102 "//components/rappor",
104 "//components/renderer_context_menu", 103 "//components/renderer_context_menu",
105 "//components/search", 104 "//components/search",
106 "//components/search_engines", 105 "//components/search_engines",
107 "//components/search_provider_logos", 106 "//components/search_provider_logos",
108 "//components/signin/core/browser", 107 "//components/signin/core/browser",
109 "//components/startup_metric_utils", 108 "//components/startup_metric_utils",
110 "//components/strings", 109 "//components/strings",
111 "//components/suggestions", 110 "//components/suggestions",
112 "//components/sync_driver", 111 "//components/sync_driver",
113 "//components/translate/core/browser", 112 "//components/translate/core/browser",
114 "//components/translate/core/common", 113 "//components/translate/core/common",
115 "//components/ui/zoom:ui_zoom", 114 "//components/ui/zoom:ui_zoom",
115 "//components/update_client",
116 "//components/url_fixer", 116 "//components/url_fixer",
117 "//components/user_prefs", 117 "//components/user_prefs",
118 "//components/variations", 118 "//components/variations",
119 "//components/variations/net", 119 "//components/variations/net",
120 "//components/webdata/common", 120 "//components/webdata/common",
121 "//components/webdata_services", 121 "//components/webdata_services",
122 "//components/web_resource", 122 "//components/web_resource",
123 "//content/public/browser", 123 "//content/public/browser",
124 "//content/public/common", 124 "//content/public/common",
125 "//courgette:courgette_lib", 125 "//courgette:courgette_lib",
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 ] 1058 ]
1059 } 1059 }
1060 1060
1061 if (enable_wifi_bootstrapping) { 1061 if (enable_wifi_bootstrapping) {
1062 sources += [ 1062 sources += [
1063 "local_discovery/wifi/mock_wifi_manager.cc", 1063 "local_discovery/wifi/mock_wifi_manager.cc",
1064 "local_discovery/wifi/mock_wifi_manager.h", 1064 "local_discovery/wifi/mock_wifi_manager.h",
1065 ] 1065 ]
1066 } 1066 }
1067 } 1067 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698