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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6893052: Make customization documents singletons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments resolved Created 9 years, 7 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/ui/webui/chromeos/register_page_ui.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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'browser/chromeos/input_method/xkeyboard.cc', 441 'browser/chromeos/input_method/xkeyboard.cc',
442 'browser/chromeos/input_method/xkeyboard.h', 442 'browser/chromeos/input_method/xkeyboard.h',
443 'browser/chromeos/language_preferences.cc', 443 'browser/chromeos/language_preferences.cc',
444 'browser/chromeos/language_preferences.h', 444 'browser/chromeos/language_preferences.h',
445 'browser/chromeos/locale_change_guard.cc', 445 'browser/chromeos/locale_change_guard.cc',
446 'browser/chromeos/locale_change_guard.h', 446 'browser/chromeos/locale_change_guard.h',
447 'browser/chromeos/login/account_creation_view.cc', 447 'browser/chromeos/login/account_creation_view.cc',
448 'browser/chromeos/login/account_creation_view.h', 448 'browser/chromeos/login/account_creation_view.h',
449 'browser/chromeos/login/account_screen.cc', 449 'browser/chromeos/login/account_screen.cc',
450 'browser/chromeos/login/account_screen.h', 450 'browser/chromeos/login/account_screen.h',
451 'browser/chromeos/login/apply_services_customization.cc',
452 'browser/chromeos/login/apply_services_customization.h',
453 'browser/chromeos/login/auth_attempt_state.cc', 451 'browser/chromeos/login/auth_attempt_state.cc',
454 'browser/chromeos/login/auth_attempt_state.h', 452 'browser/chromeos/login/auth_attempt_state.h',
455 'browser/chromeos/login/auth_attempt_state_resolver.cc', 453 'browser/chromeos/login/auth_attempt_state_resolver.cc',
456 'browser/chromeos/login/auth_attempt_state_resolver.h', 454 'browser/chromeos/login/auth_attempt_state_resolver.h',
457 'browser/chromeos/login/auth_response_handler.cc', 455 'browser/chromeos/login/auth_response_handler.cc',
458 'browser/chromeos/login/auth_response_handler.h', 456 'browser/chromeos/login/auth_response_handler.h',
459 'browser/chromeos/login/authentication_notification_details.h', 457 'browser/chromeos/login/authentication_notification_details.h',
460 'browser/chromeos/login/authenticator.cc', 458 'browser/chromeos/login/authenticator.cc',
461 'browser/chromeos/login/authenticator.h', 459 'browser/chromeos/login/authenticator.h',
462 'browser/chromeos/login/background_view.cc', 460 'browser/chromeos/login/background_view.cc',
(...skipping 4010 matching lines...) Expand 10 before | Expand all | Expand 10 after
4473 'hard_dependency': 1, 4471 'hard_dependency': 1,
4474 }, 4472 },
4475 ], 4473 ],
4476 } 4474 }
4477 4475
4478 # Local Variables: 4476 # Local Variables:
4479 # tab-width:2 4477 # tab-width:2
4480 # indent-tabs-mode:nil 4478 # indent-tabs-mode:nil
4481 # End: 4479 # End:
4482 # vim: set expandtab tabstop=2 shiftwidth=2: 4480 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/register_page_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698