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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 27197004: Move renderer plugin code into a new component (re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component (re-land) - fix nit and rebase Created 7 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
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 'common', 12 'common',
13 'common_net', 13 'common_net',
14 'chrome_resources.gyp:chrome_resources', 14 'chrome_resources.gyp:chrome_resources',
15 'chrome_resources.gyp:chrome_strings', 15 'chrome_resources.gyp:chrome_strings',
16 '../components/components.gyp:autofill_content_renderer', 16 '../components/components.gyp:autofill_content_renderer',
17 '../components/components.gyp:startup_metric_utils', 17 '../components/components.gyp:startup_metric_utils',
18 '../components/components.gyp:plugins_renderer',
18 '../components/components.gyp:translate_common', 19 '../components/components.gyp:translate_common',
19 '../components/components.gyp:translate_language_detection', 20 '../components/components.gyp:translate_language_detection',
20 '../components/components.gyp:visitedlink_renderer', 21 '../components/components.gyp:visitedlink_renderer',
21 '../content/content.gyp:content_renderer', 22 '../content/content.gyp:content_renderer',
22 '../net/net.gyp:net', 23 '../net/net.gyp:net',
23 '../printing/printing.gyp:printing', 24 '../printing/printing.gyp:printing',
24 '../skia/skia.gyp:skia', 25 '../skia/skia.gyp:skia',
25 '../third_party/WebKit/public/blink.gyp:blink', 26 '../third_party/WebKit/public/blink.gyp:blink',
26 '../third_party/hunspell/hunspell.gyp:hunspell', 27 '../third_party/hunspell/hunspell.gyp:hunspell',
27 '../third_party/icu/icu.gyp:icui18n', 28 '../third_party/icu/icu.gyp:icui18n',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'renderer/pepper/pepper_pdf_host.cc', 259 'renderer/pepper/pepper_pdf_host.cc',
259 'renderer/pepper/pepper_pdf_host.h', 260 'renderer/pepper/pepper_pdf_host.h',
260 'renderer/pepper/pepper_shared_memory_message_filter.cc', 261 'renderer/pepper/pepper_shared_memory_message_filter.cc',
261 'renderer/pepper/pepper_shared_memory_message_filter.h', 262 'renderer/pepper/pepper_shared_memory_message_filter.h',
262 'renderer/pepper/pnacl_translation_resource_host.cc', 263 'renderer/pepper/pnacl_translation_resource_host.cc',
263 'renderer/pepper/pnacl_translation_resource_host.h', 264 'renderer/pepper/pnacl_translation_resource_host.h',
264 'renderer/pepper/ppb_nacl_private_impl.cc', 265 'renderer/pepper/ppb_nacl_private_impl.cc',
265 'renderer/pepper/ppb_nacl_private_impl.h', 266 'renderer/pepper/ppb_nacl_private_impl.h',
266 'renderer/pepper/ppb_pdf_impl.cc', 267 'renderer/pepper/ppb_pdf_impl.cc',
267 'renderer/pepper/ppb_pdf_impl.h', 268 'renderer/pepper/ppb_pdf_impl.h',
268 'renderer/plugins/plugin_placeholder.cc', 269 'renderer/plugins/chrome_plugin_placeholder.cc',
269 'renderer/plugins/plugin_placeholder.h', 270 'renderer/plugins/chrome_plugin_placeholder.h',
270 'renderer/plugins/plugin_uma.cc', 271 'renderer/plugins/plugin_uma.cc',
271 'renderer/plugins/plugin_uma.h', 272 'renderer/plugins/plugin_uma.h',
272 'renderer/plugins/webview_plugin.cc',
273 'renderer/plugins/webview_plugin.h',
274 'renderer/prerender/prerender_dispatcher.cc', 273 'renderer/prerender/prerender_dispatcher.cc',
275 'renderer/prerender/prerender_dispatcher.h', 274 'renderer/prerender/prerender_dispatcher.h',
276 'renderer/prerender/prerender_extra_data.cc', 275 'renderer/prerender/prerender_extra_data.cc',
277 'renderer/prerender/prerender_extra_data.h', 276 'renderer/prerender/prerender_extra_data.h',
278 'renderer/prerender/prerender_helper.cc', 277 'renderer/prerender/prerender_helper.cc',
279 'renderer/prerender/prerender_helper.h', 278 'renderer/prerender/prerender_helper.h',
280 'renderer/prerender/prerender_media_load_deferrer.cc', 279 'renderer/prerender/prerender_media_load_deferrer.cc',
281 'renderer/prerender/prerender_media_load_deferrer.h', 280 'renderer/prerender/prerender_media_load_deferrer.h',
282 'renderer/prerender/prerenderer_client.cc', 281 'renderer/prerender/prerenderer_client.cc',
283 'renderer/prerender/prerenderer_client.h', 282 'renderer/prerender/prerenderer_client.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'renderer/extensions/chrome_v8_extension_handler.cc', 425 'renderer/extensions/chrome_v8_extension_handler.cc',
427 'renderer/extensions/context_menus_custom_bindings.cc', 426 'renderer/extensions/context_menus_custom_bindings.cc',
428 'renderer/extensions/extension_custom_bindings.cc', 427 'renderer/extensions/extension_custom_bindings.cc',
429 'renderer/extensions/file_browser_handler_custom_bindings.cc', 428 'renderer/extensions/file_browser_handler_custom_bindings.cc',
430 'renderer/extensions/page_actions_custom_bindings.cc', 429 'renderer/extensions/page_actions_custom_bindings.cc',
431 'renderer/extensions/render_view_observer_natives.cc', 430 'renderer/extensions/render_view_observer_natives.cc',
432 'renderer/extensions/send_request_natives.cc', 431 'renderer/extensions/send_request_natives.cc',
433 'renderer/extensions/tabs_custom_bindings.cc', 432 'renderer/extensions/tabs_custom_bindings.cc',
434 'renderer/extensions/tts_custom_bindings.cc', 433 'renderer/extensions/tts_custom_bindings.cc',
435 ], 434 ],
436 'defines': [
437 'ENABLE_MOBILE_YOUTUBE_PLUGIN',
438 ],
439 'conditions' : [ 435 'conditions' : [
440 ['google_tv==1', { 436 ['google_tv==1', {
441 'sources!' : [ 437 'sources!' : [
442 'renderer/media/chrome_key_systems.cc', 438 'renderer/media/chrome_key_systems.cc',
443 ] 439 ]
444 }], 440 }],
445 ], 441 ],
446 }], 442 }],
447 ['OS=="win"', { 443 ['OS=="win"', {
448 'include_dirs': [ 444 'include_dirs': [
449 '<(DEPTH)/third_party/wtl/include', 445 '<(DEPTH)/third_party/wtl/include',
450 ], 446 ],
451 'conditions': [ 447 'conditions': [
452 ['win_use_allocator_shim==1', { 448 ['win_use_allocator_shim==1', {
453 'dependencies': [ 449 'dependencies': [
454 '<(allocator_target)', 450 '<(allocator_target)',
455 ], 451 ],
456 'export_dependent_settings': [ 452 'export_dependent_settings': [
457 '<(allocator_target)', 453 '<(allocator_target)',
458 ], 454 ],
459 }], 455 }],
460 ], 456 ],
461 }], 457 }],
462 ], 458 ],
463 }, 459 },
464 ], 460 ],
465 } 461 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698