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

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

Issue 297833015: Support standard keyboard keys emulated by the braille drivers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix typos and clarify some docs. Created 6 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 | chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.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 '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 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the 10 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 ], 739 ],
740 'action': ['python', 740 'action': ['python',
741 '<(generator)', 741 '<(generator)',
742 '--name', 'LibBrlapiLoader', 742 '--name', 'LibBrlapiLoader',
743 '--output-h', '<(output_h)', 743 '--output-h', '<(output_h)',
744 '--output-cc', '<(output_cc)', 744 '--output-cc', '<(output_cc)',
745 '--header', '<brlapi.h>', 745 '--header', '<brlapi.h>',
746 '--link-directly=<(linux_link_libbrlapi)', 746 '--link-directly=<(linux_link_libbrlapi)',
747 'brlapi_getHandleSize', 747 'brlapi_getHandleSize',
748 'brlapi_error_location', 748 'brlapi_error_location',
749 'brlapi_expandKeyCode',
750 'brlapi_strerror', 749 'brlapi_strerror',
751 'brlapi__acceptKeys', 750 'brlapi__acceptKeys',
752 'brlapi__openConnection', 751 'brlapi__openConnection',
753 'brlapi__closeConnection', 752 'brlapi__closeConnection',
754 'brlapi__getDisplaySize', 753 'brlapi__getDisplaySize',
755 'brlapi__enterTtyModeWithPath', 754 'brlapi__enterTtyModeWithPath',
756 'brlapi__leaveTtyMode', 755 'brlapi__leaveTtyMode',
757 'brlapi__writeDots', 756 'brlapi__writeDots',
758 'brlapi__readKey', 757 'brlapi__readKey',
759 ], 758 ],
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 ], 1043 ],
1045 'libraries': [ 1044 'libraries': [
1046 '<!@(<(pkg-config) --libs-only-l libudev)', 1045 '<!@(<(pkg-config) --libs-only-l libudev)',
1047 ], 1046 ],
1048 }, 1047 },
1049 }], 1048 }],
1050 ], 1049 ],
1051 }, 1050 },
1052 ], 1051 ],
1053 } 1052 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698