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

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

Issue 8769011: Reland change for aura tooltips that was revert due to build break: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved exclude to gyp file Created 9 years 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
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 11 matching lines...) Expand all
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/drag_drop_client.h', 30 'client/drag_drop_client.h',
31 'client/stacking_client.h', 31 'client/stacking_client.h',
32 'client/tooltip_client.h',
32 'client/window_drag_drop_delegate.h', 33 'client/window_drag_drop_delegate.h',
33 'cursor.h', 34 'cursor.h',
34 'desktop_host.h', 35 'desktop_host.h',
35 'desktop_host_linux.cc', 36 'desktop_host_linux.cc',
36 'desktop_host_win.cc', 37 'desktop_host_win.cc',
37 'desktop_host_win.h', 38 'desktop_host_win.h',
38 'desktop.cc', 39 'desktop.cc',
39 'desktop.h', 40 'desktop.h',
40 'event.cc', 41 'event.cc',
41 'event.h', 42 'event.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'conditions': [ 141 'conditions': [
141 ['OS=="linux"', { 142 ['OS=="linux"', {
142 'dependencies': [ 143 'dependencies': [
143 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 144 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
144 ], 145 ],
145 }], 146 }],
146 ], 147 ],
147 }, 148 },
148 ], 149 ],
149 } 150 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698