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

Side by Side Diff: content/content_renderer.gypi

Issue 459553003: 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'renderer/pepper/host_dispatcher_wrapper.cc', 472 'renderer/pepper/host_dispatcher_wrapper.cc',
473 'renderer/pepper/host_dispatcher_wrapper.h', 473 'renderer/pepper/host_dispatcher_wrapper.h',
474 'renderer/pepper/host_globals.cc', 474 'renderer/pepper/host_globals.cc',
475 'renderer/pepper/host_globals.h', 475 'renderer/pepper/host_globals.h',
476 'renderer/pepper/host_resource_var.cc', 476 'renderer/pepper/host_resource_var.cc',
477 'renderer/pepper/host_resource_var.h', 477 'renderer/pepper/host_resource_var.h',
478 'renderer/pepper/host_var_tracker.cc', 478 'renderer/pepper/host_var_tracker.cc',
479 'renderer/pepper/host_var_tracker.h', 479 'renderer/pepper/host_var_tracker.h',
480 'renderer/pepper/message_channel.cc', 480 'renderer/pepper/message_channel.cc',
481 'renderer/pepper/message_channel.h', 481 'renderer/pepper/message_channel.h',
482 'renderer/pepper/npapi_glue.cc',
483 'renderer/pepper/npapi_glue.h',
484 'renderer/pepper/npobject_var.cc',
485 'renderer/pepper/npobject_var.h',
486 'renderer/pepper/pepper_audio_input_host.cc', 482 'renderer/pepper/pepper_audio_input_host.cc',
487 'renderer/pepper/pepper_audio_input_host.h', 483 'renderer/pepper/pepper_audio_input_host.h',
488 'renderer/pepper/pepper_broker.cc', 484 'renderer/pepper/pepper_broker.cc',
489 'renderer/pepper/pepper_broker.h', 485 'renderer/pepper/pepper_broker.h',
490 'renderer/pepper/pepper_browser_connection.cc', 486 'renderer/pepper/pepper_browser_connection.cc',
491 'renderer/pepper/pepper_browser_connection.h', 487 'renderer/pepper/pepper_browser_connection.h',
492 'renderer/pepper/pepper_compositor_host.cc', 488 'renderer/pepper/pepper_compositor_host.cc',
493 'renderer/pepper/pepper_compositor_host.h', 489 'renderer/pepper/pepper_compositor_host.h',
494 'renderer/pepper/pepper_device_enumeration_host_helper.cc', 490 'renderer/pepper/pepper_device_enumeration_host_helper.cc',
495 'renderer/pepper/pepper_device_enumeration_host_helper.h', 491 'renderer/pepper/pepper_device_enumeration_host_helper.h',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 }], 856 }],
861 ], 857 ],
862 'target_conditions': [ 858 'target_conditions': [
863 ['OS=="android"', { 859 ['OS=="android"', {
864 'sources/': [ 860 'sources/': [
865 ['include', '^renderer/render_view_linux\\.cc$'], 861 ['include', '^renderer/render_view_linux\\.cc$'],
866 ], 862 ],
867 }], 863 }],
868 ], 864 ],
869 } 865 }
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