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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7033018: Handler settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove in_unit_test_ 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/options/options_ui.cc ('k') | content/common/notification_type.h » ('j') | 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': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3408 matching lines...) Expand 10 before | Expand all | Expand 10 after
3419 'browser/ui/webui/options/language_options_handler.cc', 3419 'browser/ui/webui/options/language_options_handler.cc',
3420 'browser/ui/webui/options/language_options_handler.h', 3420 'browser/ui/webui/options/language_options_handler.h',
3421 'browser/ui/webui/options/language_options_handler_common.cc', 3421 'browser/ui/webui/options/language_options_handler_common.cc',
3422 'browser/ui/webui/options/language_options_handler_common.h', 3422 'browser/ui/webui/options/language_options_handler_common.h',
3423 'browser/ui/webui/options/options_managed_banner_handler.cc', 3423 'browser/ui/webui/options/options_managed_banner_handler.cc',
3424 'browser/ui/webui/options/options_managed_banner_handler.h', 3424 'browser/ui/webui/options/options_managed_banner_handler.h',
3425 'browser/ui/webui/options/options_ui.cc', 3425 'browser/ui/webui/options/options_ui.cc',
3426 'browser/ui/webui/options/options_ui.h', 3426 'browser/ui/webui/options/options_ui.h',
3427 'browser/ui/webui/options/password_manager_handler.cc', 3427 'browser/ui/webui/options/password_manager_handler.cc',
3428 'browser/ui/webui/options/password_manager_handler.h', 3428 'browser/ui/webui/options/password_manager_handler.h',
3429 'browser/ui/webui/options/handler_options_handler.cc',
3430 'browser/ui/webui/options/handler_options_handler.h',
3429 'browser/ui/webui/options/personal_options_handler.cc', 3431 'browser/ui/webui/options/personal_options_handler.cc',
3430 'browser/ui/webui/options/personal_options_handler.h', 3432 'browser/ui/webui/options/personal_options_handler.h',
3431 'browser/ui/webui/options/search_engine_manager_handler.cc', 3433 'browser/ui/webui/options/search_engine_manager_handler.cc',
3432 'browser/ui/webui/options/search_engine_manager_handler.h', 3434 'browser/ui/webui/options/search_engine_manager_handler.h',
3433 'browser/ui/webui/options/stop_syncing_handler.cc', 3435 'browser/ui/webui/options/stop_syncing_handler.cc',
3434 'browser/ui/webui/options/stop_syncing_handler.h', 3436 'browser/ui/webui/options/stop_syncing_handler.h',
3435 'browser/ui/webui/options/sync_setup_handler.cc', 3437 'browser/ui/webui/options/sync_setup_handler.cc',
3436 'browser/ui/webui/options/sync_setup_handler.h', 3438 'browser/ui/webui/options/sync_setup_handler.h',
3437 'browser/ui/webui/plugins_ui.cc', 3439 'browser/ui/webui/plugins_ui.cc',
3438 'browser/ui/webui/plugins_ui.h', 3440 'browser/ui/webui/plugins_ui.h',
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
4576 'hard_dependency': 1, 4578 'hard_dependency': 1,
4577 }, 4579 },
4578 ], 4580 ],
4579 } 4581 }
4580 4582
4581 # Local Variables: 4583 # Local Variables:
4582 # tab-width:2 4584 # tab-width:2
4583 # indent-tabs-mode:nil 4585 # indent-tabs-mode:nil
4584 # End: 4586 # End:
4585 # vim: set expandtab tabstop=2 shiftwidth=2: 4587 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | content/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698