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

Side by Side Diff: components/supervised_user_error_page.gypi

Issue 1808653003: Move the supervised user error page to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix compile problem 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
OLDNEW
(Empty)
1 {
2 'targets': [
3 {
4 # GN version: //components/supervused_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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698