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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused ios certificate_reporting dependency Created 4 years, 5 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/chrome/browser/ssl/ios_ssl_blocking_page.h ('k') | net/http/transport_security_state.cc » ('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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'dependencies': [ 47 'dependencies': [
48 '../../base/base.gyp:base', 48 '../../base/base.gyp:base',
49 '../../breakpad/breakpad.gyp:breakpad_client', 49 '../../breakpad/breakpad.gyp:breakpad_client',
50 '../../components/components.gyp:about_handler', 50 '../../components/components.gyp:about_handler',
51 '../../components/components.gyp:autofill_core_browser', 51 '../../components/components.gyp:autofill_core_browser',
52 '../../components/components.gyp:autofill_core_common', 52 '../../components/components.gyp:autofill_core_common',
53 '../../components/components.gyp:autofill_ios_browser', 53 '../../components/components.gyp:autofill_ios_browser',
54 '../../components/components.gyp:bookmarks_browser', 54 '../../components/components.gyp:bookmarks_browser',
55 '../../components/components.gyp:browser_sync_browser', 55 '../../components/components.gyp:browser_sync_browser',
56 '../../components/components.gyp:browser_sync_common', 56 '../../components/components.gyp:browser_sync_common',
57 '../../components/components.gyp:certificate_reporting',
58 '../../components/components.gyp:component_updater', 57 '../../components/components.gyp:component_updater',
59 '../../components/components.gyp:content_settings_core_browser', 58 '../../components/components.gyp:content_settings_core_browser',
60 '../../components/components.gyp:cookie_config', 59 '../../components/components.gyp:cookie_config',
61 '../../components/components.gyp:crash_core_browser', 60 '../../components/components.gyp:crash_core_browser',
62 '../../components/components.gyp:crash_core_common', 61 '../../components/components.gyp:crash_core_common',
63 '../../components/components.gyp:dom_distiller_core', 62 '../../components/components.gyp:dom_distiller_core',
64 '../../components/components.gyp:dom_distiller_ios', 63 '../../components/components.gyp:dom_distiller_ios',
65 '../../components/components.gyp:favicon_base', 64 '../../components/components.gyp:favicon_base',
66 '../../components/components.gyp:favicon_core', 65 '../../components/components.gyp:favicon_core',
67 '../../components/components.gyp:gcm_driver', 66 '../../components/components.gyp:gcm_driver',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../../components/components.gyp:omnibox_browser', 884 '../../components/components.gyp:omnibox_browser',
886 '../../components/components.gyp:rlz', 885 '../../components/components.gyp:rlz',
887 '../../components/components.gyp:search_engines', 886 '../../components/components.gyp:search_engines',
888 '../../rlz/rlz.gyp:rlz_lib', 887 '../../rlz/rlz.gyp:rlz_lib',
889 ], 888 ],
890 }, 889 },
891 ], 890 ],
892 }], 891 }],
893 ], 892 ],
894 } 893 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.h ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698