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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9104028: Unfork various Sync settings UI classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another cros compilation fix. Created 8 years, 10 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/sync_setup_handler2.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after
4065 'browser/ui/webui/options2/handler_options_handler2.cc', 4065 'browser/ui/webui/options2/handler_options_handler2.cc',
4066 'browser/ui/webui/options2/handler_options_handler2.h', 4066 'browser/ui/webui/options2/handler_options_handler2.h',
4067 'browser/ui/webui/options2/import_data_handler2.cc', 4067 'browser/ui/webui/options2/import_data_handler2.cc',
4068 'browser/ui/webui/options2/import_data_handler2.h', 4068 'browser/ui/webui/options2/import_data_handler2.h',
4069 'browser/ui/webui/options2/language_options_handler2.cc', 4069 'browser/ui/webui/options2/language_options_handler2.cc',
4070 'browser/ui/webui/options2/language_options_handler2.h', 4070 'browser/ui/webui/options2/language_options_handler2.h',
4071 'browser/ui/webui/options2/language_options_handler_common2.cc', 4071 'browser/ui/webui/options2/language_options_handler_common2.cc',
4072 'browser/ui/webui/options2/language_options_handler_common2.h', 4072 'browser/ui/webui/options2/language_options_handler_common2.h',
4073 'browser/ui/webui/options2/manage_profile_handler2.cc', 4073 'browser/ui/webui/options2/manage_profile_handler2.cc',
4074 'browser/ui/webui/options2/manage_profile_handler2.h', 4074 'browser/ui/webui/options2/manage_profile_handler2.h',
4075 'browser/ui/webui/options2/options_sync_setup_handler2.cc',
4076 'browser/ui/webui/options2/options_sync_setup_handler2.h',
4077 'browser/ui/webui/options2/options_ui2.cc', 4075 'browser/ui/webui/options2/options_ui2.cc',
4078 'browser/ui/webui/options2/options_ui2.h', 4076 'browser/ui/webui/options2/options_ui2.h',
4079 'browser/ui/webui/options2/password_manager_handler2.cc', 4077 'browser/ui/webui/options2/password_manager_handler2.cc',
4080 'browser/ui/webui/options2/password_manager_handler2.h', 4078 'browser/ui/webui/options2/password_manager_handler2.h',
4081 'browser/ui/webui/options2/search_engine_manager_handler2.cc', 4079 'browser/ui/webui/options2/search_engine_manager_handler2.cc',
4082 'browser/ui/webui/options2/search_engine_manager_handler2.h', 4080 'browser/ui/webui/options2/search_engine_manager_handler2.h',
4083 'browser/ui/webui/options2/startup_pages_handler2.cc', 4081 'browser/ui/webui/options2/startup_pages_handler2.cc',
4084 'browser/ui/webui/options2/startup_pages_handler2.h', 4082 'browser/ui/webui/options2/startup_pages_handler2.h',
4085 'browser/ui/webui/options2/stop_syncing_handler2.cc',
4086 'browser/ui/webui/options2/stop_syncing_handler2.h',
4087 'browser/ui/webui/options2/web_intents_settings_handler2.cc', 4083 'browser/ui/webui/options2/web_intents_settings_handler2.cc',
4088 'browser/ui/webui/options2/web_intents_settings_handler2.h', 4084 'browser/ui/webui/options2/web_intents_settings_handler2.h',
4089 'browser/ui/webui/plugins_ui.cc', 4085 'browser/ui/webui/plugins_ui.cc',
4090 'browser/ui/webui/plugins_ui.h', 4086 'browser/ui/webui/plugins_ui.h',
4091 'browser/ui/webui/policy_ui.cc', 4087 'browser/ui/webui/policy_ui.cc',
4092 'browser/ui/webui/policy_ui.h', 4088 'browser/ui/webui/policy_ui.h',
4093 'browser/ui/webui/print_preview/print_preview_data_source.cc', 4089 'browser/ui/webui/print_preview/print_preview_data_source.cc',
4094 'browser/ui/webui/print_preview/print_preview_data_source.h', 4090 'browser/ui/webui/print_preview/print_preview_data_source.h',
4095 'browser/ui/webui/print_preview/print_preview_handler.cc', 4091 'browser/ui/webui/print_preview/print_preview_handler.cc',
4096 'browser/ui/webui/print_preview/print_preview_handler.h', 4092 'browser/ui/webui/print_preview/print_preview_handler.h',
(...skipping 20 matching lines...) Expand all
4117 'browser/ui/webui/sync_internals_ui.cc', 4113 'browser/ui/webui/sync_internals_ui.cc',
4118 'browser/ui/webui/sync_internals_ui.h', 4114 'browser/ui/webui/sync_internals_ui.h',
4119 'browser/ui/webui/sync_promo/sync_promo_dialog.cc', 4115 'browser/ui/webui/sync_promo/sync_promo_dialog.cc',
4120 'browser/ui/webui/sync_promo/sync_promo_dialog.h', 4116 'browser/ui/webui/sync_promo/sync_promo_dialog.h',
4121 'browser/ui/webui/sync_promo/sync_promo_handler.cc', 4117 'browser/ui/webui/sync_promo/sync_promo_handler.cc',
4122 'browser/ui/webui/sync_promo/sync_promo_handler.h', 4118 'browser/ui/webui/sync_promo/sync_promo_handler.h',
4123 'browser/ui/webui/sync_promo/sync_promo_trial.cc', 4119 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
4124 'browser/ui/webui/sync_promo/sync_promo_trial.h', 4120 'browser/ui/webui/sync_promo/sync_promo_trial.h',
4125 'browser/ui/webui/sync_promo/sync_promo_ui.cc', 4121 'browser/ui/webui/sync_promo/sync_promo_ui.cc',
4126 'browser/ui/webui/sync_promo/sync_promo_ui.h', 4122 'browser/ui/webui/sync_promo/sync_promo_ui.h',
4127 'browser/ui/webui/sync_setup_handler2.cc',
4128 'browser/ui/webui/sync_setup_handler2.h',
4129 'browser/ui/webui/sync_setup_handler.cc', 4123 'browser/ui/webui/sync_setup_handler.cc',
4130 'browser/ui/webui/sync_setup_handler.h', 4124 'browser/ui/webui/sync_setup_handler.h',
4131 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', 4125 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc',
4132 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', 4126 'browser/ui/webui/tab_modal_confirm_dialog_webui.h',
4133 'browser/ui/webui/task_manager_dialog.cc', 4127 'browser/ui/webui/task_manager_dialog.cc',
4134 'browser/ui/webui/task_manager_dialog.h', 4128 'browser/ui/webui/task_manager_dialog.h',
4135 'browser/ui/webui/task_manager_handler.cc', 4129 'browser/ui/webui/task_manager_handler.cc',
4136 'browser/ui/webui/task_manager_handler.h', 4130 'browser/ui/webui/task_manager_handler.h',
4137 'browser/ui/webui/task_manager_ui.cc', 4131 'browser/ui/webui/task_manager_ui.cc',
4138 'browser/ui/webui/task_manager_ui.h', 4132 'browser/ui/webui/task_manager_ui.h',
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
5496 'type': 'static_library', 5490 'type': 'static_library',
5497 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5491 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5498 'variables': { 5492 'variables': {
5499 'proto_in_dir': 'browser/history', 5493 'proto_in_dir': 'browser/history',
5500 'proto_out_dir': 'chrome/browser/history', 5494 'proto_out_dir': 'chrome/browser/history',
5501 }, 5495 },
5502 'includes': [ '../build/protoc.gypi' ] 5496 'includes': [ '../build/protoc.gypi' ]
5503 }, 5497 },
5504 ], 5498 ],
5505 } 5499 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698