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

Side by Side Diff: ui/ui.gyp

Issue 9463003: aura-x11: Add custom web cursor support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/gfx/native_widget_types.h ('k') | ui/views/controls/link.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'base/cocoa/base_view.mm', 92 'base/cocoa/base_view.mm',
93 'base/cocoa/events_mac.mm', 93 'base/cocoa/events_mac.mm',
94 'base/cocoa/find_pasteboard.h', 94 'base/cocoa/find_pasteboard.h',
95 'base/cocoa/find_pasteboard.mm', 95 'base/cocoa/find_pasteboard.mm',
96 'base/cocoa/focus_tracker.h', 96 'base/cocoa/focus_tracker.h',
97 'base/cocoa/focus_tracker.mm', 97 'base/cocoa/focus_tracker.mm',
98 'base/cocoa/fullscreen_window_manager.h', 98 'base/cocoa/fullscreen_window_manager.h',
99 'base/cocoa/fullscreen_window_manager.mm', 99 'base/cocoa/fullscreen_window_manager.mm',
100 'base/cocoa/underlay_opengl_hosting_window.h', 100 'base/cocoa/underlay_opengl_hosting_window.h',
101 'base/cocoa/underlay_opengl_hosting_window.mm', 101 'base/cocoa/underlay_opengl_hosting_window.mm',
102 'base/cursor/cursor.cc',
103 'base/cursor/cursor.h',
104 'base/cursor/cursor_win.cc',
105 'base/cursor/cursor_x11.cc',
102 'base/dragdrop/cocoa_dnd_util.h', 106 'base/dragdrop/cocoa_dnd_util.h',
103 'base/dragdrop/cocoa_dnd_util.mm', 107 'base/dragdrop/cocoa_dnd_util.mm',
104 'base/dragdrop/drag_drop_types_gtk.cc', 108 'base/dragdrop/drag_drop_types_gtk.cc',
105 'base/dragdrop/drag_drop_types.h', 109 'base/dragdrop/drag_drop_types.h',
106 'base/dragdrop/drag_drop_types_win.cc', 110 'base/dragdrop/drag_drop_types_win.cc',
107 'base/dragdrop/drag_source.cc', 111 'base/dragdrop/drag_source.cc',
108 'base/dragdrop/drag_source.h', 112 'base/dragdrop/drag_source.h',
109 'base/dragdrop/drop_target.cc', 113 'base/dragdrop/drop_target.cc',
110 'base/dragdrop/drop_target.h', 114 'base/dragdrop/drop_target.h',
111 'base/dragdrop/drag_utils.cc', 115 'base/dragdrop/drag_utils.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ['exclude', 'base/x/root_window_property_watcher_x.h'], 414 ['exclude', 'base/x/root_window_property_watcher_x.h'],
411 ['exclude', 'base/x/work_area_watcher_x.cc'], 415 ['exclude', 'base/x/work_area_watcher_x.cc'],
412 ['exclude', 'base/x/work_area_watcher_x.h'], 416 ['exclude', 'base/x/work_area_watcher_x.h'],
413 ['exclude', 'base/x/work_area_watcher_x_observer.h'], 417 ['exclude', 'base/x/work_area_watcher_x_observer.h'],
414 ['exclude', 'ui_controls_win.cc'], 418 ['exclude', 'ui_controls_win.cc'],
415 ], 419 ],
416 }, { # use_aura!=1 420 }, { # use_aura!=1
417 'sources!': [ 421 'sources!': [
418 'gfx/native_theme_aura.cc', 422 'gfx/native_theme_aura.cc',
419 'gfx/native_theme_aura.h', 423 'gfx/native_theme_aura.h',
424 'base/cursor/cursor.cc',
425 'base/cursor/cursor.h',
426 'base/cursor/cursor_win.cc',
427 'base/cursor/cursor_x11.cc',
420 ] 428 ]
421 }], 429 }],
422 ['use_aura==1 and OS=="win"', { 430 ['use_aura==1 and OS=="win"', {
423 'sources/': [ 431 'sources/': [
424 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 432 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
425 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], 433 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
426 ['exclude', 'gfx/native_theme_win.cc'], 434 ['exclude', 'gfx/native_theme_win.cc'],
427 ['exclude', 'gfx/native_theme_win.h'], 435 ['exclude', 'gfx/native_theme_win.h'],
428 ['exclude', 'gfx/path_win.cc'], 436 ['exclude', 'gfx/path_win.cc'],
429 ], 437 ],
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'gfx/platform_font_pango.cc', 605 'gfx/platform_font_pango.cc',
598 ], 606 ],
599 }], 607 }],
600 ['use_x11==1', { 608 ['use_x11==1', {
601 'all_dependent_settings': { 609 'all_dependent_settings': {
602 'ldflags': [ 610 'ldflags': [
603 '-L<(PRODUCT_DIR)', 611 '-L<(PRODUCT_DIR)',
604 ], 612 ],
605 'link_settings': { 613 'link_settings': {
606 'libraries': [ 614 'libraries': [
607 '-lX11', 615 '-lX11 -lXcursor',
608 ], 616 ],
609 }, 617 },
610 }, 618 },
611 }, { # use_x11==0 619 }, { # use_x11==0
612 'sources!': [ 620 'sources!': [
613 'base/keycodes/keyboard_code_conversion_x.cc', 621 'base/keycodes/keyboard_code_conversion_x.cc',
614 'base/keycodes/keyboard_code_conversion_x.h', 622 'base/keycodes/keyboard_code_conversion_x.h',
615 'base/x/', 623 'base/x/',
616 ], 624 ],
617 }], 625 }],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 708 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
701 'os.chmod(\'<(ui_copy_dest)\', 0700)' 709 'os.chmod(\'<(ui_copy_dest)\', 0700)'
702 ] 710 ]
703 } 711 }
704 ], 712 ],
705 }, 713 },
706 ], 714 ],
707 }], 715 }],
708 ], 716 ],
709 } 717 }
OLDNEW
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/views/controls/link.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698