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

Side by Side Diff: extensions/shell/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
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 # Technically, this directory should not depend on files from src/chrome, but 5 # Technically, this directory should not depend on files from src/chrome, but
6 # that's where the VERSION file is. This should probably all be moved to 6 # that's where the VERSION file is. This should probably all be moved to
7 # src/build. 7 # src/build.
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 10 matching lines...) Expand all
21 source_set("app_shell_lib") { 21 source_set("app_shell_lib") {
22 # TODO(jamescook): investigate and get rid of test dependencies. This library 22 # TODO(jamescook): investigate and get rid of test dependencies. This library
23 # is testonly because it depends on testonly libraries, namely 23 # is testonly because it depends on testonly libraries, namely
24 # //content/shell:content_shell_lib. See http://crbug.com/438283 24 # //content/shell:content_shell_lib. See http://crbug.com/438283
25 testonly = true 25 testonly = true
26 deps = [ 26 deps = [
27 ":resources", 27 ":resources",
28 ":version_header", 28 ":version_header",
29 "//base", 29 "//base",
30 "//base:prefs", 30 "//base:prefs",
31 "//components/omaha_client",
32 "//components/pref_registry", 31 "//components/pref_registry",
32 "//components/update_client",
33 "//components/user_prefs", 33 "//components/user_prefs",
34 "//components/web_cache/renderer", 34 "//components/web_cache/renderer",
35 "//content", 35 "//content",
36 "//content/shell:content_shell_lib", 36 "//content/shell:content_shell_lib",
37 "//device/core", 37 "//device/core",
38 "//device/hid", 38 "//device/hid",
39 "//extensions/common/api", 39 "//extensions/common/api",
40 "//extensions/common/api:api_registration", 40 "//extensions/common/api:api_registration",
41 "//extensions/browser", 41 "//extensions/browser",
42 "//extensions/common", 42 "//extensions/common",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "browser/shell_native_app_window.cc", 103 "browser/shell_native_app_window.cc",
104 "browser/shell_native_app_window.h", 104 "browser/shell_native_app_window.h",
105 "browser/shell_native_app_window_aura.cc", 105 "browser/shell_native_app_window_aura.cc",
106 "browser/shell_native_app_window_aura.h", 106 "browser/shell_native_app_window_aura.h",
107 "browser/shell_network_controller_chromeos.cc", 107 "browser/shell_network_controller_chromeos.cc",
108 "browser/shell_network_controller_chromeos.h", 108 "browser/shell_network_controller_chromeos.h",
109 "browser/shell_network_delegate.cc", 109 "browser/shell_network_delegate.cc",
110 "browser/shell_network_delegate.h", 110 "browser/shell_network_delegate.h",
111 "browser/shell_oauth2_token_service.cc", 111 "browser/shell_oauth2_token_service.cc",
112 "browser/shell_oauth2_token_service.h", 112 "browser/shell_oauth2_token_service.h",
113 "browser/shell_omaha_query_params_delegate.cc",
114 "browser/shell_omaha_query_params_delegate.h",
115 "browser/shell_prefs.cc", 113 "browser/shell_prefs.cc",
116 "browser/shell_prefs.h", 114 "browser/shell_prefs.h",
117 "browser/shell_runtime_api_delegate.cc", 115 "browser/shell_runtime_api_delegate.cc",
118 "browser/shell_runtime_api_delegate.h", 116 "browser/shell_runtime_api_delegate.h",
119 "browser/shell_screen.cc", 117 "browser/shell_screen.cc",
120 "browser/shell_screen.h", 118 "browser/shell_screen.h",
121 "browser/shell_special_storage_policy.cc", 119 "browser/shell_special_storage_policy.cc",
122 "browser/shell_special_storage_policy.h", 120 "browser/shell_special_storage_policy.h",
123 "browser/shell_speech_recognition_manager_delegate.cc", 121 "browser/shell_speech_recognition_manager_delegate.cc",
124 "browser/shell_speech_recognition_manager_delegate.h", 122 "browser/shell_speech_recognition_manager_delegate.h",
123 "browser/shell_update_query_params_delegate.cc",
124 "browser/shell_update_query_params_delegate.h",
125 "browser/shell_url_request_context_getter.cc", 125 "browser/shell_url_request_context_getter.cc",
126 "browser/shell_url_request_context_getter.h", 126 "browser/shell_url_request_context_getter.h",
127 "browser/shell_web_contents_modal_dialog_manager.cc", 127 "browser/shell_web_contents_modal_dialog_manager.cc",
128 "common/shell_content_client.cc", 128 "common/shell_content_client.cc",
129 "common/shell_content_client.h", 129 "common/shell_content_client.h",
130 "common/shell_extensions_client.cc", 130 "common/shell_extensions_client.cc",
131 "common/shell_extensions_client.h", 131 "common/shell_extensions_client.h",
132 "common/switches.cc", 132 "common/switches.cc",
133 "common/switches.h", 133 "common/switches.h",
134 "renderer/shell_content_renderer_client.cc", 134 "renderer/shell_content_renderer_client.cc",
(...skipping 28 matching lines...) Expand all
163 ":app_shell_lib", 163 ":app_shell_lib",
164 "//extensions:shell_and_test_pak", 164 "//extensions:shell_and_test_pak",
165 ] 165 ]
166 } 166 }
167 } 167 }
168 168
169 process_version("version_header") { 169 process_version("version_header") {
170 source = "common/version.h.in" 170 source = "common/version.h.in"
171 output = "$target_gen_dir/common/version.h" 171 output = "$target_gen_dir/common/version.h"
172 } 172 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/update_service_browsertest.cc ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698