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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2675007: Add OOBE/login html dialog. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: merge Created 10 years, 6 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/new_user_view.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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'browser/chromeos/login/cookie_fetcher.h', 412 'browser/chromeos/login/cookie_fetcher.h',
413 'browser/chromeos/login/existing_user_controller.cc', 413 'browser/chromeos/login/existing_user_controller.cc',
414 'browser/chromeos/login/existing_user_controller.h', 414 'browser/chromeos/login/existing_user_controller.h',
415 'browser/chromeos/login/issue_response_handler.cc', 415 'browser/chromeos/login/issue_response_handler.cc',
416 'browser/chromeos/login/issue_response_handler.h', 416 'browser/chromeos/login/issue_response_handler.h',
417 'browser/chromeos/login/google_authenticator.cc', 417 'browser/chromeos/login/google_authenticator.cc',
418 'browser/chromeos/login/google_authenticator.h', 418 'browser/chromeos/login/google_authenticator.h',
419 'browser/chromeos/login/helper.cc', 419 'browser/chromeos/login/helper.cc',
420 'browser/chromeos/login/language_switch_model.cc', 420 'browser/chromeos/login/language_switch_model.cc',
421 'browser/chromeos/login/language_switch_model.h', 421 'browser/chromeos/login/language_switch_model.h',
422 'browser/chromeos/login/login_html_dialog.cc',
423 'browser/chromeos/login/login_html_dialog.h',
422 'browser/chromeos/login/login_screen.cc', 424 'browser/chromeos/login/login_screen.cc',
423 'browser/chromeos/login/login_screen.h', 425 'browser/chromeos/login/login_screen.h',
424 'browser/chromeos/login/login_status_consumer.h', 426 'browser/chromeos/login/login_status_consumer.h',
425 'browser/chromeos/login/login_utils.cc', 427 'browser/chromeos/login/login_utils.cc',
426 'browser/chromeos/login/login_utils.h', 428 'browser/chromeos/login/login_utils.h',
427 'browser/chromeos/login/message_bubble.h', 429 'browser/chromeos/login/message_bubble.h',
428 'browser/chromeos/login/message_bubble.cc', 430 'browser/chromeos/login/message_bubble.cc',
429 'browser/chromeos/login/network_selection_view.cc', 431 'browser/chromeos/login/network_selection_view.cc',
430 'browser/chromeos/login/network_selection_view.h', 432 'browser/chromeos/login/network_selection_view.h',
431 'browser/chromeos/login/network_screen.cc', 433 'browser/chromeos/login/network_screen.cc',
(...skipping 3158 matching lines...) Expand 10 before | Expand all | Expand 10 after
3590 ], 3592 ],
3591 }, 3593 },
3592 ], 3594 ],
3593 } 3595 }
3594 3596
3595 # Local Variables: 3597 # Local Variables:
3596 # tab-width:2 3598 # tab-width:2
3597 # indent-tabs-mode:nil 3599 # indent-tabs-mode:nil
3598 # End: 3600 # End:
3599 # vim: set expandtab tabstop=2 shiftwidth=2: 3601 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/new_user_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698