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 8526023: Aura: Fix resize cursors disappearing for some windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup 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.cc » ('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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'test_support_aura', 119 'test_support_aura',
120 'aura', 120 'aura',
121 ], 121 ],
122 'include_dirs': [ 122 'include_dirs': [
123 '..', 123 '..',
124 ], 124 ],
125 'sources': [ 125 'sources': [
126 'test/run_all_unittests.cc', 126 'test/run_all_unittests.cc',
127 'test/test_suite.cc', 127 'test/test_suite.cc',
128 'test/test_suite.h', 128 'test/test_suite.h',
129 'desktop_unittest.cc',
129 'event_filter_unittest.cc', 130 'event_filter_unittest.cc',
130 'window_unittest.cc', 131 'window_unittest.cc',
131 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 132 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
132 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 133 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
133 ], 134 ],
134 # osmesa GL implementation is used on linux. 135 # osmesa GL implementation is used on linux.
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/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698