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

Side by Side Diff: ui/ui.gyp

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 ], 586 ],
587 }], 587 }],
588 ['use_aura==1', { 588 ['use_aura==1', {
589 'sources/': [ 589 'sources/': [
590 ['exclude', 'gfx/gtk_'], 590 ['exclude', 'gfx/gtk_'],
591 ['exclude', 'gfx/gtk_util.cc'], 591 ['exclude', 'gfx/gtk_util.cc'],
592 ['exclude', 'gfx/gtk_util.h'], 592 ['exclude', 'gfx/gtk_util.h'],
593 ['exclude', 'gfx/screen_gtk.cc'], 593 ['exclude', 'gfx/screen_gtk.cc'],
594 ['exclude', 'base/dialogs/select_file_dialog_mac.mm'], 594 ['exclude', 'base/dialogs/select_file_dialog_mac.mm'],
595 ['exclude', 'base/dialogs/select_file_dialog_win.cc'], 595 ['exclude', 'base/dialogs/select_file_dialog_win.cc'],
596 ['exclude', 'base/dragdrop/drag_utils_win.cc'],
597 ['exclude', 'base/work_area_watcher_observer.h'], 596 ['exclude', 'base/work_area_watcher_observer.h'],
598 ['exclude', 'base/x/active_window_watcher_x.cc'], 597 ['exclude', 'base/x/active_window_watcher_x.cc'],
599 ['exclude', 'base/x/active_window_watcher_x.h'], 598 ['exclude', 'base/x/active_window_watcher_x.h'],
600 ['exclude', 'base/x/active_window_watcher_x_observer.h'], 599 ['exclude', 'base/x/active_window_watcher_x_observer.h'],
601 ['exclude', 'base/x/root_window_property_watcher_x.cc'], 600 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
602 ['exclude', 'base/x/root_window_property_watcher_x.h'], 601 ['exclude', 'base/x/root_window_property_watcher_x.h'],
603 ['exclude', 'base/x/work_area_watcher_x.cc'], 602 ['exclude', 'base/x/work_area_watcher_x.cc'],
604 ['exclude', 'base/x/work_area_watcher_x.h'], 603 ['exclude', 'base/x/work_area_watcher_x.h'],
605 ['exclude', 'ui_controls_win.cc'], 604 ['exclude', 'ui_controls_win.cc'],
606 ], 605 ],
607 }, { # use_aura!=1 606 }, { # use_aura!=1
608 'sources!': [ 607 'sources!': [
609 'base/cursor/cursor.cc', 608 'base/cursor/cursor.cc',
610 'base/cursor/cursor.h', 609 'base/cursor/cursor.h',
611 'base/cursor/cursor_loader_x11.cc', 610 'base/cursor/cursor_loader_x11.cc',
612 'base/cursor/cursor_loader_x11.h', 611 'base/cursor/cursor_loader_x11.h',
613 'base/cursor/cursor_win.cc', 612 'base/cursor/cursor_win.cc',
614 'base/cursor/cursor_x11.cc', 613 'base/cursor/cursor_x11.cc',
615 ] 614 ]
616 }], 615 }],
617 ['use_aura==1 and OS=="win"', { 616 ['use_aura==1 and OS=="win"', {
618 'sources/': [ 617 'sources/': [
619 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 618 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
620 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], 619 ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
621 ], 620 ],
622 }], 621 }],
623 ['use_aura==0 and toolkit_views==0', { 622 ['use_aura==0 and toolkit_views==0', {
624 'sources/': [ 623 'sources/': [
625 ['exclude', '^base/gestures/*'], 624 ['exclude', '^base/gestures/*'],
626 ] 625 ]
627 }], 626 }],
628 ['use_aura==1 and use_ash==0 and OS=="linux"', { 627 ['use_aura==1 and use_ash==0 and OS=="linux"', {
629 'sources': [ 628 'sources': [
630 'base/linux_ui.cc', 629 'base/linux_ui.cc',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 }, 887 },
889 'dependencies': [ 888 'dependencies': [
890 '../base/base.gyp:base_java', 889 '../base/base.gyp:base_java',
891 ], 890 ],
892 'includes': [ '../build/java.gypi' ], 891 'includes': [ '../build/java.gypi' ],
893 }, 892 },
894 ], 893 ],
895 }], 894 }],
896 ], 895 ],
897 } 896 }
OLDNEW
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_provider_win.cc ('k') | ui/views/controls/textfield/native_textfield_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698