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

Side by Side Diff: components/supervised_user_error_page.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/suggestions.gypi ('k') | components/sync.gyp » ('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 {
2 'targets': [
3 {
4 # GN version: //components/supervised_user_error_page
5 'target_name': 'supervised_user_error_page',
6 'type': 'static_library',
7 'dependencies': [
8 'components_resources.gyp:components_resources',
9 'components_strings.gyp:components_strings',
10 '../base/base.gyp:base',
11 '../ui/base/ui_base.gyp:ui_base'
12 ],
13 'include_dirs': [
14 '..',
15 ],
16 'sources': [
17 'supervised_user_error_page/supervised_user_error_page.cc',
18 'supervised_user_error_page/supervised_user_error_page.h',
19 ],
20 },
21 ],
22 'conditions': [
23 ['OS == "android"', {
24 'targets': [
25 {
26 # GN version: //components/supervised_user_error_page:gin
27 'target_name': 'supervised_user_error_page_gin',
28 'type': 'static_library',
29 'dependencies': [
30 'components.gyp:web_restrictions_interfaces',
31 '../content/content.gyp:content_renderer',
32 ],
33 'sources': [
34 'supervised_user_error_page/supervised_user_gin_wrapper.cc',
35 'supervised_user_error_page/supervised_user_gin_wrapper.h',
36 ],
37 }
38 ],
39 }],
40 ],
41 }
OLDNEW
« no previous file with comments | « components/suggestions.gypi ('k') | components/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698