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

Side by Side Diff: components/components.gyp

Issue 1341923002: Create a component for SSL error handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update iOS grit whitelist Created 5 years, 3 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 | « components/BUILD.gn ('k') | components/components_strings.grd » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'proxy_config.gypi', 65 'proxy_config.gypi',
66 'query_parser.gypi', 66 'query_parser.gypi',
67 'rappor.gypi', 67 'rappor.gypi',
68 'renderer_context_menu.gypi', 68 'renderer_context_menu.gypi',
69 'search.gypi', 69 'search.gypi',
70 'search_engines.gypi', 70 'search_engines.gypi',
71 'search_provider_logos.gypi', 71 'search_provider_logos.gypi',
72 'security_interstitials.gypi', 72 'security_interstitials.gypi',
73 'sessions.gypi', 73 'sessions.gypi',
74 'signin.gypi', 74 'signin.gypi',
75 'ssl_errors.gypi',
75 'startup_metric_utils.gypi', 76 'startup_metric_utils.gypi',
76 'suggestions.gypi', 77 'suggestions.gypi',
77 'sync_driver.gypi', 78 'sync_driver.gypi',
78 'syncable_prefs.gypi', 79 'syncable_prefs.gypi',
79 'toolbar.gypi', 80 'toolbar.gypi',
80 'translate.gypi', 81 'translate.gypi',
81 'ui_zoom.gypi', 82 'ui_zoom.gypi',
82 'undo.gypi', 83 'undo.gypi',
83 'update_client.gypi', 84 'update_client.gypi',
84 'upload_list.gypi', 85 'upload_list.gypi',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'chrome_apps.gypi', 179 'chrome_apps.gypi',
179 ], 180 ],
180 }], 181 }],
181 ['enable_rlz_support==1', { 182 ['enable_rlz_support==1', {
182 'includes': [ 183 'includes': [
183 'rlz.gypi', 184 'rlz.gypi',
184 ], 185 ],
185 }] 186 }]
186 ], 187 ],
187 } 188 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698