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

Side by Side Diff: views/views.gyp

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added GestureSignature enum type Created 9 years, 1 month 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/view_unittest.cc ('k') | views/widget/native_widget_delegate.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 (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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'native_theme_painter.cc', 323 'native_theme_painter.cc',
324 'native_theme_painter.h', 324 'native_theme_painter.h',
325 'paint_lock.cc', 325 'paint_lock.cc',
326 'paint_lock.h', 326 'paint_lock.h',
327 'painter.cc', 327 'painter.cc',
328 'painter.h', 328 'painter.h',
329 'repeat_controller.cc', 329 'repeat_controller.cc',
330 'repeat_controller.h', 330 'repeat_controller.h',
331 'touchui/gesture_manager.cc', 331 'touchui/gesture_manager.cc',
332 'touchui/gesture_manager.h', 332 'touchui/gesture_manager.h',
333 'touchui/gesture_recognizer.cc',
334 'touchui/gesture_recognizer.h',
333 'touchui/touch_selection_controller.cc', 335 'touchui/touch_selection_controller.cc',
334 'touchui/touch_selection_controller.h', 336 'touchui/touch_selection_controller.h',
335 'touchui/touch_selection_controller_impl.cc', 337 'touchui/touch_selection_controller_impl.cc',
336 'touchui/touch_selection_controller_impl.h', 338 'touchui/touch_selection_controller_impl.h',
337 'view.cc', 339 'view.cc',
338 'view.h', 340 'view.h',
339 'view_aura.cc', 341 'view_aura.cc',
340 'view_constants.cc', 342 'view_constants.cc',
341 'view_constants.h', 343 'view_constants.h',
342 'view_gtk.cc', 344 'view_gtk.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'include_dirs': [ 932 'include_dirs': [
931 '../third_party/wtl/include', 933 '../third_party/wtl/include',
932 ], 934 ],
933 }], 935 }],
934 ], 936 ],
935 }, 937 },
936 ], 938 ],
937 }], 939 }],
938 ], 940 ],
939 } 941 }
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/native_widget_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698