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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 541103002: Introduce ChromeZoomLevelPref, make zoom level prefs independent of profile prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete access of ZoomController from WebUILoginView. Created 6 years, 2 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
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_browsertest.cc ('k') | chrome/common/pref_names.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 'browser/ui/webui/user_actions/user_actions_ui.h', 1119 'browser/ui/webui/user_actions/user_actions_ui.h',
1120 'browser/ui/webui/user_actions/user_actions_ui_handler.cc', 1120 'browser/ui/webui/user_actions/user_actions_ui_handler.cc',
1121 'browser/ui/webui/user_actions/user_actions_ui_handler.h', 1121 'browser/ui/webui/user_actions/user_actions_ui_handler.h',
1122 'browser/ui/webui/version_handler.cc', 1122 'browser/ui/webui/version_handler.cc',
1123 'browser/ui/webui/version_handler_chromeos.cc', 1123 'browser/ui/webui/version_handler_chromeos.cc',
1124 'browser/ui/webui/version_handler_chromeos.h', 1124 'browser/ui/webui/version_handler_chromeos.h',
1125 'browser/ui/webui/version_handler.h', 1125 'browser/ui/webui/version_handler.h',
1126 'browser/ui/webui/version_ui.cc', 1126 'browser/ui/webui/version_ui.cc',
1127 'browser/ui/webui/version_ui.h', 1127 'browser/ui/webui/version_ui.h',
1128 'browser/ui/window_sizer/window_sizer_mac.mm', 1128 'browser/ui/window_sizer/window_sizer_mac.mm',
1129 'browser/ui/zoom/chrome_zoom_level_prefs.cc',
1130 'browser/ui/zoom/chrome_zoom_level_prefs.h',
1129 'browser/ui/zoom/zoom_controller.cc', 1131 'browser/ui/zoom/zoom_controller.cc',
1130 'browser/ui/zoom/zoom_controller.h', 1132 'browser/ui/zoom/zoom_controller.h',
1131 'browser/ui/zoom/zoom_event_manager.cc', 1133 'browser/ui/zoom/zoom_event_manager.cc',
1132 'browser/ui/zoom/zoom_event_manager.h', 1134 'browser/ui/zoom/zoom_event_manager.h',
1133 'browser/ui/zoom/zoom_observer.h', 1135 'browser/ui/zoom/zoom_observer.h',
1134 ], 1136 ],
1135 # Note that we assume app list is enabled on all views builds, so the 1137 # Note that we assume app list is enabled on all views builds, so the
1136 # views-specific app list files are in the views section. 1138 # views-specific app list files are in the views section.
1137 'chrome_browser_ui_app_list_sources': [ 1139 'chrome_browser_ui_app_list_sources': [
1138 'browser/ui/views/app_list/app_list_dialog_container.cc', 1140 'browser/ui/views/app_list/app_list_dialog_container.cc',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 }], 2996 }],
2995 ['OS!="android" and OS!="ios"', { 2997 ['OS!="android" and OS!="ios"', {
2996 'dependencies': [ 2998 'dependencies': [
2997 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2999 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2998 ], 3000 ],
2999 }], 3001 }],
3000 ], 3002 ],
3001 }, 3003 },
3002 ], 3004 ],
3003 } 3005 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_browsertest.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698