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

Side by Side Diff: build/linux/system.gyp

Issue 1124173005: Revert of Linux Aura accessibility is enabled only on GNOME desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ui/accessibility/DEPS » ('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 'conditions': [ 7 'conditions': [
8 ['sysroot!=""', { 8 ['sysroot!=""', {
9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)" "<(system_libdir)"', 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)" "<(system_libdir)"',
10 }, { 10 }, {
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 }], 685 }],
686 ], # conditions 686 ], # conditions
687 'targets': [ 687 'targets': [
688 { 688 {
689 'target_name': 'dbus', 689 'target_name': 'dbus',
690 'type': 'none', 690 'type': 'none',
691 'direct_dependent_settings': { 691 'direct_dependent_settings': {
692 'cflags': [ 692 'cflags': [
693 '<!@(<(pkg-config) --cflags dbus-1)', 693 '<!@(<(pkg-config) --cflags dbus-1)',
694 ], 694 ],
695 'defines': [
696 'USE_DBUS',
697 ],
698 }, 695 },
699 'link_settings': { 696 'link_settings': {
700 'ldflags': [ 697 'ldflags': [
701 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-1)', 698 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-1)',
702 ], 699 ],
703 'libraries': [ 700 'libraries': [
704 '<!@(<(pkg-config) --libs-only-l dbus-1)', 701 '<!@(<(pkg-config) --libs-only-l dbus-1)',
705 ], 702 ],
706 }, 703 },
707 }, 704 },
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 }, 1221 },
1225 }], 1222 }],
1226 ], 1223 ],
1227 }], 1224 }],
1228 ] 1225 ]
1229 }], 1226 }],
1230 ], 1227 ],
1231 }, 1228 },
1232 ], 1229 ],
1233 } 1230 }
OLDNEW
« no previous file with comments | « no previous file | ui/accessibility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698