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

Side by Side Diff: ui/views/views.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/views/drag_utils_win.cc ('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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'background.cc', 56 'background.cc',
57 'background.h', 57 'background.h',
58 'border.cc', 58 'border.cc',
59 'border.h', 59 'border.h',
60 'bubble/bubble_border.cc', 60 'bubble/bubble_border.cc',
61 'bubble/bubble_border.h', 61 'bubble/bubble_border.h',
62 'bubble/bubble_delegate.cc', 62 'bubble/bubble_delegate.cc',
63 'bubble/bubble_delegate.h', 63 'bubble/bubble_delegate.h',
64 'bubble/bubble_frame_view.cc', 64 'bubble/bubble_frame_view.cc',
65 'bubble/bubble_frame_view.h', 65 'bubble/bubble_frame_view.h',
66 'button_drag_utils.cc',
67 'button_drag_utils.h',
66 'context_menu_controller.h', 68 'context_menu_controller.h',
67 'controls/button/button.cc', 69 'controls/button/button.cc',
68 'controls/button/button.h', 70 'controls/button/button.h',
69 'controls/button/button_dropdown.cc', 71 'controls/button/button_dropdown.cc',
70 'controls/button/button_dropdown.h', 72 'controls/button/button_dropdown.h',
71 'controls/button/checkbox.cc', 73 'controls/button/checkbox.cc',
72 'controls/button/checkbox.h', 74 'controls/button/checkbox.h',
73 'controls/button/custom_button.cc', 75 'controls/button/custom_button.cc',
74 'controls/button/custom_button.h', 76 'controls/button/custom_button.h',
75 'controls/button/image_button.cc', 77 'controls/button/image_button.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'controls/tree/tree_view.h', 246 'controls/tree/tree_view.h',
245 'controls/tree/tree_view_controller.cc', 247 'controls/tree/tree_view_controller.cc',
246 'controls/tree/tree_view_controller.h', 248 'controls/tree/tree_view_controller.h',
247 'controls/tree/tree_view_views.cc', 249 'controls/tree/tree_view_views.cc',
248 'controls/tree/tree_view_views.h', 250 'controls/tree/tree_view_views.h',
249 'controls/tree/tree_view_win.cc', 251 'controls/tree/tree_view_win.cc',
250 'controls/tree/tree_view_win.h', 252 'controls/tree/tree_view_win.h',
251 #'debug_utils.cc', 253 #'debug_utils.cc',
252 #'debug_utils.h', 254 #'debug_utils.h',
253 'drag_controller.h', 255 'drag_controller.h',
254 'drag_utils.cc',
255 'drag_utils.h',
256 'drag_utils_aura.cc',
257 'drag_utils_gtk.cc',
258 'drag_utils_win.cc',
259 'events/event.cc', 256 'events/event.cc',
260 'events/event.h', 257 'events/event.h',
261 'events/event_aura.cc', 258 'events/event_aura.cc',
262 'events/event_gtk.cc', 259 'events/event_gtk.cc',
263 'events/event_win.cc', 260 'events/event_win.cc',
264 'events/event_x.cc', 261 'events/event_x.cc',
265 'focus/accelerator_handler.h', 262 'focus/accelerator_handler.h',
266 'focus/accelerator_handler_aura.cc', 263 'focus/accelerator_handler_aura.cc',
267 'focus/accelerator_handler_gtk.cc', 264 'focus/accelerator_handler_gtk.cc',
268 'focus/accelerator_handler_win.cc', 265 'focus/accelerator_handler_win.cc',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'msvs_settings': { 736 'msvs_settings': {
740 'VCManifestTool': { 737 'VCManifestTool': {
741 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
742 }, 739 },
743 }, 740 },
744 }], 741 }],
745 ], 742 ],
746 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
747 ], 744 ],
748 } 745 }
OLDNEW
« no previous file with comments | « ui/views/drag_utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698