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

Side by Side Diff: content/content_renderer.gypi

Issue 10944005: Pepper WebSocket API: Implement new design Chrome IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 8 years, 2 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 | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | content/public/renderer/renderer_ppapi_host.h » ('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 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'renderer/pepper/pepper_platform_context_3d_impl.cc', 182 'renderer/pepper/pepper_platform_context_3d_impl.cc',
183 'renderer/pepper/pepper_platform_context_3d_impl.h', 183 'renderer/pepper/pepper_platform_context_3d_impl.h',
184 'renderer/pepper/pepper_platform_image_2d_impl.cc', 184 'renderer/pepper/pepper_platform_image_2d_impl.cc',
185 'renderer/pepper/pepper_platform_image_2d_impl.h', 185 'renderer/pepper/pepper_platform_image_2d_impl.h',
186 'renderer/pepper/pepper_platform_video_capture_impl.cc', 186 'renderer/pepper/pepper_platform_video_capture_impl.cc',
187 'renderer/pepper/pepper_platform_video_capture_impl.h', 187 'renderer/pepper/pepper_platform_video_capture_impl.h',
188 'renderer/pepper/pepper_plugin_delegate_impl.cc', 188 'renderer/pepper/pepper_plugin_delegate_impl.cc',
189 'renderer/pepper/pepper_plugin_delegate_impl.h', 189 'renderer/pepper/pepper_plugin_delegate_impl.h',
190 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc', 190 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc',
191 'renderer/pepper/pepper_proxy_channel_delegate_impl.h', 191 'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
192 'renderer/pepper/pepper_websocket_host.cc',
193 'renderer/pepper/pepper_websocket_host.h',
192 'renderer/pepper/renderer_ppapi_host_impl.cc', 194 'renderer/pepper/renderer_ppapi_host_impl.cc',
193 'renderer/pepper/renderer_ppapi_host_impl.h', 195 'renderer/pepper/renderer_ppapi_host_impl.h',
194 'renderer/plugin_channel_host.cc', 196 'renderer/plugin_channel_host.cc',
195 'renderer/plugin_channel_host.h', 197 'renderer/plugin_channel_host.h',
196 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc', 198 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc',
197 'renderer/browser_plugin/old/browser_plugin_channel_manager.h', 199 'renderer/browser_plugin/old/browser_plugin_channel_manager.h',
198 'renderer/browser_plugin/browser_plugin.cc', 200 'renderer/browser_plugin/browser_plugin.cc',
199 'renderer/browser_plugin/browser_plugin.h', 201 'renderer/browser_plugin/browser_plugin.h',
200 'renderer/browser_plugin/browser_plugin_backing_store.h', 202 'renderer/browser_plugin/browser_plugin_backing_store.h',
201 'renderer/browser_plugin/browser_plugin_backing_store.cc', 203 'renderer/browser_plugin/browser_plugin_backing_store.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 }], 372 }],
371 ], 373 ],
372 'target_conditions': [ 374 'target_conditions': [
373 ['OS=="android"', { 375 ['OS=="android"', {
374 'sources/': [ 376 'sources/': [
375 ['include', '^renderer/render_view_linux\\.cc$'], 377 ['include', '^renderer/render_view_linux\\.cc$'],
376 ], 378 ],
377 }], 379 }],
378 ], 380 ],
379 } 381 }
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698