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

Side by Side Diff: ios/web/ios_web.gyp

Issue 2013853002: Removing deprecated ios/web/user_metrics.cc and references to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing ios_web.gyp Created 4 years, 6 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 | « ios/web/BUILD.gn ('k') | ios/web/navigation/crw_session_controller.mm » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'public/referrer_util.cc', 150 'public/referrer_util.cc',
151 'public/referrer_util.h', 151 'public/referrer_util.h',
152 'public/security_style.h', 152 'public/security_style.h',
153 'public/ssl_status.cc', 153 'public/ssl_status.cc',
154 'public/ssl_status.h', 154 'public/ssl_status.h',
155 'public/string_util.h', 155 'public/string_util.h',
156 'public/url_scheme_util.h', 156 'public/url_scheme_util.h',
157 'public/url_schemes.h', 157 'public/url_schemes.h',
158 'public/url_schemes.mm', 158 'public/url_schemes.mm',
159 'public/url_util.h', 159 'public/url_util.h',
160 'public/user_metrics.h',
161 'public/web/url_data_source_ios.h', 160 'public/web/url_data_source_ios.h',
162 'public/web_capabilities.cc', 161 'public/web_capabilities.cc',
163 'public/web_capabilities.h', 162 'public/web_capabilities.h',
164 'public/web_client.h', 163 'public/web_client.h',
165 'public/web_client.mm', 164 'public/web_client.mm',
166 'public/web_kit_constants.h', 165 'public/web_kit_constants.h',
167 'public/web_state/context_menu_params.h', 166 'public/web_state/context_menu_params.h',
168 'public/web_state/credential.h', 167 'public/web_state/credential.h',
169 'public/web_state/crw_web_controller_observer.h', 168 'public/web_state/crw_web_controller_observer.h',
170 'public/web_state/crw_web_user_interface_delegate.h', 169 'public/web_state/crw_web_user_interface_delegate.h',
(...skipping 20 matching lines...) Expand all
191 'public/web_state/web_state_observer_bridge.h', 190 'public/web_state/web_state_observer_bridge.h',
192 'public/web_state/web_state_policy_decider.h', 191 'public/web_state/web_state_policy_decider.h',
193 'public/web_state/web_state_user_data.h', 192 'public/web_state/web_state_user_data.h',
194 'public/web_thread.h', 193 'public/web_thread.h',
195 'public/web_thread_delegate.h', 194 'public/web_thread_delegate.h',
196 'public/web_ui_ios_data_source.h', 195 'public/web_ui_ios_data_source.h',
197 'public/web_view_creation_util.h', 196 'public/web_view_creation_util.h',
198 'string_util.cc', 197 'string_util.cc',
199 'url_scheme_util.mm', 198 'url_scheme_util.mm',
200 'url_util.cc', 199 'url_util.cc',
201 'user_metrics.cc',
202 'web_kit_constants.cc', 200 'web_kit_constants.cc',
203 'web_state/blocked_popup_info.h', 201 'web_state/blocked_popup_info.h',
204 'web_state/blocked_popup_info.mm', 202 'web_state/blocked_popup_info.mm',
205 'web_state/context_menu_params.mm', 203 'web_state/context_menu_params.mm',
206 'web_state/credential.cc', 204 'web_state/credential.cc',
207 'web_state/crw_pass_kit_downloader.h', 205 'web_state/crw_pass_kit_downloader.h',
208 'web_state/crw_pass_kit_downloader.mm', 206 'web_state/crw_pass_kit_downloader.mm',
209 'web_state/crw_web_view_proxy_impl.h', 207 'web_state/crw_web_view_proxy_impl.h',
210 'web_state/crw_web_view_proxy_impl.mm', 208 'web_state/crw_web_view_proxy_impl.mm',
211 'web_state/crw_web_view_scroll_view_proxy.mm', 209 'web_state/crw_web_view_scroll_view_proxy.mm',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'dependencies': [ 554 'dependencies': [
557 '../../base/base.gyp:base' 555 '../../base/base.gyp:base'
558 ], 556 ],
559 'sources': [ 557 'sources': [
560 'public/user_agent.h', 558 'public/user_agent.h',
561 'public/user_agent.mm', 559 'public/user_agent.mm',
562 ], 560 ],
563 }, 561 },
564 ], 562 ],
565 } 563 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698