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

Side by Side Diff: ui/views/views.gyp

Issue 9076002: Initial views touchui Gesture Recognizer support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win release build Created 8 years, 11 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/views/view_unittest.cc ('k') | ui/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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'native_theme_painter.cc', 306 'native_theme_painter.cc',
307 'native_theme_painter.h', 307 'native_theme_painter.h',
308 'paint_lock.cc', 308 'paint_lock.cc',
309 'paint_lock.h', 309 'paint_lock.h',
310 'painter.cc', 310 'painter.cc',
311 'painter.h', 311 'painter.h',
312 'repeat_controller.cc', 312 'repeat_controller.cc',
313 'repeat_controller.h', 313 'repeat_controller.h',
314 'touchui/gesture_manager.cc', 314 'touchui/gesture_manager.cc',
315 'touchui/gesture_manager.h', 315 'touchui/gesture_manager.h',
316 'touchui/gesture_recognizer.cc',
317 'touchui/gesture_recognizer.h',
316 'touchui/touch_selection_controller.cc', 318 'touchui/touch_selection_controller.cc',
317 'touchui/touch_selection_controller.h', 319 'touchui/touch_selection_controller.h',
318 'view.cc', 320 'view.cc',
319 'view.h', 321 'view.h',
320 'view_constants.cc', 322 'view_constants.cc',
321 'view_constants.h', 323 'view_constants.h',
322 'view_aura.cc', 324 'view_aura.cc',
323 'view_gtk.cc', 325 'view_gtk.cc',
324 'view_text_utils.cc', 326 'view_text_utils.cc',
325 'view_text_utils.h', 327 'view_text_utils.h',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'msvs_settings': { 726 'msvs_settings': {
725 'VCManifestTool': { 727 'VCManifestTool': {
726 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 728 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
727 }, 729 },
728 }, 730 },
729 }], 731 }],
730 ], 732 ],
731 }, # target_name: views_examples_lib 733 }, # target_name: views_examples_lib
732 ], 734 ],
733 } 735 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698