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

Side by Side Diff: components/error_page.gypi

Issue 1750113002: Remove "Show saved copy" button from error page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 9 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 | « chrome/renderer/net/net_error_page_controller.cc ('k') | components/error_page/common/BUILD.gn » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/error_page/common 8 # GN version: //components/error_page/common
9 'target_name': 'error_page_common', 9 'target_name': 'error_page_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'error_page/common/error_page_params.cc', 25 'error_page/common/error_page_params.cc',
26 'error_page/common/error_page_params.h', 26 'error_page/common/error_page_params.h',
27 'error_page/common/error_page_switches.cc', 27 'error_page/common/error_page_switches.cc',
28 'error_page/common/error_page_switches.h', 28 'error_page/common/error_page_switches.h',
29 'error_page/common/localized_error.cc', 29 'error_page/common/localized_error.cc',
30 'error_page/common/localized_error.h', 30 'error_page/common/localized_error.h',
31 'error_page/common/net_error_info.cc', 31 'error_page/common/net_error_info.cc',
32 'error_page/common/net_error_info.h', 32 'error_page/common/net_error_info.h',
33 'error_page/common/offline_page_types.h',
34 ], 33 ],
35 }, 34 },
36 ], 35 ],
37 'conditions': [ 36 'conditions': [
38 ['OS != "ios"', { 37 ['OS != "ios"', {
39 'targets': [ 38 'targets': [
40 { 39 {
41 # GN version: //components/error_page/renderer 40 # GN version: //components/error_page/renderer
42 'target_name': 'error_page_renderer', 41 'target_name': 'error_page_renderer',
43 'type': 'static_library', 42 'type': 'static_library',
(...skipping 12 matching lines...) Expand all
56 ], 55 ],
57 'sources': [ 56 'sources': [
58 'error_page/renderer/net_error_helper_core.cc', 57 'error_page/renderer/net_error_helper_core.cc',
59 'error_page/renderer/net_error_helper_core.h', 58 'error_page/renderer/net_error_helper_core.h',
60 ], 59 ],
61 } 60 }
62 ], 61 ],
63 }], 62 }],
64 ], 63 ],
65 } 64 }
OLDNEW
« no previous file with comments | « chrome/renderer/net/net_error_page_controller.cc ('k') | components/error_page/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698