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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3159028: Add code to initialize accessibility for UI in the ChromeOS startup wizard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/preferences.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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'browser/chromeos/login/user_image_view.h', 557 'browser/chromeos/login/user_image_view.h',
558 'browser/chromeos/login/user_manager.cc', 558 'browser/chromeos/login/user_manager.cc',
559 'browser/chromeos/login/user_manager.h', 559 'browser/chromeos/login/user_manager.h',
560 'browser/chromeos/login/user_view.cc', 560 'browser/chromeos/login/user_view.cc',
561 'browser/chromeos/login/user_view.h', 561 'browser/chromeos/login/user_view.h',
562 'browser/chromeos/login/view_screen.h', 562 'browser/chromeos/login/view_screen.h',
563 'browser/chromeos/login/web_page_screen.cc', 563 'browser/chromeos/login/web_page_screen.cc',
564 'browser/chromeos/login/web_page_screen.h', 564 'browser/chromeos/login/web_page_screen.h',
565 'browser/chromeos/login/web_page_view.cc', 565 'browser/chromeos/login/web_page_view.cc',
566 'browser/chromeos/login/web_page_view.h', 566 'browser/chromeos/login/web_page_view.h',
567 'browser/chromeos/login/wizard_accessibility_handler.cc',
568 'browser/chromeos/login/wizard_accessibility_handler.h',
569 'browser/chromeos/login/wizard_accessibility_helper.cc',
570 'browser/chromeos/login/wizard_accessibility_helper.h',
567 'browser/chromeos/login/wizard_controller.cc', 571 'browser/chromeos/login/wizard_controller.cc',
568 'browser/chromeos/login/wizard_controller.h', 572 'browser/chromeos/login/wizard_controller.h',
569 'browser/chromeos/login/wizard_screen.h', 573 'browser/chromeos/login/wizard_screen.h',
570 'browser/chromeos/low_battery_observer.cc', 574 'browser/chromeos/low_battery_observer.cc',
571 'browser/chromeos/low_battery_observer.h', 575 'browser/chromeos/low_battery_observer.h',
572 'browser/chromeos/native_dialog_window.cc', 576 'browser/chromeos/native_dialog_window.cc',
573 'browser/chromeos/native_dialog_window.h', 577 'browser/chromeos/native_dialog_window.h',
574 'browser/chromeos/network_list.cc', 578 'browser/chromeos/network_list.cc',
575 'browser/chromeos/network_list.h', 579 'browser/chromeos/network_list.h',
576 'browser/chromeos/network_state_notifier.cc', 580 'browser/chromeos/network_state_notifier.cc',
(...skipping 3327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3904 ], 3908 ],
3905 }, 3909 },
3906 ], 3910 ],
3907 } 3911 }
3908 3912
3909 # Local Variables: 3913 # Local Variables:
3910 # tab-width:2 3914 # tab-width:2
3911 # indent-tabs-mode:nil 3915 # indent-tabs-mode:nil
3912 # End: 3916 # End:
3913 # vim: set expandtab tabstop=2 shiftwidth=2: 3917 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698