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

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: added missing test file 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/drag_drop_client.h » ('j') | ui/aura/desktop.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 29 matching lines...) Expand all
40 'event_filter.cc', 40 'event_filter.cc',
41 'event_filter.h', 41 'event_filter.h',
42 'focus_manager.h', 42 'focus_manager.h',
43 'layout_manager.cc', 43 'layout_manager.cc',
44 'layout_manager.h', 44 'layout_manager.h',
45 'screen_aura.cc', 45 'screen_aura.cc',
46 'screen_aura.h', 46 'screen_aura.h',
47 'window.cc', 47 'window.cc',
48 'window.h', 48 'window.h',
49 'window_delegate.h', 49 'window_delegate.h',
50 'window_drag_drop_delegate.h',
50 'window_observer.h', 51 'window_observer.h',
51 'window_types.h', 52 'window_types.h',
52 ], 53 ],
53 }, 54 },
54 { 55 {
55 'target_name': 'test_support_aura', 56 'target_name': 'test_support_aura',
56 'type': 'static_library', 57 'type': 'static_library',
57 'dependencies': [ 58 'dependencies': [
58 '../../skia/skia.gyp:skia', 59 '../../skia/skia.gyp:skia',
59 '../../testing/gtest.gyp:gtest', 60 '../../testing/gtest.gyp:gtest',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'conditions': [ 136 'conditions': [
136 ['OS=="linux"', { 137 ['OS=="linux"', {
137 'dependencies': [ 138 'dependencies': [
138 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 139 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
139 ], 140 ],
140 }], 141 }],
141 ], 142 ],
142 }, 143 },
143 ], 144 ],
144 } 145 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/client/drag_drop_client.h » ('j') | ui/aura/desktop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698