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

Side by Side Diff: ui/ui.gyp

Issue 7753025: Move the mouse wheel utils from views to ui\base\win, to get rid of some views dependencies in co... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « ui/base/win/mouse_wheel_util.cc ('k') | views/controls/textfield/native_textfield_win.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'base/ui_base_switches.cc', 188 'base/ui_base_switches.cc',
189 'base/ui_base_switches.h', 189 'base/ui_base_switches.h',
190 'base/ui_base_types.h', 190 'base/ui_base_types.h',
191 'base/ui_export.h', 191 'base/ui_export.h',
192 'base/view_prop.cc', 192 'base/view_prop.cc',
193 'base/view_prop.h', 193 'base/view_prop.h',
194 'base/win/hwnd_util.cc', 194 'base/win/hwnd_util.cc',
195 'base/win/hwnd_util.h', 195 'base/win/hwnd_util.h',
196 'base/win/ime_input.cc', 196 'base/win/ime_input.cc',
197 'base/win/ime_input.h', 197 'base/win/ime_input.h',
198 'base/win/mouse_wheel_util.cc',
199 'base/win/mouse_wheel_util.h',
198 'base/win/shell.cc', 200 'base/win/shell.cc',
199 'base/win/shell.h', 201 'base/win/shell.h',
200 'base/win/window_impl.cc', 202 'base/win/window_impl.cc',
201 'base/win/window_impl.h', 203 'base/win/window_impl.h',
202 'base/x/active_window_watcher_x.cc', 204 'base/x/active_window_watcher_x.cc',
203 'base/x/active_window_watcher_x.h', 205 'base/x/active_window_watcher_x.h',
204 'base/x/x11_util.cc', 206 'base/x/x11_util.cc',
205 'base/x/x11_util.h', 207 'base/x/x11_util.h',
206 'base/x/x11_util_internal.h', 208 'base/x/x11_util_internal.h',
207 'gfx/blit.cc', 209 'gfx/blit.cc',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'configurations': { 534 'configurations': {
533 'Common_Base': { 535 'Common_Base': {
534 'msvs_target_platform': 'x64', 536 'msvs_target_platform': 'x64',
535 }, 537 },
536 }, 538 },
537 }, 539 },
538 ], 540 ],
539 }], 541 }],
540 ], 542 ],
541 } 543 }
OLDNEW
« no previous file with comments | « ui/base/win/mouse_wheel_util.cc ('k') | views/controls/textfield/native_textfield_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698