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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 9701030: Native to USB keycode conversion for Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « remoting/host/usb_keycode_map.h ('k') | webkit/plugins/ppapi/usb_key_code_conversion.cc » ('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 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 '../plugins/ppapi/quota_file_io.h', 335 '../plugins/ppapi/quota_file_io.h',
336 '../plugins/ppapi/resource_creation_impl.cc', 336 '../plugins/ppapi/resource_creation_impl.cc',
337 '../plugins/ppapi/resource_creation_impl.h', 337 '../plugins/ppapi/resource_creation_impl.h',
338 '../plugins/ppapi/resource_helper.cc', 338 '../plugins/ppapi/resource_helper.cc',
339 '../plugins/ppapi/resource_helper.h', 339 '../plugins/ppapi/resource_helper.h',
340 '../plugins/ppapi/string.cc', 340 '../plugins/ppapi/string.cc',
341 '../plugins/ppapi/string.h', 341 '../plugins/ppapi/string.h',
342 '../plugins/ppapi/usb_key_code_conversion.h', 342 '../plugins/ppapi/usb_key_code_conversion.h',
343 '../plugins/ppapi/usb_key_code_conversion.cc', 343 '../plugins/ppapi/usb_key_code_conversion.cc',
344 '../plugins/ppapi/usb_key_code_conversion_linux.cc', 344 '../plugins/ppapi/usb_key_code_conversion_linux.cc',
345 '../plugins/ppapi/usb_key_code_conversion_mac.cc',
346 '../plugins/ppapi/usb_keycode_map.h',
345 '../plugins/sad_plugin.cc', 347 '../plugins/sad_plugin.cc',
346 '../plugins/sad_plugin.h', 348 '../plugins/sad_plugin.h',
347 '../plugins/webkit_plugins_export.h', 349 '../plugins/webkit_plugins_export.h',
348 '../plugins/webplugininfo.cc', 350 '../plugins/webplugininfo.cc',
349 '../plugins/webplugininfo.h', 351 '../plugins/webplugininfo.h',
350 '../plugins/webview_plugin.cc', 352 '../plugins/webview_plugin.cc',
351 '../plugins/webview_plugin.h', 353 '../plugins/webview_plugin.h',
352 'alt_error_page_resource_fetcher.cc', 354 'alt_error_page_resource_fetcher.cc',
353 'alt_error_page_resource_fetcher.h', 355 'alt_error_page_resource_fetcher.h',
354 'cpp_binding_example.cc', 356 'cpp_binding_example.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 }, 574 },
573 'includes': [ '../../build/grit_action.gypi' ], 575 'includes': [ '../../build/grit_action.gypi' ],
574 }, 576 },
575 ], 577 ],
576 'includes': [ '../../build/grit_target.gypi' ], 578 'includes': [ '../../build/grit_target.gypi' ],
577 }, 579 },
578 ], 580 ],
579 }], 581 }],
580 ], 582 ],
581 } 583 }
OLDNEW
« no previous file with comments | « remoting/host/usb_keycode_map.h ('k') | webkit/plugins/ppapi/usb_key_code_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698