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

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: Merged SetExtraInitParams. 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'browser/chromeos/ui/echo_dialog_view.cc', 915 'browser/chromeos/ui/echo_dialog_view.cc',
916 'browser/chromeos/ui/echo_dialog_view.h', 916 'browser/chromeos/ui/echo_dialog_view.h',
917 'browser/chromeos/ui/focus_ring_controller.cc', 917 'browser/chromeos/ui/focus_ring_controller.cc',
918 'browser/chromeos/ui/focus_ring_controller.h', 918 'browser/chromeos/ui/focus_ring_controller.h',
919 'browser/chromeos/ui/focus_ring_layer.cc', 919 'browser/chromeos/ui/focus_ring_layer.cc',
920 'browser/chromeos/ui/focus_ring_layer.h', 920 'browser/chromeos/ui/focus_ring_layer.h',
921 'browser/chromeos/ui/idle_app_name_notification_view.cc', 921 'browser/chromeos/ui/idle_app_name_notification_view.cc',
922 'browser/chromeos/ui/idle_app_name_notification_view.h', 922 'browser/chromeos/ui/idle_app_name_notification_view.h',
923 'browser/chromeos/ui/idle_logout_dialog_view.cc', 923 'browser/chromeos/ui/idle_logout_dialog_view.cc',
924 'browser/chromeos/ui/idle_logout_dialog_view.h', 924 'browser/chromeos/ui/idle_logout_dialog_view.h',
925 'browser/chromeos/ui/inline_login_dialog.cc',
926 'browser/chromeos/ui/inline_login_dialog.h',
925 'browser/chromeos/ui/mobile_config_ui.cc', 927 'browser/chromeos/ui/mobile_config_ui.cc',
926 'browser/chromeos/ui/mobile_config_ui.h', 928 'browser/chromeos/ui/mobile_config_ui.h',
927 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc', 929 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc',
928 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h', 930 'browser/chromeos/ui/screen_capture_notification_ui_chromeos.h',
929 'browser/chromeos/chromeos_utils.cc', 931 'browser/chromeos/chromeos_utils.cc',
930 'browser/chromeos/chromeos_utils.h', 932 'browser/chromeos/chromeos_utils.h',
931 'browser/chromeos/ui_proxy_config.cc', 933 'browser/chromeos/ui_proxy_config.cc',
932 'browser/chromeos/ui_proxy_config.h', 934 'browser/chromeos/ui_proxy_config.h',
933 'browser/chromeos/ui_proxy_config_service.cc', 935 'browser/chromeos/ui_proxy_config_service.cc',
934 'browser/chromeos/ui_proxy_config_service.h', 936 'browser/chromeos/ui_proxy_config_service.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'browser/chromeos/attestation/attestation_signed_data.proto', 1109 'browser/chromeos/attestation/attestation_signed_data.proto',
1108 ], 1110 ],
1109 'variables': { 1111 'variables': {
1110 'proto_in_dir': 'browser/chromeos/attestation', 1112 'proto_in_dir': 'browser/chromeos/attestation',
1111 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1113 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1112 }, 1114 },
1113 'includes': [ '../build/protoc.gypi' ] 1115 'includes': [ '../build/protoc.gypi' ]
1114 }, 1116 },
1115 ], 1117 ],
1116 } 1118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698