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

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

Issue 339713005: Remove MaskedViewTargeter and its derived classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_targeter_unittest.cc ('k') | no next file » | 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 'layout/grid_layout.h', 305 'layout/grid_layout.h',
306 'layout/layout_constants.h', 306 'layout/layout_constants.h',
307 'layout/layout_manager.cc', 307 'layout/layout_manager.cc',
308 'layout/layout_manager.h', 308 'layout/layout_manager.h',
309 'linux_ui/linux_ui.h', 309 'linux_ui/linux_ui.h',
310 'linux_ui/linux_ui.cc', 310 'linux_ui/linux_ui.cc',
311 'linux_ui/status_icon_linux.h', 311 'linux_ui/status_icon_linux.h',
312 'linux_ui/status_icon_linux.cc', 312 'linux_ui/status_icon_linux.cc',
313 'linux_ui/window_button_order_observer.h', 313 'linux_ui/window_button_order_observer.h',
314 'linux_ui/window_button_order_provider.cc', 314 'linux_ui/window_button_order_provider.cc',
315 'masked_view_targeter.cc',
316 'masked_view_targeter.h',
317 'metrics.cc', 315 'metrics.cc',
318 'metrics.h', 316 'metrics.h',
319 'metrics_aura.cc', 317 'metrics_aura.cc',
320 'metrics_mac.cc', 318 'metrics_mac.cc',
321 'mouse_constants.h', 319 'mouse_constants.h',
322 'mouse_watcher.h', 320 'mouse_watcher.h',
323 'mouse_watcher_aura.cc', 321 'mouse_watcher_aura.cc',
324 'mouse_watcher_view_host.cc', 322 'mouse_watcher_view_host.cc',
325 'mouse_watcher_view_host.h', 323 'mouse_watcher_view_host.h',
326 'native_cursor.h', 324 'native_cursor.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'ime/input_method_bridge_unittest.cc', 818 'ime/input_method_bridge_unittest.cc',
821 'focus/focus_manager_unittest.cc', 819 'focus/focus_manager_unittest.cc',
822 'widget/window_reorderer_unittest.cc', 820 'widget/window_reorderer_unittest.cc',
823 'widget/widget_unittest.cc', 821 'widget/widget_unittest.cc',
824 ] 822 ]
825 }], 823 }],
826 ], 824 ],
827 }, # target_name: views_unittests 825 }, # target_name: views_unittests
828 ], 826 ],
829 } 827 }
OLDNEW
« no previous file with comments | « ui/views/view_targeter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698