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

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

Issue 6578007: PPB_Flash cleanup part 1: move the net connector stuff to its own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi/proxy
Patch Set: merged ToT Created 9 years, 10 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 | « ppapi/ppapi_cpp.gypi ('k') | webkit/plugins/ppapi/plugin_module.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) 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '../plugins/ppapi/ppb_file_io_impl.h', 293 '../plugins/ppapi/ppb_file_io_impl.h',
294 '../plugins/ppapi/ppb_file_ref_impl.cc', 294 '../plugins/ppapi/ppb_file_ref_impl.cc',
295 '../plugins/ppapi/ppb_file_ref_impl.h', 295 '../plugins/ppapi/ppb_file_ref_impl.h',
296 '../plugins/ppapi/ppb_file_system_impl.cc', 296 '../plugins/ppapi/ppb_file_system_impl.cc',
297 '../plugins/ppapi/ppb_file_system_impl.h', 297 '../plugins/ppapi/ppb_file_system_impl.h',
298 '../plugins/ppapi/ppb_flash_impl.cc', 298 '../plugins/ppapi/ppb_flash_impl.cc',
299 '../plugins/ppapi/ppb_flash_impl.h', 299 '../plugins/ppapi/ppb_flash_impl.h',
300 '../plugins/ppapi/ppb_flash_impl_linux.cc', 300 '../plugins/ppapi/ppb_flash_impl_linux.cc',
301 '../plugins/ppapi/ppb_flash_menu_impl.cc', 301 '../plugins/ppapi/ppb_flash_menu_impl.cc',
302 '../plugins/ppapi/ppb_flash_menu_impl.h', 302 '../plugins/ppapi/ppb_flash_menu_impl.h',
303 '../plugins/ppapi/ppb_flash_net_connector_impl.cc',
304 '../plugins/ppapi/ppb_flash_net_connector_impl.h',
303 '../plugins/ppapi/ppb_font_impl.cc', 305 '../plugins/ppapi/ppb_font_impl.cc',
304 '../plugins/ppapi/ppb_font_impl.h', 306 '../plugins/ppapi/ppb_font_impl.h',
305 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.cc', 307 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.cc',
306 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.h', 308 '../plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.h',
307 '../plugins/ppapi/ppb_graphics_2d_impl.cc', 309 '../plugins/ppapi/ppb_graphics_2d_impl.cc',
308 '../plugins/ppapi/ppb_graphics_2d_impl.h', 310 '../plugins/ppapi/ppb_graphics_2d_impl.h',
309 '../plugins/ppapi/ppb_graphics_3d_impl.cc', 311 '../plugins/ppapi/ppb_graphics_3d_impl.cc',
310 '../plugins/ppapi/ppb_graphics_3d_impl.h', 312 '../plugins/ppapi/ppb_graphics_3d_impl.h',
311 '../plugins/ppapi/ppb_image_data_impl.cc', 313 '../plugins/ppapi/ppb_image_data_impl.cc',
312 '../plugins/ppapi/ppb_image_data_impl.h', 314 '../plugins/ppapi/ppb_image_data_impl.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'conditions': [ 579 'conditions': [
578 ['OS=="win"', { 580 ['OS=="win"', {
579 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 581 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
580 }], 582 }],
581 ], 583 ],
582 }, 584 },
583 ], 585 ],
584 }], 586 }],
585 ], 587 ],
586 } 588 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698