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

Side by Side Diff: content/content_renderer.gypi

Issue 22923014: TCPSockets are switched to the new Pepper proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 7 years, 3 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 | « content/content_browser.gypi ('k') | content/ppapi_plugin/ppapi_thread.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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'renderer/pepper/ppb_graphics_3d_impl.cc', 358 'renderer/pepper/ppb_graphics_3d_impl.cc',
359 'renderer/pepper/ppb_graphics_3d_impl.h', 359 'renderer/pepper/ppb_graphics_3d_impl.h',
360 'renderer/pepper/ppb_image_data_impl.cc', 360 'renderer/pepper/ppb_image_data_impl.cc',
361 'renderer/pepper/ppb_image_data_impl.h', 361 'renderer/pepper/ppb_image_data_impl.h',
362 'renderer/pepper/ppb_network_monitor_private_impl.cc', 362 'renderer/pepper/ppb_network_monitor_private_impl.cc',
363 'renderer/pepper/ppb_network_monitor_private_impl.h', 363 'renderer/pepper/ppb_network_monitor_private_impl.h',
364 'renderer/pepper/ppb_proxy_impl.cc', 364 'renderer/pepper/ppb_proxy_impl.cc',
365 'renderer/pepper/ppb_proxy_impl.h', 365 'renderer/pepper/ppb_proxy_impl.h',
366 'renderer/pepper/ppb_scrollbar_impl.cc', 366 'renderer/pepper/ppb_scrollbar_impl.cc',
367 'renderer/pepper/ppb_scrollbar_impl.h', 367 'renderer/pepper/ppb_scrollbar_impl.h',
368 'renderer/pepper/ppb_tcp_socket_private_impl.cc',
369 'renderer/pepper/ppb_tcp_socket_private_impl.h',
370 'renderer/pepper/ppb_uma_private_impl.cc', 368 'renderer/pepper/ppb_uma_private_impl.cc',
371 'renderer/pepper/ppb_uma_private_impl.h', 369 'renderer/pepper/ppb_uma_private_impl.h',
372 'renderer/pepper/ppb_var_deprecated_impl.cc', 370 'renderer/pepper/ppb_var_deprecated_impl.cc',
373 'renderer/pepper/ppb_var_deprecated_impl.h', 371 'renderer/pepper/ppb_var_deprecated_impl.h',
374 'renderer/pepper/ppb_video_decoder_impl.cc', 372 'renderer/pepper/ppb_video_decoder_impl.cc',
375 'renderer/pepper/ppb_video_decoder_impl.h', 373 'renderer/pepper/ppb_video_decoder_impl.h',
376 'renderer/pepper/ppb_widget_impl.cc', 374 'renderer/pepper/ppb_widget_impl.cc',
377 'renderer/pepper/ppb_widget_impl.h', 375 'renderer/pepper/ppb_widget_impl.h',
378 'renderer/pepper/ppb_x509_certificate_private_impl.cc', 376 'renderer/pepper/ppb_x509_certificate_private_impl.cc',
379 'renderer/pepper/ppb_x509_certificate_private_impl.h', 377 'renderer/pepper/ppb_x509_certificate_private_impl.h',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 }], 697 }],
700 ], 698 ],
701 'target_conditions': [ 699 'target_conditions': [
702 ['OS=="android"', { 700 ['OS=="android"', {
703 'sources/': [ 701 'sources/': [
704 ['include', '^renderer/render_view_linux\\.cc$'], 702 ['include', '^renderer/render_view_linux\\.cc$'],
705 ], 703 ],
706 }], 704 }],
707 ], 705 ],
708 } 706 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698