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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3158023: OOBE screen with HTML page specified from command line it is going to be used for recovery screen. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Removed useless explicit Created 10 years, 4 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 | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'browser/chromeos/login/existing_user_view.h', 488 'browser/chromeos/login/existing_user_view.h',
489 'browser/chromeos/login/image_decoder.cc', 489 'browser/chromeos/login/image_decoder.cc',
490 'browser/chromeos/login/image_decoder.h', 490 'browser/chromeos/login/image_decoder.h',
491 'browser/chromeos/login/image_downloader.cc', 491 'browser/chromeos/login/image_downloader.cc',
492 'browser/chromeos/login/image_downloader.h', 492 'browser/chromeos/login/image_downloader.h',
493 'browser/chromeos/login/issue_response_handler.cc', 493 'browser/chromeos/login/issue_response_handler.cc',
494 'browser/chromeos/login/issue_response_handler.h', 494 'browser/chromeos/login/issue_response_handler.h',
495 'browser/chromeos/login/google_authenticator.cc', 495 'browser/chromeos/login/google_authenticator.cc',
496 'browser/chromeos/login/google_authenticator.h', 496 'browser/chromeos/login/google_authenticator.h',
497 'browser/chromeos/login/helper.cc', 497 'browser/chromeos/login/helper.cc',
498 'browser/chromeos/login/html_page_screen.cc',
499 'browser/chromeos/login/html_page_screen.h',
498 'browser/chromeos/login/language_switch_menu.cc', 500 'browser/chromeos/login/language_switch_menu.cc',
499 'browser/chromeos/login/language_switch_menu.h', 501 'browser/chromeos/login/language_switch_menu.h',
500 'browser/chromeos/login/login_html_dialog.cc', 502 'browser/chromeos/login/login_html_dialog.cc',
501 'browser/chromeos/login/login_html_dialog.h', 503 'browser/chromeos/login/login_html_dialog.h',
502 'browser/chromeos/login/login_screen.cc', 504 'browser/chromeos/login/login_screen.cc',
503 'browser/chromeos/login/login_screen.h', 505 'browser/chromeos/login/login_screen.h',
504 'browser/chromeos/login/login_status_consumer.h', 506 'browser/chromeos/login/login_status_consumer.h',
505 'browser/chromeos/login/login_utils.cc', 507 'browser/chromeos/login/login_utils.cc',
506 'browser/chromeos/login/login_utils.h', 508 'browser/chromeos/login/login_utils.h',
507 'browser/chromeos/login/message_bubble.h', 509 'browser/chromeos/login/message_bubble.h',
(...skipping 3346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3854 ], 3856 ],
3855 }, 3857 },
3856 ], 3858 ],
3857 } 3859 }
3858 3860
3859 # Local Variables: 3861 # Local Variables:
3860 # tab-width:2 3862 # tab-width:2
3861 # indent-tabs-mode:nil 3863 # indent-tabs-mode:nil
3862 # End: 3864 # End:
3863 # vim: set expandtab tabstop=2 shiftwidth=2: 3865 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698