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

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

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'shared/root_window_event_filter.cc', 103 'shared/root_window_event_filter.cc',
104 'shared/root_window_event_filter.h', 104 'shared/root_window_event_filter.h',
105 'single_monitor_manager.cc', 105 'single_monitor_manager.cc',
106 'single_monitor_manager.h', 106 'single_monitor_manager.h',
107 'ui_controls_win.cc', 107 'ui_controls_win.cc',
108 'ui_controls_x11.cc', 108 'ui_controls_x11.cc',
109 'window.cc', 109 'window.cc',
110 'window.h', 110 'window.h',
111 'window_delegate.h', 111 'window_delegate.h',
112 'window_observer.h', 112 'window_observer.h',
113 'x11_atom_cache.cc',
114 'x11_atom_cache.h',
115 ], 113 ],
116 'conditions': [ 114 'conditions': [
117 ['OS=="mac"', { 115 ['OS=="mac"', {
118 'sources/': [ 116 'sources/': [
119 ['exclude', 'client/dispatcher_client.cc'], 117 ['exclude', 'client/dispatcher_client.cc'],
120 ['exclude', 'client/dispatcher_client.h'], 118 ['exclude', 'client/dispatcher_client.h'],
121 ], 119 ],
122 }], 120 }],
123 ['OS=="linux"', { 121 ['OS=="linux"', {
124 'link_settings': { 122 'link_settings': {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 # osmesa GL implementation is used on linux. 257 # osmesa GL implementation is used on linux.
260 ['OS=="linux"', { 258 ['OS=="linux"', {
261 'dependencies': [ 259 'dependencies': [
262 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 260 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
263 ], 261 ],
264 }], 262 }],
265 ], 263 ],
266 }, 264 },
267 ], 265 ],
268 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698