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

Side by Side Diff: extensions/shell/app_shell.gyp

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 | « extensions/shell/BUILD.gn ('k') | extensions/shell/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 { 5 {
6 'variables': { 6 'variables': {
7 # Product name is used for Mac bundle. 7 # Product name is used for Mac bundle.
8 'app_shell_product_name': 'App Shell', 8 'app_shell_product_name': 'App Shell',
9 # The version is high enough to be supported by Omaha (at least 31) 9 # The version is high enough to be supported by Omaha (at least 31)
10 # but fake enough to be obviously not a Chrome release. 10 # but fake enough to be obviously not a Chrome release.
11 'app_shell_version': '38.1234.5678.9', 11 'app_shell_version': '38.1234.5678.9',
12 'chromium_code': 1, 12 'chromium_code': 1,
13 }, 13 },
14 'targets': [ 14 'targets': [
15 { 15 {
16 'target_name': 'app_shell_lib', 16 'target_name': 'app_shell_lib',
17 'type': 'static_library', 17 'type': 'static_library',
18 'dependencies': [ 18 'dependencies': [
19 'app_shell_version_header', 19 'app_shell_version_header',
20 '<(DEPTH)/base/base.gyp:base', 20 '<(DEPTH)/base/base.gyp:base',
21 '<(DEPTH)/base/base.gyp:base_prefs', 21 '<(DEPTH)/base/base.gyp:base_prefs',
22 '<(DEPTH)/components/components.gyp:omaha_client',
23 '<(DEPTH)/components/components.gyp:pref_registry', 22 '<(DEPTH)/components/components.gyp:pref_registry',
23 '<(DEPTH)/components/components.gyp:update_client',
24 '<(DEPTH)/components/components.gyp:user_prefs', 24 '<(DEPTH)/components/components.gyp:user_prefs',
25 '<(DEPTH)/components/components.gyp:web_cache_renderer', 25 '<(DEPTH)/components/components.gyp:web_cache_renderer',
26 '<(DEPTH)/content/content.gyp:content', 26 '<(DEPTH)/content/content.gyp:content',
27 '<(DEPTH)/content/content.gyp:content_gpu', 27 '<(DEPTH)/content/content.gyp:content_gpu',
28 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 28 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
29 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 29 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
30 '<(DEPTH)/device/core/core.gyp:device_core', 30 '<(DEPTH)/device/core/core.gyp:device_core',
31 '<(DEPTH)/device/hid/hid.gyp:device_hid', 31 '<(DEPTH)/device/hid/hid.gyp:device_hid',
32 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 32 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
33 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 33 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'browser/shell_native_app_window.cc', 104 'browser/shell_native_app_window.cc',
105 'browser/shell_native_app_window.h', 105 'browser/shell_native_app_window.h',
106 'browser/shell_native_app_window_mac.h', 106 'browser/shell_native_app_window_mac.h',
107 'browser/shell_native_app_window_mac.mm', 107 'browser/shell_native_app_window_mac.mm',
108 'browser/shell_network_controller_chromeos.cc', 108 'browser/shell_network_controller_chromeos.cc',
109 'browser/shell_network_controller_chromeos.h', 109 'browser/shell_network_controller_chromeos.h',
110 'browser/shell_network_delegate.cc', 110 'browser/shell_network_delegate.cc',
111 'browser/shell_network_delegate.h', 111 'browser/shell_network_delegate.h',
112 'browser/shell_oauth2_token_service.cc', 112 'browser/shell_oauth2_token_service.cc',
113 'browser/shell_oauth2_token_service.h', 113 'browser/shell_oauth2_token_service.h',
114 'browser/shell_omaha_query_params_delegate.cc',
115 'browser/shell_omaha_query_params_delegate.h',
116 'browser/shell_prefs.cc', 114 'browser/shell_prefs.cc',
117 'browser/shell_prefs.h', 115 'browser/shell_prefs.h',
118 'browser/shell_runtime_api_delegate.cc', 116 'browser/shell_runtime_api_delegate.cc',
119 'browser/shell_runtime_api_delegate.h', 117 'browser/shell_runtime_api_delegate.h',
120 'browser/shell_special_storage_policy.cc', 118 'browser/shell_special_storage_policy.cc',
121 'browser/shell_special_storage_policy.h', 119 'browser/shell_special_storage_policy.h',
122 'browser/shell_speech_recognition_manager_delegate.cc', 120 'browser/shell_speech_recognition_manager_delegate.cc',
123 'browser/shell_speech_recognition_manager_delegate.h', 121 'browser/shell_speech_recognition_manager_delegate.h',
122 'browser/shell_update_query_params_delegate.cc',
123 'browser/shell_update_query_params_delegate.h',
124 'browser/shell_url_request_context_getter.cc', 124 'browser/shell_url_request_context_getter.cc',
125 'browser/shell_url_request_context_getter.h', 125 'browser/shell_url_request_context_getter.h',
126 'browser/shell_web_contents_modal_dialog_manager.cc', 126 'browser/shell_web_contents_modal_dialog_manager.cc',
127 'common/shell_content_client.cc', 127 'common/shell_content_client.cc',
128 'common/shell_content_client.h', 128 'common/shell_content_client.h',
129 'common/shell_extensions_client.cc', 129 'common/shell_extensions_client.cc',
130 'common/shell_extensions_client.h', 130 'common/shell_extensions_client.h',
131 'common/switches.cc', 131 'common/switches.cc',
132 'common/switches.h', 132 'common/switches.h',
133 'renderer/shell_content_renderer_client.cc', 133 'renderer/shell_content_renderer_client.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'action': [ 574 'action': [
575 '../../build/mac/verify_no_objc.sh', 575 '../../build/mac/verify_no_objc.sh',
576 ], 576 ],
577 }, 577 },
578 ], 578 ],
579 }, # target app_shell_helper 579 }, # target app_shell_helper
580 ], 580 ],
581 }], # OS=="mac" 581 }], # OS=="mac"
582 ], 582 ],
583 } 583 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698