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

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

Issue 248863002: MacViews: Introduce native_cursor.h to provide cursor "literals" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/native_cursor_mac.mm ('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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'linux_ui/status_icon_linux.cc', 272 'linux_ui/status_icon_linux.cc',
273 'linux_ui/window_button_order_observer.h', 273 'linux_ui/window_button_order_observer.h',
274 'metrics.cc', 274 'metrics.cc',
275 'metrics.h', 275 'metrics.h',
276 'metrics_aura.cc', 276 'metrics_aura.cc',
277 'mouse_constants.h', 277 'mouse_constants.h',
278 'mouse_watcher.cc', 278 'mouse_watcher.cc',
279 'mouse_watcher.h', 279 'mouse_watcher.h',
280 'mouse_watcher_view_host.cc', 280 'mouse_watcher_view_host.cc',
281 'mouse_watcher_view_host.h', 281 'mouse_watcher_view_host.h',
282 'native_cursor.h',
283 'native_cursor_aura.cc',
284 'native_cursor_mac.mm',
282 'native_theme_delegate.h', 285 'native_theme_delegate.h',
283 'painter.cc', 286 'painter.cc',
284 'painter.h', 287 'painter.h',
285 'rect_based_targeting_utils.cc', 288 'rect_based_targeting_utils.cc',
286 'rect_based_targeting_utils.h', 289 'rect_based_targeting_utils.h',
287 'repeat_controller.cc', 290 'repeat_controller.cc',
288 'repeat_controller.h', 291 'repeat_controller.h',
289 'round_rect_painter.cc', 292 'round_rect_painter.cc',
290 'round_rect_painter.h', 293 'round_rect_painter.h',
291 'shadow_border.cc', 294 'shadow_border.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 }], 695 }],
693 ['use_ozone==1', { 696 ['use_ozone==1', {
694 'sources!': [ 697 'sources!': [
695 'corewm/capture_controller_unittest.cc', 698 'corewm/capture_controller_unittest.cc',
696 ], 699 ],
697 }], 700 }],
698 ], 701 ],
699 }, # target_name: views_unittests 702 }, # target_name: views_unittests
700 ], 703 ],
701 } 704 }
OLDNEW
« no previous file with comments | « ui/views/native_cursor_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698