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

Side by Side Diff: content/content_renderer.gypi

Issue 8347005: Adds the renderer component of the Java Bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 9 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 | « content/content_common.gypi ('k') | content/renderer/java_bridge_dispatcher.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) 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 '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_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'renderer/gpu/transport_texture_service.cc', 65 'renderer/gpu/transport_texture_service.cc',
66 'renderer/gpu/transport_texture_service.h', 66 'renderer/gpu/transport_texture_service.h',
67 'renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc', 67 'renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc',
68 'renderer/gpu/webgraphicscontext3d_command_buffer_impl.h', 68 'renderer/gpu/webgraphicscontext3d_command_buffer_impl.h',
69 'renderer/indexed_db_dispatcher.cc', 69 'renderer/indexed_db_dispatcher.cc',
70 'renderer/indexed_db_dispatcher.h', 70 'renderer/indexed_db_dispatcher.h',
71 'renderer/intents_dispatcher.cc', 71 'renderer/intents_dispatcher.cc',
72 'renderer/intents_dispatcher.h', 72 'renderer/intents_dispatcher.h',
73 'renderer/java_bridge_channel.cc', 73 'renderer/java_bridge_channel.cc',
74 'renderer/java_bridge_channel.h', 74 'renderer/java_bridge_channel.h',
75 'renderer/java_bridge_dispatcher.cc',
76 'renderer/java_bridge_dispatcher.h',
75 'renderer/load_progress_tracker.cc', 77 'renderer/load_progress_tracker.cc',
76 'renderer/load_progress_tracker.h', 78 'renderer/load_progress_tracker.h',
77 'renderer/media/audio_device.cc', 79 'renderer/media/audio_device.cc',
78 'renderer/media/audio_device.h', 80 'renderer/media/audio_device.h',
79 'renderer/media/audio_input_device.cc', 81 'renderer/media/audio_input_device.cc',
80 'renderer/media/audio_input_device.h', 82 'renderer/media/audio_input_device.h',
81 'renderer/media/audio_input_message_filter.cc', 83 'renderer/media/audio_input_message_filter.cc',
82 'renderer/media/audio_input_message_filter.h', 84 'renderer/media/audio_input_message_filter.h',
83 'renderer/media/audio_message_filter.cc', 85 'renderer/media/audio_message_filter.cc',
84 'renderer/media/audio_message_filter.h', 86 'renderer/media/audio_message_filter.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 256 ],
255 'sources': [ 257 'sources': [
256 'renderer/media/video_capture_module_impl.cc', 258 'renderer/media/video_capture_module_impl.cc',
257 'renderer/media/video_capture_module_impl.h', 259 'renderer/media/video_capture_module_impl.h',
258 'renderer/media/webrtc_audio_device_impl.cc', 260 'renderer/media/webrtc_audio_device_impl.cc',
259 'renderer/media/webrtc_audio_device_impl.h', 261 'renderer/media/webrtc_audio_device_impl.h',
260 ], 262 ],
261 }], 263 }],
262 ], 264 ],
263 } 265 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/java_bridge_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698