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 2716002: Add a command line switch to enable the pepper testing interface. This moves ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'plugins/plugin_list_win.cc', 197 'plugins/plugin_list_win.cc',
198 'plugins/plugin_stream.cc', 198 'plugins/plugin_stream.cc',
199 'plugins/plugin_stream.h', 199 'plugins/plugin_stream.h',
200 'plugins/plugin_stream_posix.cc', 200 'plugins/plugin_stream_posix.cc',
201 'plugins/plugin_stream_url.cc', 201 'plugins/plugin_stream_url.cc',
202 'plugins/plugin_stream_url.h', 202 'plugins/plugin_stream_url.h',
203 'plugins/plugin_stream_win.cc', 203 'plugins/plugin_stream_win.cc',
204 'plugins/plugin_string_stream.cc', 204 'plugins/plugin_string_stream.cc',
205 'plugins/plugin_string_stream.h', 205 'plugins/plugin_string_stream.h',
206 'plugins/plugin_stubs.cc', 206 'plugins/plugin_stubs.cc',
207 'plugins/plugin_switches.cc',
208 'plugins/plugin_switches.h',
207 'plugins/plugin_web_event_converter_mac.h', 209 'plugins/plugin_web_event_converter_mac.h',
208 'plugins/plugin_web_event_converter_mac.mm', 210 'plugins/plugin_web_event_converter_mac.mm',
209 'plugins/quickdraw_drawing_manager_mac.h', 211 'plugins/quickdraw_drawing_manager_mac.h',
210 'plugins/quickdraw_drawing_manager_mac.cc', 212 'plugins/quickdraw_drawing_manager_mac.cc',
211 'plugins/webplugin.cc', 213 'plugins/webplugin.cc',
212 'plugins/webplugin.h', 214 'plugins/webplugin.h',
213 'plugins/webplugin_2d_device_delegate.h', 215 'plugins/webplugin_2d_device_delegate.h',
214 'plugins/webplugin_3d_device_delegate.h', 216 'plugins/webplugin_3d_device_delegate.h',
215 'plugins/webplugin_delegate.h', 217 'plugins/webplugin_delegate.h',
216 'plugins/webplugin_delegate_impl.cc', 218 'plugins/webplugin_delegate_impl.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 }], 370 }],
369 ['inside_chromium_build==0', { 371 ['inside_chromium_build==0', {
370 'dependencies': [ 372 'dependencies': [
371 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 373 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
372 ], 374 ],
373 }], 375 }],
374 ], 376 ],
375 }, 377 },
376 ], 378 ],
377 } 379 }
OLDNEW
« webkit/glue/plugins/pepper_plugin_module.cc ('K') | « webkit/glue/plugins/plugin_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698