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/aura/aura.gyp

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modified according to comments 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 | « no previous file | ui/aura/client/aura_constants.h » ('j') | ui/aura_shell/drag_drop_controller.cc » ('J')
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 'defines': [ 22 'defines': [
23 'AURA_IMPLEMENTATION', 23 'AURA_IMPLEMENTATION',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'aura_switches.cc', 26 'aura_switches.cc',
27 'aura_switches.h', 27 'aura_switches.h',
28 'client/aura_constants.cc', 28 'client/aura_constants.cc',
29 'client/aura_constants.h', 29 'client/aura_constants.h',
30 'client/stacking_client.h', 30 'client/stacking_client.h',
31 'client/window_drag_drop_delegate.h',
31 'cursor.h', 32 'cursor.h',
32 'desktop_host.h', 33 'desktop_host.h',
33 'desktop_host_linux.cc', 34 'desktop_host_linux.cc',
34 'desktop_host_win.cc', 35 'desktop_host_win.cc',
35 'desktop_host_win.h', 36 'desktop_host_win.h',
36 'desktop.cc', 37 'desktop.cc',
37 'desktop.h', 38 'desktop.h',
39 'client/drag_drop_client.h',
Ben Goodger (Google) 2011/11/16 20:39:49 sort up
varunjain 2011/11/16 22:55:20 Done.
38 'event.cc', 40 'event.cc',
39 'event.h', 41 'event.h',
40 'event_filter.cc', 42 'event_filter.cc',
41 'event_filter.h', 43 'event_filter.h',
42 'focus_manager.h', 44 'focus_manager.h',
43 'layout_manager.cc', 45 'layout_manager.cc',
44 'layout_manager.h', 46 'layout_manager.h',
45 'screen_aura.cc', 47 'screen_aura.cc',
46 'screen_aura.h', 48 'screen_aura.h',
47 'window.cc', 49 'window.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'conditions': [ 140 'conditions': [
139 ['OS=="linux"', { 141 ['OS=="linux"', {
140 'dependencies': [ 142 'dependencies': [
141 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 143 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
142 ], 144 ],
143 }], 145 }],
144 ], 146 ],
145 }, 147 },
146 ], 148 ],
147 } 149 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/client/aura_constants.h » ('j') | ui/aura_shell/drag_drop_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698