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

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: minor changes 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/desktop.h » ('j') | ui/aura/test/test_desktop_delegate.h » ('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 17 matching lines...) Expand all
28 'aura_switches.cc', 28 'aura_switches.cc',
29 'aura_switches.h', 29 'aura_switches.h',
30 'cursor.h', 30 'cursor.h',
31 'desktop_host.h', 31 'desktop_host.h',
32 'desktop_host_linux.cc', 32 'desktop_host_linux.cc',
33 'desktop_host_win.cc', 33 'desktop_host_win.cc',
34 'desktop_host_win.h', 34 'desktop_host_win.h',
35 'desktop.cc', 35 'desktop.cc',
36 'desktop.h', 36 'desktop.h',
37 'desktop_delegate.h', 37 'desktop_delegate.h',
38 'drag_drop_controller.h',
38 'event.cc', 39 'event.cc',
39 'event.h', 40 'event.h',
40 'event_filter.cc', 41 'event_filter.cc',
41 'event_filter.h', 42 'event_filter.h',
42 'focus_manager.h', 43 'focus_manager.h',
43 'hit_test.h', 44 'hit_test.h',
44 'layout_manager.cc', 45 'layout_manager.cc',
45 'layout_manager.h', 46 'layout_manager.h',
46 'screen_aura.cc', 47 'screen_aura.cc',
47 'screen_aura.h', 48 'screen_aura.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 }], 146 }],
146 ['OS!="mac"', { 147 ['OS!="mac"', {
147 'dependencies': [ 148 'dependencies': [
148 '../../chrome/chrome.gyp:packed_resources', 149 '../../chrome/chrome.gyp:packed_resources',
149 ], 150 ],
150 }], 151 }],
151 ], 152 ],
152 }, 153 },
153 ], 154 ],
154 } 155 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/desktop.h » ('j') | ui/aura/test/test_desktop_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698