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

Side by Side Diff: views/views.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 | « views/focus/focus_util_win.cc ('k') | views/widget/native_widget_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 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'focus/accelerator_handler_touch.cc', 247 'focus/accelerator_handler_touch.cc',
248 'focus/accelerator_handler_win.cc', 248 'focus/accelerator_handler_win.cc',
249 'focus/external_focus_tracker.cc', 249 'focus/external_focus_tracker.cc',
250 'focus/external_focus_tracker.h', 250 'focus/external_focus_tracker.h',
251 'focus/focus_manager.cc', 251 'focus/focus_manager.cc',
252 'focus/focus_manager.h', 252 'focus/focus_manager.h',
253 'focus/focus_manager_factory.cc', 253 'focus/focus_manager_factory.cc',
254 'focus/focus_manager_factory.h', 254 'focus/focus_manager_factory.h',
255 'focus/focus_search.cc', 255 'focus/focus_search.cc',
256 'focus/focus_search.h', 256 'focus/focus_search.h',
257 'focus/focus_util_win.cc',
258 'focus/focus_util_win.h',
259 'focus/view_storage.cc', 257 'focus/view_storage.cc',
260 'focus/view_storage.h', 258 'focus/view_storage.h',
261 'ime/character_composer.cc', 259 'ime/character_composer.cc',
262 'ime/character_composer.h', 260 'ime/character_composer.h',
263 'ime/input_method.h', 261 'ime/input_method.h',
264 'ime/input_method_delegate.h', 262 'ime/input_method_delegate.h',
265 'ime/input_method_base.cc', 263 'ime/input_method_base.cc',
266 'ime/input_method_base.h', 264 'ime/input_method_base.h',
267 'ime/input_method_gtk.cc', 265 'ime/input_method_gtk.cc',
268 'ime/input_method_gtk.h', 266 'ime/input_method_gtk.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'include_dirs': [ 816 'include_dirs': [
819 '<(DEPTH)/third_party/wtl/include', 817 '<(DEPTH)/third_party/wtl/include',
820 ], 818 ],
821 }], 819 }],
822 ], 820 ],
823 }, 821 },
824 ], 822 ],
825 }], 823 }],
826 ], 824 ],
827 } 825 }
OLDNEW
« no previous file with comments | « views/focus/focus_util_win.cc ('k') | views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698