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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3436031: [Chrome OS] Refactor Canonicalize() method into base class to prepare for new Authenticator subclass (Closed)
Patch Set: aaaaand fix one more header Created 10 years, 3 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
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'browser/chromeos/gview_request_interceptor.cc', 478 'browser/chromeos/gview_request_interceptor.cc',
479 'browser/chromeos/gview_request_interceptor.h', 479 'browser/chromeos/gview_request_interceptor.h',
480 'browser/chromeos/input_method/input_method_util.cc', 480 'browser/chromeos/input_method/input_method_util.cc',
481 'browser/chromeos/input_method/input_method_util.h', 481 'browser/chromeos/input_method/input_method_util.h',
482 'browser/chromeos/language_preferences.cc', 482 'browser/chromeos/language_preferences.cc',
483 'browser/chromeos/language_preferences.h', 483 'browser/chromeos/language_preferences.h',
484 'browser/chromeos/login/account_creation_view.cc', 484 'browser/chromeos/login/account_creation_view.cc',
485 'browser/chromeos/login/account_creation_view.h', 485 'browser/chromeos/login/account_creation_view.h',
486 'browser/chromeos/login/account_screen.cc', 486 'browser/chromeos/login/account_screen.cc',
487 'browser/chromeos/login/account_screen.h', 487 'browser/chromeos/login/account_screen.h',
488 'browser/chromeos/login/authentication_notification_details.h' 488 'browser/chromeos/login/authentication_notification_details.h',
489 'browser/chromeos/login/authenticator.cc',
489 'browser/chromeos/login/authenticator.h', 490 'browser/chromeos/login/authenticator.h',
490 'browser/chromeos/login/auth_attempt_state.cc', 491 'browser/chromeos/login/auth_attempt_state.cc',
491 'browser/chromeos/login/auth_attempt_state.h', 492 'browser/chromeos/login/auth_attempt_state.h',
492 'browser/chromeos/login/auth_attempt_state_resolver.cc', 493 'browser/chromeos/login/auth_attempt_state_resolver.cc',
493 'browser/chromeos/login/auth_attempt_state_resolver.h', 494 'browser/chromeos/login/auth_attempt_state_resolver.h',
494 'browser/chromeos/login/auth_response_handler.cc', 495 'browser/chromeos/login/auth_response_handler.cc',
495 'browser/chromeos/login/auth_response_handler.h', 496 'browser/chromeos/login/auth_response_handler.h',
496 'browser/chromeos/login/apply_services_customization.cc', 497 'browser/chromeos/login/apply_services_customization.cc',
497 'browser/chromeos/login/apply_services_customization.h', 498 'browser/chromeos/login/apply_services_customization.h',
498 'browser/chromeos/login/background_view.cc', 499 'browser/chromeos/login/background_view.cc',
(...skipping 3550 matching lines...) Expand 10 before | Expand all | Expand 10 after
4049 ], 4050 ],
4050 }, 4051 },
4051 ], 4052 ],
4052 } 4053 }
4053 4054
4054 # Local Variables: 4055 # Local Variables:
4055 # tab-width:2 4056 # tab-width:2
4056 # indent-tabs-mode:nil 4057 # indent-tabs-mode:nil
4057 # End: 4058 # End:
4058 # vim: set expandtab tabstop=2 shiftwidth=2: 4059 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698