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

Side by Side Diff: ui/ui.gyp

Issue 9582041: Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outside of views. I tried to… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/base/dragdrop/drag_utils_win.cc ('k') | ui/views/button_drag_utils.h » ('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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'base/cocoa/base_view.h', 90 'base/cocoa/base_view.h',
91 'base/cocoa/base_view.mm', 91 'base/cocoa/base_view.mm',
92 'base/cocoa/events_mac.mm', 92 'base/cocoa/events_mac.mm',
93 'base/cocoa/focus_tracker.h', 93 'base/cocoa/focus_tracker.h',
94 'base/cocoa/focus_tracker.mm', 94 'base/cocoa/focus_tracker.mm',
95 'base/dragdrop/cocoa_dnd_util.h', 95 'base/dragdrop/cocoa_dnd_util.h',
96 'base/dragdrop/cocoa_dnd_util.mm', 96 'base/dragdrop/cocoa_dnd_util.mm',
97 'base/dragdrop/drag_drop_types_gtk.cc', 97 'base/dragdrop/drag_drop_types_gtk.cc',
98 'base/dragdrop/drag_drop_types.h', 98 'base/dragdrop/drag_drop_types.h',
99 'base/dragdrop/drag_drop_types_win.cc', 99 'base/dragdrop/drag_drop_types_win.cc',
100 'base/dragdrop/drag_utils.cc',
101 'base/dragdrop/drag_utils.h',
102 'base/dragdrop/drag_utils_aura.cc',
103 'base/dragdrop/drag_utils_gtk.cc',
104 'base/dragdrop/drag_utils_win.cc',
100 'base/dragdrop/drag_source.cc', 105 'base/dragdrop/drag_source.cc',
101 'base/dragdrop/drag_source.h', 106 'base/dragdrop/drag_source.h',
102 'base/dragdrop/drop_target.cc', 107 'base/dragdrop/drop_target.cc',
103 'base/dragdrop/drop_target.h', 108 'base/dragdrop/drop_target.h',
104 'base/dragdrop/gtk_dnd_util.cc', 109 'base/dragdrop/gtk_dnd_util.cc',
105 'base/dragdrop/gtk_dnd_util.h', 110 'base/dragdrop/gtk_dnd_util.h',
106 'base/dragdrop/os_exchange_data.cc', 111 'base/dragdrop/os_exchange_data.cc',
107 'base/dragdrop/os_exchange_data.h', 112 'base/dragdrop/os_exchange_data.h',
108 'base/dragdrop/os_exchange_data_provider_aura.cc', 113 'base/dragdrop/os_exchange_data_provider_aura.cc',
109 'base/dragdrop/os_exchange_data_provider_aura.h', 114 'base/dragdrop/os_exchange_data_provider_aura.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 686 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
682 'os.chmod(\'<(ui_copy_dest)\', 0700)' 687 'os.chmod(\'<(ui_copy_dest)\', 0700)'
683 ] 688 ]
684 } 689 }
685 ], 690 ],
686 }, 691 },
687 ], 692 ],
688 }], 693 }],
689 ], 694 ],
690 } 695 }
OLDNEW
« no previous file with comments | « ui/base/dragdrop/drag_utils_win.cc ('k') | ui/views/button_drag_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698