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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 256623002: Implemented inline login dialog for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflicts resolved. Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'browser/chromeos/ui/echo_dialog_view.cc', 932 'browser/chromeos/ui/echo_dialog_view.cc',
933 'browser/chromeos/ui/echo_dialog_view.h', 933 'browser/chromeos/ui/echo_dialog_view.h',
934 'browser/chromeos/ui/focus_ring_controller.cc', 934 'browser/chromeos/ui/focus_ring_controller.cc',
935 'browser/chromeos/ui/focus_ring_controller.h', 935 'browser/chromeos/ui/focus_ring_controller.h',
936 'browser/chromeos/ui/focus_ring_layer.cc', 936 'browser/chromeos/ui/focus_ring_layer.cc',
937 'browser/chromeos/ui/focus_ring_layer.h', 937 'browser/chromeos/ui/focus_ring_layer.h',
938 'browser/chromeos/ui/idle_app_name_notification_view.cc', 938 'browser/chromeos/ui/idle_app_name_notification_view.cc',
939 'browser/chromeos/ui/idle_app_name_notification_view.h', 939 'browser/chromeos/ui/idle_app_name_notification_view.h',
940 'browser/chromeos/ui/idle_logout_dialog_view.cc', 940 'browser/chromeos/ui/idle_logout_dialog_view.cc',
941 'browser/chromeos/ui/idle_logout_dialog_view.h', 941 'browser/chromeos/ui/idle_logout_dialog_view.h',
942 'browser/chromeos/ui/inline_login_dialog.cc',
943 'browser/chromeos/ui/inline_login_dialog.h',
942 'browser/chromeos/ui/mobile_config_ui.cc', 944 'browser/chromeos/ui/mobile_config_ui.cc',
943 'browser/chromeos/ui/mobile_config_ui.h', 945 'browser/chromeos/ui/mobile_config_ui.h',
944 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 946 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
945 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 947 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
946 'browser/chromeos/chromeos_utils.cc', 948 'browser/chromeos/chromeos_utils.cc',
947 'browser/chromeos/chromeos_utils.h', 949 'browser/chromeos/chromeos_utils.h',
948 'browser/chromeos/ui_proxy_config.cc', 950 'browser/chromeos/ui_proxy_config.cc',
949 'browser/chromeos/ui_proxy_config.h', 951 'browser/chromeos/ui_proxy_config.h',
950 'browser/chromeos/ui_proxy_config_service.cc', 952 'browser/chromeos/ui_proxy_config_service.cc',
951 'browser/chromeos/ui_proxy_config_service.h', 953 'browser/chromeos/ui_proxy_config_service.h',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'browser/chromeos/attestation/attestation_signed_data.proto', 1127 'browser/chromeos/attestation/attestation_signed_data.proto',
1126 ], 1128 ],
1127 'variables': { 1129 'variables': {
1128 'proto_in_dir': 'browser/chromeos/attestation', 1130 'proto_in_dir': 'browser/chromeos/attestation',
1129 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1131 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1130 }, 1132 },
1131 'includes': [ '../build/protoc.gypi' ] 1133 'includes': [ '../build/protoc.gypi' ]
1132 }, 1134 },
1133 ], 1135 ],
1134 } 1136 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_handler_impl.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698