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

Side by Side Diff: components/security_interstitials.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 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/search_provider_logos.gypi ('k') | components/security_state.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //components/security_interstitials/core
9 'target_name': 'security_interstitials_core',
10 'type': 'static_library',
11 'dependencies': [
12 '../base/base.gyp:base',
13 '../base/base.gyp:base_i18n',
14 '../net/net.gyp:net',
15 '../ui/base/ui_base.gyp:ui_base',
16 'components_strings.gyp:components_strings',
17 'google_core_browser',
18 'history_core_browser',
19 'metrics',
20 'rappor',
21 'ssl_errors',
22 'url_formatter/url_formatter.gyp:url_formatter'
23 ],
24 'include_dirs': [
25 '..',
26 ],
27 'sources': [
28 # Note: sources list duplicated in GN build.
29 'security_interstitials/core/bad_clock_ui.cc',
30 'security_interstitials/core/bad_clock_ui.h',
31 'security_interstitials/core/common_string_util.cc',
32 'security_interstitials/core/common_string_util.h',
33 'security_interstitials/core/controller_client.cc',
34 'security_interstitials/core/controller_client.h',
35 'security_interstitials/core/metrics_helper.cc',
36 'security_interstitials/core/metrics_helper.h',
37 'security_interstitials/core/ssl_error_ui.cc',
38 'security_interstitials/core/ssl_error_ui.h',
39 ]
40 }
41 ]
42 }
OLDNEW
« no previous file with comments | « components/search_provider_logos.gypi ('k') | components/security_state.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698