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

Side by Side Diff: ui/aura_shell/aura_shell.gyp

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed windows build errors Created 9 years, 1 month 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/aura/event.h ('k') | ui/aura_shell/drag_drop_controller.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'targets': [ 10 'targets': [
(...skipping 27 matching lines...) Expand all
38 'default_container_event_filter.cc', 38 'default_container_event_filter.cc',
39 'default_container_event_filter.h', 39 'default_container_event_filter.h',
40 'default_container_layout_manager.cc', 40 'default_container_layout_manager.cc',
41 'default_container_layout_manager.h', 41 'default_container_layout_manager.h',
42 'desktop_background_view.cc', 42 'desktop_background_view.cc',
43 'desktop_background_view.h', 43 'desktop_background_view.h',
44 'desktop_event_filter.cc', 44 'desktop_event_filter.cc',
45 'desktop_event_filter.h', 45 'desktop_event_filter.h',
46 'desktop_layout_manager.cc', 46 'desktop_layout_manager.cc',
47 'desktop_layout_manager.h', 47 'desktop_layout_manager.h',
48 'drag_drop_controller.cc',
49 'drag_drop_controller.h',
50 'drag_image_view.cc',
51 'drag_image_view.h',
48 'launcher/app_launcher_button.cc', 52 'launcher/app_launcher_button.cc',
49 'launcher/app_launcher_button.h', 53 'launcher/app_launcher_button.h',
50 'launcher/launcher.cc', 54 'launcher/launcher.cc',
51 'launcher/launcher.h', 55 'launcher/launcher.h',
52 'launcher/launcher_model.cc', 56 'launcher/launcher_model.cc',
53 'launcher/launcher_model.h', 57 'launcher/launcher_model.h',
54 'launcher/launcher_model_observer.h', 58 'launcher/launcher_model_observer.h',
55 'launcher/launcher_types.h', 59 'launcher/launcher_types.h',
56 'launcher/launcher_view.cc', 60 'launcher/launcher_view.cc',
57 'launcher/launcher_view.h', 61 'launcher/launcher_view.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../ui.gyp:ui', 121 '../ui.gyp:ui',
118 '../ui.gyp:ui_resources', 122 '../ui.gyp:ui_resources',
119 '../ui.gyp:ui_resources_standard', 123 '../ui.gyp:ui_resources_standard',
120 '../aura/aura.gyp:aura', 124 '../aura/aura.gyp:aura',
121 '../aura/aura.gyp:test_support_aura', 125 '../aura/aura.gyp:test_support_aura',
122 'aura_shell', 126 'aura_shell',
123 ], 127 ],
124 'sources': [ 128 'sources': [
125 'default_container_layout_manager_unittest.cc', 129 'default_container_layout_manager_unittest.cc',
126 'desktop_event_filter_unittest.cc', 130 'desktop_event_filter_unittest.cc',
131 'drag_drop_controller_unittest.cc',
127 'launcher/launcher_model_unittest.cc', 132 'launcher/launcher_model_unittest.cc',
128 'launcher/view_model_unittest.cc', 133 'launcher/view_model_unittest.cc',
129 'launcher/view_model_utils_unittest.cc', 134 'launcher/view_model_utils_unittest.cc',
130 'modal_container_layout_manager_unittest.cc', 135 'modal_container_layout_manager_unittest.cc',
131 'run_all_unittests.cc', 136 'run_all_unittests.cc',
132 'shell_unittest.cc', 137 'shell_unittest.cc',
133 'stacking_controller_unittest.cc', 138 'stacking_controller_unittest.cc',
134 'test_suite.cc', 139 'test_suite.cc',
135 'test_suite.h', 140 'test_suite.h',
136 'test/aura_shell_test_base.cc', 141 'test/aura_shell_test_base.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../../views/views.gyp:views_desktop', 196 '../../views/views.gyp:views_desktop',
192 '../../views/views.gyp:views_desktop_lib', 197 '../../views/views.gyp:views_desktop_lib',
193 '../../views/views.gyp:views_unittests', 198 '../../views/views.gyp:views_unittests',
194 '../aura/aura.gyp:*', 199 '../aura/aura.gyp:*',
195 '../gfx/compositor/compositor.gyp:*', 200 '../gfx/compositor/compositor.gyp:*',
196 'aura_shell_exe', 201 'aura_shell_exe',
197 ], 202 ],
198 }, 203 },
199 ], 204 ],
200 } 205 }
OLDNEW
« no previous file with comments | « ui/aura/event.h ('k') | ui/aura_shell/drag_drop_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698