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

Side by Side Diff: content/content_renderer.gypi

Issue 512983004: Revert of Replace NPObject usage in ppapi with gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | content/renderer/pepper/host_var_tracker.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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'renderer/pepper/host_dispatcher_wrapper.cc', 473 'renderer/pepper/host_dispatcher_wrapper.cc',
474 'renderer/pepper/host_dispatcher_wrapper.h', 474 'renderer/pepper/host_dispatcher_wrapper.h',
475 'renderer/pepper/host_globals.cc', 475 'renderer/pepper/host_globals.cc',
476 'renderer/pepper/host_globals.h', 476 'renderer/pepper/host_globals.h',
477 'renderer/pepper/host_resource_var.cc', 477 'renderer/pepper/host_resource_var.cc',
478 'renderer/pepper/host_resource_var.h', 478 'renderer/pepper/host_resource_var.h',
479 'renderer/pepper/host_var_tracker.cc', 479 'renderer/pepper/host_var_tracker.cc',
480 'renderer/pepper/host_var_tracker.h', 480 'renderer/pepper/host_var_tracker.h',
481 'renderer/pepper/message_channel.cc', 481 'renderer/pepper/message_channel.cc',
482 'renderer/pepper/message_channel.h', 482 'renderer/pepper/message_channel.h',
483 'renderer/pepper/npapi_glue.cc',
484 'renderer/pepper/npapi_glue.h',
485 'renderer/pepper/npobject_var.cc',
486 'renderer/pepper/npobject_var.h',
483 'renderer/pepper/pepper_audio_input_host.cc', 487 'renderer/pepper/pepper_audio_input_host.cc',
484 'renderer/pepper/pepper_audio_input_host.h', 488 'renderer/pepper/pepper_audio_input_host.h',
485 'renderer/pepper/pepper_broker.cc', 489 'renderer/pepper/pepper_broker.cc',
486 'renderer/pepper/pepper_broker.h', 490 'renderer/pepper/pepper_broker.h',
487 'renderer/pepper/pepper_browser_connection.cc', 491 'renderer/pepper/pepper_browser_connection.cc',
488 'renderer/pepper/pepper_browser_connection.h', 492 'renderer/pepper/pepper_browser_connection.h',
489 'renderer/pepper/pepper_compositor_host.cc', 493 'renderer/pepper/pepper_compositor_host.cc',
490 'renderer/pepper/pepper_compositor_host.h', 494 'renderer/pepper/pepper_compositor_host.h',
491 'renderer/pepper/pepper_device_enumeration_host_helper.cc', 495 'renderer/pepper/pepper_device_enumeration_host_helper.cc',
492 'renderer/pepper/pepper_device_enumeration_host_helper.h', 496 'renderer/pepper/pepper_device_enumeration_host_helper.h',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 }], 861 }],
858 ], 862 ],
859 'target_conditions': [ 863 'target_conditions': [
860 ['OS=="android"', { 864 ['OS=="android"', {
861 'sources/': [ 865 'sources/': [
862 ['include', '^renderer/render_view_linux\\.cc$'], 866 ['include', '^renderer/render_view_linux\\.cc$'],
863 ], 867 ],
864 }], 868 }],
865 ], 869 ],
866 } 870 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/pepper/host_var_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698