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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6027012: Fix so that login errors are shown from login/oobe screens.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/network_message_observer.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/chromeos/metrics_cros_settings_provider.cc', 678 'browser/chromeos/metrics_cros_settings_provider.cc',
679 'browser/chromeos/metrics_cros_settings_provider.h', 679 'browser/chromeos/metrics_cros_settings_provider.h',
680 'browser/chromeos/native_dialog_window.cc', 680 'browser/chromeos/native_dialog_window.cc',
681 'browser/chromeos/native_dialog_window.h', 681 'browser/chromeos/native_dialog_window.h',
682 'browser/chromeos/native_theme_chromeos.cc', 682 'browser/chromeos/native_theme_chromeos.cc',
683 'browser/chromeos/native_theme_chromeos.h', 683 'browser/chromeos/native_theme_chromeos.h',
684 'browser/chromeos/network_list.cc', 684 'browser/chromeos/network_list.cc',
685 'browser/chromeos/network_list.h', 685 'browser/chromeos/network_list.h',
686 'browser/chromeos/network_state_notifier.cc', 686 'browser/chromeos/network_state_notifier.cc',
687 'browser/chromeos/network_state_notifier.h', 687 'browser/chromeos/network_state_notifier.h',
688 'browser/chromeos/network_login_observer.cc',
689 'browser/chromeos/network_login_observer.h',
688 'browser/chromeos/network_message_observer.cc', 690 'browser/chromeos/network_message_observer.cc',
689 'browser/chromeos/network_message_observer.h', 691 'browser/chromeos/network_message_observer.h',
690 'browser/chromeos/notifications/balloon_collection_impl.cc', 692 'browser/chromeos/notifications/balloon_collection_impl.cc',
691 'browser/chromeos/notifications/balloon_collection_impl.h', 693 'browser/chromeos/notifications/balloon_collection_impl.h',
692 'browser/chromeos/notifications/balloon_view.cc', 694 'browser/chromeos/notifications/balloon_view.cc',
693 'browser/chromeos/notifications/balloon_view.h', 695 'browser/chromeos/notifications/balloon_view.h',
694 'browser/chromeos/notifications/balloon_view_host.cc', 696 'browser/chromeos/notifications/balloon_view_host.cc',
695 'browser/chromeos/notifications/balloon_view_host.h', 697 'browser/chromeos/notifications/balloon_view_host.h',
696 'browser/chromeos/notifications/notification_panel.cc', 698 'browser/chromeos/notifications/notification_panel.cc',
697 'browser/chromeos/notifications/notification_panel.h', 699 'browser/chromeos/notifications/notification_panel.h',
(...skipping 3833 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 ], 4533 ],
4532 }, 4534 },
4533 ], 4535 ],
4534 } 4536 }
4535 4537
4536 # Local Variables: 4538 # Local Variables:
4537 # tab-width:2 4539 # tab-width:2
4538 # indent-tabs-mode:nil 4540 # indent-tabs-mode:nil
4539 # End: 4541 # End:
4540 # vim: set expandtab tabstop=2 shiftwidth=2: 4542 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/network_message_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698