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

Side by Side Diff: ui/ui.gyp

Issue 102163005: Do not define use_clipboard_aurax11 on ozone builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: desktop_linux Created 7 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
« no previous file with comments | « build/common.gypi ('k') | no next file » | 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ['include', '^base/dragdrop/os_exchange_data.cc'], 418 ['include', '^base/dragdrop/os_exchange_data.cc'],
419 ], 419 ],
420 }], 420 }],
421 ], 421 ],
422 }], 422 }],
423 ['use_pango==1', { 423 ['use_pango==1', {
424 'dependencies': [ 424 'dependencies': [
425 '../build/linux/system.gyp:pangocairo', 425 '../build/linux/system.gyp:pangocairo',
426 ], 426 ],
427 }], 427 }],
428 ['use_x11==0 or use_clipboard_aurax11==1', { 428 ['OS=="win" or use_clipboard_aurax11==1', {
429 'sources!': [ 429 'sources!': [
430 'base/clipboard/clipboard_aura.cc', 430 'base/clipboard/clipboard_aura.cc',
431 ], 431 ],
432 }, { 432 }, {
433 'sources!': [ 433 'sources!': [
434 'base/clipboard/clipboard_aurax11.cc', 434 'base/clipboard/clipboard_aurax11.cc',
435 ], 435 ],
436 }], 436 }],
437 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { 437 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', {
438 'sources!': [ 438 'sources!': [
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'xcode_settings': { 691 'xcode_settings': {
692 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 692 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
693 }, 693 },
694 }], 694 }],
695 ], 695 ],
696 }, 696 },
697 ], 697 ],
698 }], 698 }],
699 ], 699 ],
700 } 700 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698