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

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

Issue 22891016: Add support for rect-based event targeting in views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed, moved fuzzing utility functions to new file Created 7 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 | Annotate | Revision Log
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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'metrics_win.cc', 326 'metrics_win.cc',
327 'mouse_constants.cc', 327 'mouse_constants.cc',
328 'mouse_constants.h', 328 'mouse_constants.h',
329 'mouse_watcher.cc', 329 'mouse_watcher.cc',
330 'mouse_watcher.h', 330 'mouse_watcher.h',
331 'mouse_watcher_view_host.cc', 331 'mouse_watcher_view_host.cc',
332 'mouse_watcher_view_host.h', 332 'mouse_watcher_view_host.h',
333 'native_theme_delegate.h', 333 'native_theme_delegate.h',
334 'painter.cc', 334 'painter.cc',
335 'painter.h', 335 'painter.h',
336 'rect_based_targeting_utils.cc',
337 'rect_based_targeting_utils.h',
336 'repeat_controller.cc', 338 'repeat_controller.cc',
337 'repeat_controller.h', 339 'repeat_controller.h',
338 'round_rect_painter.cc', 340 'round_rect_painter.cc',
339 'round_rect_painter.h', 341 'round_rect_painter.h',
340 'shadow_border.cc', 342 'shadow_border.cc',
341 'shadow_border.h', 343 'shadow_border.h',
342 'touchui/touch_editing_menu.cc', 344 'touchui/touch_editing_menu.cc',
343 'touchui/touch_editing_menu.h', 345 'touchui/touch_editing_menu.h',
344 'touchui/touch_selection_controller_impl.cc', 346 'touchui/touch_selection_controller_impl.cc',
345 'touchui/touch_selection_controller_impl.h', 347 'touchui/touch_selection_controller_impl.h',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'sources/': [ 1088 'sources/': [
1087 # This is needed because the aura rule strips it from the default 1089 # This is needed because the aura rule strips it from the default
1088 # sources list. 1090 # sources list.
1089 ['include', '^../../content/app/startup_helper_win.cc'], 1091 ['include', '^../../content/app/startup_helper_win.cc'],
1090 ], 1092 ],
1091 }], 1093 }],
1092 ], 1094 ],
1093 }, # target_name: views_examples_with_content_exe 1095 }, # target_name: views_examples_with_content_exe
1094 ], 1096 ],
1095 } 1097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698