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

Side by Side Diff: ui/ui.gyp

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 3 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 { 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'base/cocoa/fullscreen_window_manager.h', 130 'base/cocoa/fullscreen_window_manager.h',
131 'base/cocoa/fullscreen_window_manager.mm', 131 'base/cocoa/fullscreen_window_manager.mm',
132 'base/cocoa/nib_loading.h', 132 'base/cocoa/nib_loading.h',
133 'base/cocoa/nib_loading.mm', 133 'base/cocoa/nib_loading.mm',
134 'base/cocoa/underlay_opengl_hosting_window.h', 134 'base/cocoa/underlay_opengl_hosting_window.h',
135 'base/cocoa/underlay_opengl_hosting_window.mm', 135 'base/cocoa/underlay_opengl_hosting_window.mm',
136 'base/cocoa/window_size_constants.h', 136 'base/cocoa/window_size_constants.h',
137 'base/cocoa/window_size_constants.mm', 137 'base/cocoa/window_size_constants.mm',
138 'base/cursor/cursor.cc', 138 'base/cursor/cursor.cc',
139 'base/cursor/cursor.h', 139 'base/cursor/cursor.h',
140 'base/cursor/cursor_loader.h',
141 'base/cursor/cursor_loader_win.cc',
142 'base/cursor/cursor_loader_win.h',
143 'base/cursor/cursor_loader_x11.cc',
144 'base/cursor/cursor_loader_x11.h',
140 'base/cursor/cursor_win.cc', 145 'base/cursor/cursor_win.cc',
141 'base/cursor/cursor_x11.cc', 146 'base/cursor/cursor_x11.cc',
142 'base/dialogs/base_shell_dialog.cc', 147 'base/dialogs/base_shell_dialog.cc',
143 'base/dialogs/base_shell_dialog.h', 148 'base/dialogs/base_shell_dialog.h',
144 'base/dialogs/base_shell_dialog_win.cc', 149 'base/dialogs/base_shell_dialog_win.cc',
145 'base/dialogs/base_shell_dialog_win.h', 150 'base/dialogs/base_shell_dialog_win.h',
146 'base/dialogs/gtk/select_file_dialog_impl.cc', 151 'base/dialogs/gtk/select_file_dialog_impl.cc',
147 'base/dialogs/gtk/select_file_dialog_impl.h', 152 'base/dialogs/gtk/select_file_dialog_impl.h',
148 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc', 153 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc',
149 'base/dialogs/gtk/select_file_dialog_impl_kde.cc', 154 'base/dialogs/gtk/select_file_dialog_impl_kde.cc',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ['exclude', 'base/x/root_window_property_watcher_x.cc'], 537 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
533 ['exclude', 'base/x/root_window_property_watcher_x.h'], 538 ['exclude', 'base/x/root_window_property_watcher_x.h'],
534 ['exclude', 'base/x/work_area_watcher_x.cc'], 539 ['exclude', 'base/x/work_area_watcher_x.cc'],
535 ['exclude', 'base/x/work_area_watcher_x.h'], 540 ['exclude', 'base/x/work_area_watcher_x.h'],
536 ['exclude', 'ui_controls_win.cc'], 541 ['exclude', 'ui_controls_win.cc'],
537 ], 542 ],
538 }, { # use_aura!=1 543 }, { # use_aura!=1
539 'sources!': [ 544 'sources!': [
540 'base/cursor/cursor.cc', 545 'base/cursor/cursor.cc',
541 'base/cursor/cursor.h', 546 'base/cursor/cursor.h',
547 'base/cursor/cursor_loader_x11.cc',
548 'base/cursor/cursor_loader_x11.h',
542 'base/cursor/cursor_win.cc', 549 'base/cursor/cursor_win.cc',
543 'base/cursor/cursor_x11.cc', 550 'base/cursor/cursor_x11.cc',
544 'base/native_theme/native_theme_aura.cc', 551 'base/native_theme/native_theme_aura.cc',
545 'base/native_theme/native_theme_aura.h', 552 'base/native_theme/native_theme_aura.h',
546 ] 553 ]
547 }], 554 }],
548 ['use_aura==1 and OS=="win"', { 555 ['use_aura==1 and OS=="win"', {
549 'sources/': [ 556 'sources/': [
550 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 557 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
551 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], 558 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 }, 743 },
737 }, 744 },
738 }, { # use_x11==0 745 }, { # use_x11==0
739 'sources/': [ 746 'sources/': [
740 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], 747 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'],
741 ['exclude', 'base/x/*'], 748 ['exclude', 'base/x/*'],
742 ], 749 ],
743 }], 750 }],
744 ['toolkit_views==0', { 751 ['toolkit_views==0', {
745 'sources!': [ 752 'sources!': [
753 'base/event.cc',
746 'base/events/event.cc', 754 'base/events/event.cc',
747 'base/events/event.h', 755 'base/events/event.h',
748 'base/x/events_x.cc', 756 'base/x/events_x.cc',
oshima 2012/09/07 23:08:20 this is for aura as well?
mazda 2012/09/08 00:27:02 Remvoed base/event.cc, which was accidentally adde
749 ], 757 ],
750 }], 758 }],
751 ['OS=="android"', { 759 ['OS=="android"', {
752 'sources!': [ 760 'sources!': [
753 'base/dragdrop/drag_utils.cc', 761 'base/dragdrop/drag_utils.cc',
754 'base/dragdrop/drag_utils.h', 762 'base/dragdrop/drag_utils.h',
755 'base/touch/touch_factory.cc', 763 'base/touch/touch_factory.cc',
756 'base/touch/touch_factory.h', 764 'base/touch/touch_factory.h',
757 'gfx/pango_util.cc', 765 'gfx/pango_util.cc',
758 'gfx/pango_util.h', 766 'gfx/pango_util.h',
(...skipping 21 matching lines...) Expand all
780 }, 788 },
781 ], 789 ],
782 'conditions': [ 790 'conditions': [
783 ['inside_chromium_build == 1', { 791 ['inside_chromium_build == 1', {
784 'includes': [ 792 'includes': [
785 'ui_unittests.gypi', 793 'ui_unittests.gypi',
786 ]}, 794 ]},
787 ], 795 ],
788 ], 796 ],
789 } 797 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698