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

Side by Side Diff: content/content_common.gypi

Issue 525513003: Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'common/gpu/x_util.cc', 696 'common/gpu/x_util.cc',
697 'common/gpu/x_util.h', 697 'common/gpu/x_util.h',
698 ], 698 ],
699 }], 699 }],
700 ['enable_plugins==1', { 700 ['enable_plugins==1', {
701 'dependencies': [ 701 'dependencies': [
702 '../ppapi/ppapi_internal.gyp:ppapi_shared', 702 '../ppapi/ppapi_internal.gyp:ppapi_shared',
703 ], 703 ],
704 }, { # enable_plugins == 0 704 }, { # enable_plugins == 0
705 'sources!': [ 705 'sources!': [
706 'common/pepper_file_util.cc',
707 'common/pepper_file_util.h',
708 'common/pepper_messages.h',
706 'common/pepper_plugin_list.cc', 709 'common/pepper_plugin_list.cc',
707 'common/pepper_plugin_list.h', 710 'common/pepper_plugin_list.h',
711 'common/pepper_renderer_instance_data.cc',
712 'common/pepper_renderer_instance_data.h',
713 'common/plugin_list.cc',
714 'common/plugin_list.h',
715 'common/plugin_list_posix.cc',
708 'common/sandbox_util.cc', 716 'common/sandbox_util.cc',
717 'public/common/pepper_plugin_info.cc',
718 'public/common/pepper_plugin_info.h',
709 ], 719 ],
710 }], 720 }],
711 ['OS=="android"', { 721 ['OS=="android"', {
712 'dependencies': [ 722 'dependencies': [
713 '../media/media.gyp:media', 723 '../media/media.gyp:media',
714 ], 724 ],
715 'sources': [ 725 'sources': [
716 'common/gpu/media/android_video_decode_accelerator.cc', 726 'common/gpu/media/android_video_decode_accelerator.cc',
717 'common/gpu/media/android_video_decode_accelerator.h', 727 'common/gpu/media/android_video_decode_accelerator.h',
718 ], 728 ],
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 907 ],
898 'sources': [ 908 'sources': [
899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
900 ], 910 ],
901 'sources!': [ 911 'sources!': [
902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
903 ], 913 ],
904 }], 914 }],
905 ], 915 ],
906 } 916 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698