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

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

Issue 10829341: Desktop aura: Use the X11 clipboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix MessageLoop ordering in tests. Created 8 years, 3 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
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils_unittest.cc ('k') | ui/aura/env.h » ('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) 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'single_display_manager.h', 112 'single_display_manager.h',
113 'ui_controls_win.cc', 113 'ui_controls_win.cc',
114 'ui_controls_x11.cc', 114 'ui_controls_x11.cc',
115 'window.cc', 115 'window.cc',
116 'window.h', 116 'window.h',
117 'window_delegate.cc', 117 'window_delegate.cc',
118 'window_delegate.h', 118 'window_delegate.h',
119 'window_observer.h', 119 'window_observer.h',
120 'window_tracker.cc', 120 'window_tracker.cc',
121 'window_tracker.h', 121 'window_tracker.h',
122 'x11_atom_cache.cc',
123 'x11_atom_cache.h',
124 ], 122 ],
125 'conditions': [ 123 'conditions': [
126 ['OS=="mac"', { 124 ['OS=="mac"', {
127 'sources/': [ 125 'sources/': [
128 ['exclude', 'client/dispatcher_client.cc'], 126 ['exclude', 'client/dispatcher_client.cc'],
129 ['exclude', 'client/dispatcher_client.h'], 127 ['exclude', 'client/dispatcher_client.h'],
130 ], 128 ],
131 }], 129 }],
132 ['OS=="linux"', { 130 ['OS=="linux"', {
133 'link_settings': { 131 'link_settings': {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 # osmesa GL implementation is used on linux. 285 # osmesa GL implementation is used on linux.
288 ['OS=="linux"', { 286 ['OS=="linux"', {
289 'dependencies': [ 287 'dependencies': [
290 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 288 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
291 ], 289 ],
292 }], 290 }],
293 ], 291 ],
294 }, 292 },
295 ], 293 ],
296 } 294 }
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils_unittest.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698