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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10211010: Sync UI: Remove the StopSyncingHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 3781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 'browser/ui/webui/options2/options_sync_setup_handler.cc', 3792 'browser/ui/webui/options2/options_sync_setup_handler.cc',
3793 'browser/ui/webui/options2/options_sync_setup_handler.h', 3793 'browser/ui/webui/options2/options_sync_setup_handler.h',
3794 'browser/ui/webui/options2/options_ui2.cc', 3794 'browser/ui/webui/options2/options_ui2.cc',
3795 'browser/ui/webui/options2/options_ui2.h', 3795 'browser/ui/webui/options2/options_ui2.h',
3796 'browser/ui/webui/options2/password_manager_handler2.cc', 3796 'browser/ui/webui/options2/password_manager_handler2.cc',
3797 'browser/ui/webui/options2/password_manager_handler2.h', 3797 'browser/ui/webui/options2/password_manager_handler2.h',
3798 'browser/ui/webui/options2/search_engine_manager_handler2.cc', 3798 'browser/ui/webui/options2/search_engine_manager_handler2.cc',
3799 'browser/ui/webui/options2/search_engine_manager_handler2.h', 3799 'browser/ui/webui/options2/search_engine_manager_handler2.h',
3800 'browser/ui/webui/options2/startup_pages_handler2.cc', 3800 'browser/ui/webui/options2/startup_pages_handler2.cc',
3801 'browser/ui/webui/options2/startup_pages_handler2.h', 3801 'browser/ui/webui/options2/startup_pages_handler2.h',
3802 'browser/ui/webui/options2/stop_syncing_handler.cc',
3803 'browser/ui/webui/options2/stop_syncing_handler.h',
3804 'browser/ui/webui/options2/web_intents_settings_handler2.cc', 3802 'browser/ui/webui/options2/web_intents_settings_handler2.cc',
3805 'browser/ui/webui/options2/web_intents_settings_handler2.h', 3803 'browser/ui/webui/options2/web_intents_settings_handler2.h',
3806 'browser/ui/webui/plugins_ui.cc', 3804 'browser/ui/webui/plugins_ui.cc',
3807 'browser/ui/webui/plugins_ui.h', 3805 'browser/ui/webui/plugins_ui.h',
3808 'browser/ui/webui/policy_ui.cc', 3806 'browser/ui/webui/policy_ui.cc',
3809 'browser/ui/webui/policy_ui.h', 3807 'browser/ui/webui/policy_ui.h',
3810 'browser/ui/webui/print_preview/print_preview_data_source.cc', 3808 'browser/ui/webui/print_preview/print_preview_data_source.cc',
3811 'browser/ui/webui/print_preview/print_preview_data_source.h', 3809 'browser/ui/webui/print_preview/print_preview_data_source.h',
3812 'browser/ui/webui/print_preview/print_preview_handler.cc', 3810 'browser/ui/webui/print_preview/print_preview_handler.cc',
3813 'browser/ui/webui/print_preview/print_preview_handler.h', 3811 'browser/ui/webui/print_preview/print_preview_handler.h',
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
5210 'type': 'static_library', 5208 'type': 'static_library',
5211 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5209 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5212 'variables': { 5210 'variables': {
5213 'proto_in_dir': 'browser/chromeos/gdata', 5211 'proto_in_dir': 'browser/chromeos/gdata',
5214 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5212 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5215 }, 5213 },
5216 'includes': [ '../build/protoc.gypi' ] 5214 'includes': [ '../build/protoc.gypi' ]
5217 }, 5215 },
5218 ], 5216 ],
5219 } 5217 }
OLDNEW
« chrome/browser/ui/webui/sync_setup_handler.h ('K') | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698