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

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

Issue 9359048: Calc USB scancodes for key events (linux only for now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix shared lib build 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 | « no previous file | webkit/plugins/ppapi/event_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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '../plugins/ppapi/ppb_widget_impl.cc', 330 '../plugins/ppapi/ppb_widget_impl.cc',
331 '../plugins/ppapi/ppb_widget_impl.h', 331 '../plugins/ppapi/ppb_widget_impl.h',
332 '../plugins/ppapi/quota_file_io.cc', 332 '../plugins/ppapi/quota_file_io.cc',
333 '../plugins/ppapi/quota_file_io.h', 333 '../plugins/ppapi/quota_file_io.h',
334 '../plugins/ppapi/resource_creation_impl.cc', 334 '../plugins/ppapi/resource_creation_impl.cc',
335 '../plugins/ppapi/resource_creation_impl.h', 335 '../plugins/ppapi/resource_creation_impl.h',
336 '../plugins/ppapi/resource_helper.cc', 336 '../plugins/ppapi/resource_helper.cc',
337 '../plugins/ppapi/resource_helper.h', 337 '../plugins/ppapi/resource_helper.h',
338 '../plugins/ppapi/string.cc', 338 '../plugins/ppapi/string.cc',
339 '../plugins/ppapi/string.h', 339 '../plugins/ppapi/string.h',
340 '../plugins/ppapi/usb_key_code_conversion.h',
341 '../plugins/ppapi/usb_key_code_conversion.cc',
342 '../plugins/ppapi/usb_key_code_conversion_linux.cc',
340 '../plugins/sad_plugin.cc', 343 '../plugins/sad_plugin.cc',
341 '../plugins/sad_plugin.h', 344 '../plugins/sad_plugin.h',
342 '../plugins/webkit_plugins_export.h', 345 '../plugins/webkit_plugins_export.h',
343 '../plugins/webplugininfo.cc', 346 '../plugins/webplugininfo.cc',
344 '../plugins/webplugininfo.h', 347 '../plugins/webplugininfo.h',
345 '../plugins/webview_plugin.cc', 348 '../plugins/webview_plugin.cc',
346 '../plugins/webview_plugin.h', 349 '../plugins/webview_plugin.h',
347 'alt_error_page_resource_fetcher.cc', 350 'alt_error_page_resource_fetcher.cc',
348 'alt_error_page_resource_fetcher.h', 351 'alt_error_page_resource_fetcher.h',
349 'cpp_binding_example.cc', 352 'cpp_binding_example.cc',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 }, 569 },
567 'includes': [ '../../build/grit_action.gypi' ], 570 'includes': [ '../../build/grit_action.gypi' ],
568 }, 571 },
569 ], 572 ],
570 'includes': [ '../../build/grit_target.gypi' ], 573 'includes': [ '../../build/grit_target.gypi' ],
571 }, 574 },
572 ], 575 ],
573 }], 576 }],
574 ], 577 ],
575 } 578 }
OLDNEW
« no previous file with comments | « no previous file | webkit/plugins/ppapi/event_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698