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

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

Issue 7082034: Send IME events to windowless plug-ins (Chromium side) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../plugins/npapi/webplugin_audio_device_delegate.h', 187 '../plugins/npapi/webplugin_audio_device_delegate.h',
188 '../plugins/npapi/webplugin_delegate.cc', 188 '../plugins/npapi/webplugin_delegate.cc',
189 '../plugins/npapi/webplugin_delegate.h', 189 '../plugins/npapi/webplugin_delegate.h',
190 '../plugins/npapi/webplugin_delegate_impl.cc', 190 '../plugins/npapi/webplugin_delegate_impl.cc',
191 '../plugins/npapi/webplugin_delegate_impl.h', 191 '../plugins/npapi/webplugin_delegate_impl.h',
192 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', 192 '../plugins/npapi/webplugin_delegate_impl_gtk.cc',
193 '../plugins/npapi/webplugin_delegate_impl_mac.mm', 193 '../plugins/npapi/webplugin_delegate_impl_mac.mm',
194 '../plugins/npapi/webplugin_delegate_impl_win.cc', 194 '../plugins/npapi/webplugin_delegate_impl_win.cc',
195 '../plugins/npapi/webplugin_file_delegate.cc', 195 '../plugins/npapi/webplugin_file_delegate.cc',
196 '../plugins/npapi/webplugin_file_delegate.h', 196 '../plugins/npapi/webplugin_file_delegate.h',
197 '../plugins/npapi/webplugin_ime_win.cc',
198 '../plugins/npapi/webplugin_ime_win.h',
197 '../plugins/npapi/webplugin_impl.cc', 199 '../plugins/npapi/webplugin_impl.cc',
198 '../plugins/npapi/webplugin_impl.h', 200 '../plugins/npapi/webplugin_impl.h',
199 '../plugins/npapi/webplugin_print_delegate.cc', 201 '../plugins/npapi/webplugin_print_delegate.cc',
200 '../plugins/npapi/webplugin_print_delegate.h', 202 '../plugins/npapi/webplugin_print_delegate.h',
201 '../plugins/npapi/webplugininfo.cc', 203 '../plugins/npapi/webplugininfo.cc',
202 '../plugins/npapi/webplugininfo.h', 204 '../plugins/npapi/webplugininfo.h',
203 '../plugins/npapi/webview_plugin.cc', 205 '../plugins/npapi/webview_plugin.cc',
204 '../plugins/npapi/webview_plugin.h', 206 '../plugins/npapi/webview_plugin.h',
205 '../plugins/plugin_switches.cc', 207 '../plugins/plugin_switches.cc',
206 '../plugins/plugin_switches.h', 208 '../plugins/plugin_switches.h',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 }, 545 },
544 'includes': [ '../../build/grit_action.gypi' ], 546 'includes': [ '../../build/grit_action.gypi' ],
545 }, 547 },
546 ], 548 ],
547 'includes': [ '../../build/grit_target.gypi' ], 549 'includes': [ '../../build/grit_target.gypi' ],
548 }, 550 },
549 ], 551 ],
550 }], 552 }],
551 ], 553 ],
552 } 554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698