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

Side by Side Diff: content/content_browser.gypi

Issue 11507017: Add PluginServiceStub for builds with enable_plugins==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['chromeos==1', { 8 ['chromeos==1', {
9 'use_libgps%': 1, 9 'use_libgps%': 1,
10 }, { # chromeos==0 10 }, { # chromeos==0
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'browser/pepper_flash_settings_helper_impl.h', 550 'browser/pepper_flash_settings_helper_impl.h',
551 'browser/plugin_data_remover_impl.cc', 551 'browser/plugin_data_remover_impl.cc',
552 'browser/plugin_data_remover_impl.h', 552 'browser/plugin_data_remover_impl.h',
553 'browser/plugin_loader_posix.cc', 553 'browser/plugin_loader_posix.cc',
554 'browser/plugin_loader_posix.h', 554 'browser/plugin_loader_posix.h',
555 'browser/plugin_process_host.cc', 555 'browser/plugin_process_host.cc',
556 'browser/plugin_process_host.h', 556 'browser/plugin_process_host.h',
557 'browser/plugin_process_host_mac.cc', 557 'browser/plugin_process_host_mac.cc',
558 'browser/plugin_service_impl.cc', 558 'browser/plugin_service_impl.cc',
559 'browser/plugin_service_impl.h', 559 'browser/plugin_service_impl.h',
560 'browser/plugin_service_stub.cc',
561 'browser/plugin_service_stub.h',
560 'browser/power_save_blocker.h', 562 'browser/power_save_blocker.h',
561 'browser/power_save_blocker_android.cc', 563 'browser/power_save_blocker_android.cc',
562 'browser/power_save_blocker_chromeos.cc', 564 'browser/power_save_blocker_chromeos.cc',
563 'browser/power_save_blocker_linux.cc', 565 'browser/power_save_blocker_linux.cc',
564 'browser/power_save_blocker_mac.cc', 566 'browser/power_save_blocker_mac.cc',
565 'browser/power_save_blocker_win.cc', 567 'browser/power_save_blocker_win.cc',
566 'browser/ppapi_plugin_process_host.cc', 568 'browser/ppapi_plugin_process_host.cc',
567 'browser/ppapi_plugin_process_host.h', 569 'browser/ppapi_plugin_process_host.h',
568 'browser/profiler_controller_impl.cc', 570 'browser/profiler_controller_impl.cc',
569 'browser/profiler_controller_impl.h', 571 'browser/profiler_controller_impl.h',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 ['exclude', '^browser/renderer_host/image_transport_factory.h'], 1127 ['exclude', '^browser/renderer_host/image_transport_factory.h'],
1126 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1128 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1127 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1129 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1128 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc'] , 1130 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc'] ,
1129 ], 1131 ],
1130 }], 1132 }],
1131 ['enable_plugins==1', { 1133 ['enable_plugins==1', {
1132 'dependencies': [ 1134 'dependencies': [
1133 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1135 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1134 ], 1136 ],
1137 'sources!': [
1138 'browser/plugin_service_stub.cc',
1139 'browser/plugin_service_stub.h',
1140 ],
1135 }, { # enable_plugins==0 1141 }, { # enable_plugins==0
1136 'sources!': [ 1142 'sources!': [
1143 'browser/pepper_flash_settings_helper_impl.cc',
1144 'browser/pepper_flash_settings_helper_impl.h',
1137 'browser/plugin_data_remover_impl.cc', 1145 'browser/plugin_data_remover_impl.cc',
1138 'browser/plugin_data_remover_impl.h', 1146 'browser/plugin_data_remover_impl.h',
1147 'browser/plugin_loader_posix.cc',
1148 'browser/plugin_loader_posix.h',
1149 'browser/plugin_service_impl.cc',
1150 'browser/plugin_service_impl.h',
1139 'browser/ppapi_plugin_process_host.cc', 1151 'browser/ppapi_plugin_process_host.cc',
1140 ], 1152 ],
1141 'sources/': [ 1153 'sources/': [
1142 ['exclude', '^browser/renderer_host/pepper/'], 1154 ['exclude', '^browser/renderer_host/pepper/'],
1143 ], 1155 ],
1144 }], 1156 }],
1145 ['java_bridge==1', { 1157 ['java_bridge==1', {
1146 'defines': [ 1158 'defines': [
1147 'ENABLE_JAVA_BRIDGE', 1159 'ENABLE_JAVA_BRIDGE',
1148 ], 1160 ],
(...skipping 16 matching lines...) Expand all
1165 # the USE_LIBGPS setting propagates to the "real" dependent target, 1177 # the USE_LIBGPS setting propagates to the "real" dependent target,
1166 # we use all_dependent_settings here. 1178 # we use all_dependent_settings here.
1167 'all_dependent_settings': { 1179 'all_dependent_settings': {
1168 'defines': [ 1180 'defines': [
1169 'USE_LIBGPS', 1181 'USE_LIBGPS',
1170 ], 1182 ],
1171 }, 1183 },
1172 }], 1184 }],
1173 ], 1185 ],
1174 } 1186 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698