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

Side by Side Diff: content/content_renderer.gypi

Issue 10830072: Browser Plugin: New Implementation (Renderer Side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed leaky Persistents in BrowserPlugin Created 8 years, 4 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) 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'renderer/pepper/pepper_plugin_delegate_impl.cc', 174 'renderer/pepper/pepper_plugin_delegate_impl.cc',
175 'renderer/pepper/pepper_plugin_delegate_impl.h', 175 'renderer/pepper/pepper_plugin_delegate_impl.h',
176 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc', 176 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc',
177 'renderer/pepper/pepper_proxy_channel_delegate_impl.h', 177 'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
178 'renderer/plugin_channel_host.cc', 178 'renderer/plugin_channel_host.cc',
179 'renderer/plugin_channel_host.h', 179 'renderer/plugin_channel_host.h',
180 'renderer/browser_plugin/old/browser_plugin.cc', 180 'renderer/browser_plugin/old/browser_plugin.cc',
181 'renderer/browser_plugin/old/browser_plugin.h', 181 'renderer/browser_plugin/old/browser_plugin.h',
182 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc', 182 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc',
183 'renderer/browser_plugin/old/browser_plugin_channel_manager.h', 183 'renderer/browser_plugin/old/browser_plugin_channel_manager.h',
184 'renderer/browser_plugin/browser_plugin.cc',
185 'renderer/browser_plugin/browser_plugin.h',
186 'renderer/browser_plugin/browser_plugin_backing_store.h',
187 'renderer/browser_plugin/browser_plugin_backing_store.cc',
188 'renderer/browser_plugin/browser_plugin_bindings.h',
189 'renderer/browser_plugin/browser_plugin_bindings.cc',
190 'renderer/browser_plugin/browser_plugin_manager.h',
191 'renderer/browser_plugin/browser_plugin_manager.cc',
192 'renderer/browser_plugin/browser_plugin_manager_impl.h',
193 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
184 'renderer/browser_plugin/old/browser_plugin_constants.cc', 194 'renderer/browser_plugin/old/browser_plugin_constants.cc',
185 'renderer/browser_plugin/old/browser_plugin_constants.h', 195 'renderer/browser_plugin/old/browser_plugin_constants.h',
186 'renderer/browser_plugin/old/browser_plugin_registry.cc', 196 'renderer/browser_plugin/old/browser_plugin_registry.cc',
187 'renderer/browser_plugin/old/browser_plugin_registry.h', 197 'renderer/browser_plugin/old/browser_plugin_registry.h',
188 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', 198 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc',
189 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', 199 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h',
190 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', 200 'renderer/browser_plugin/old/guest_to_embedder_channel.cc',
191 'renderer/browser_plugin/old/guest_to_embedder_channel.h', 201 'renderer/browser_plugin/old/guest_to_embedder_channel.h',
192 'renderer/render_process.h', 202 'renderer/render_process.h',
193 'renderer/render_process_impl.cc', 203 'renderer/render_process_impl.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 }], 355 }],
346 ], 356 ],
347 'target_conditions': [ 357 'target_conditions': [
348 ['OS=="android"', { 358 ['OS=="android"', {
349 'sources/': [ 359 'sources/': [
350 ['include', '^renderer/render_view_linux\\.cc$'], 360 ['include', '^renderer/render_view_linux\\.cc$'],
351 ], 361 ],
352 }], 362 }],
353 ], 363 ],
354 } 364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698