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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10808092: Add settings UI for managing defaults (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4165 'browser/ui/webui/options2/options_sync_setup_handler.cc', 4165 'browser/ui/webui/options2/options_sync_setup_handler.cc',
4166 'browser/ui/webui/options2/options_sync_setup_handler.h', 4166 'browser/ui/webui/options2/options_sync_setup_handler.h',
4167 'browser/ui/webui/options2/options_ui.cc', 4167 'browser/ui/webui/options2/options_ui.cc',
4168 'browser/ui/webui/options2/options_ui.h', 4168 'browser/ui/webui/options2/options_ui.h',
4169 'browser/ui/webui/options2/password_manager_handler.cc', 4169 'browser/ui/webui/options2/password_manager_handler.cc',
4170 'browser/ui/webui/options2/password_manager_handler.h', 4170 'browser/ui/webui/options2/password_manager_handler.h',
4171 'browser/ui/webui/options2/search_engine_manager_handler.cc', 4171 'browser/ui/webui/options2/search_engine_manager_handler.cc',
4172 'browser/ui/webui/options2/search_engine_manager_handler.h', 4172 'browser/ui/webui/options2/search_engine_manager_handler.h',
4173 'browser/ui/webui/options2/startup_pages_handler.cc', 4173 'browser/ui/webui/options2/startup_pages_handler.cc',
4174 'browser/ui/webui/options2/startup_pages_handler.h', 4174 'browser/ui/webui/options2/startup_pages_handler.h',
4175 'browser/ui/webui/options2/web_intents_defaults_handler.cc',
4176 'browser/ui/webui/options2/web_intents_defaults_handler.h',
4175 'browser/ui/webui/options2/web_intents_settings_handler.cc', 4177 'browser/ui/webui/options2/web_intents_settings_handler.cc',
4176 'browser/ui/webui/options2/web_intents_settings_handler.h', 4178 'browser/ui/webui/options2/web_intents_settings_handler.h',
4177 'browser/ui/webui/performance_monitor/web_ui_handler.cc', 4179 'browser/ui/webui/performance_monitor/web_ui_handler.cc',
4178 'browser/ui/webui/performance_monitor/web_ui_handler.h', 4180 'browser/ui/webui/performance_monitor/web_ui_handler.h',
4179 'browser/ui/webui/plugins_ui.cc', 4181 'browser/ui/webui/plugins_ui.cc',
4180 'browser/ui/webui/plugins_ui.h', 4182 'browser/ui/webui/plugins_ui.h',
4181 'browser/ui/webui/policy_ui.cc', 4183 'browser/ui/webui/policy_ui.cc',
4182 'browser/ui/webui/policy_ui.h', 4184 'browser/ui/webui/policy_ui.h',
4183 'browser/ui/webui/predictors/predictors_handler.cc', 4185 'browser/ui/webui/predictors/predictors_handler.cc',
4184 'browser/ui/webui/predictors/predictors_handler.h', 4186 'browser/ui/webui/predictors/predictors_handler.h',
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
5513 'includes': [ '../build/jni_generator.gypi' ], 5515 'includes': [ '../build/jni_generator.gypi' ],
5514 'dependencies': [ 5516 'dependencies': [
5515 'android_jar_jni_headers', 5517 'android_jar_jni_headers',
5516 ], 5518 ],
5517 }, 5519 },
5518 ], 5520 ],
5519 }, 5521 },
5520 ], 5522 ],
5521 ], 5523 ],
5522 } 5524 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698