OLD | NEW |
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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], | 1123 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], |
1124 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc']
, | 1124 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc']
, |
1125 ], | 1125 ], |
1126 }], | 1126 }], |
1127 ['enable_plugins==1', { | 1127 ['enable_plugins==1', { |
1128 'dependencies': [ | 1128 'dependencies': [ |
1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
1130 ], | 1130 ], |
1131 }, { # enable_plugins==0 | 1131 }, { # enable_plugins==0 |
1132 'sources!': [ | 1132 'sources!': [ |
| 1133 'browser/pepper_flash_settings_helper_impl.cc', |
| 1134 'browser/pepper_flash_settings_helper_impl.h', |
1133 'browser/plugin_data_remover_impl.cc', | 1135 'browser/plugin_data_remover_impl.cc', |
1134 'browser/plugin_data_remover_impl.h', | 1136 'browser/plugin_data_remover_impl.h', |
| 1137 'browser/plugin_loader_posix.cc', |
| 1138 'browser/plugin_loader_posix.h', |
| 1139 'browser/plugin_process_host.cc', |
| 1140 'browser/plugin_process_host.h', |
| 1141 'browser/plugin_service_impl.cc', |
| 1142 'browser/plugin_service_impl.h', |
1135 'browser/ppapi_plugin_process_host.cc', | 1143 'browser/ppapi_plugin_process_host.cc', |
| 1144 'public/browser/plugin_service.h', |
1136 ], | 1145 ], |
1137 'sources/': [ | 1146 'sources/': [ |
1138 ['exclude', '^browser/renderer_host/pepper/'], | 1147 ['exclude', '^browser/renderer_host/pepper/'], |
1139 ], | 1148 ], |
1140 }], | 1149 }], |
1141 ['java_bridge==1', { | 1150 ['java_bridge==1', { |
1142 'defines': [ | 1151 'defines': [ |
1143 'ENABLE_JAVA_BRIDGE', | 1152 'ENABLE_JAVA_BRIDGE', |
1144 ], | 1153 ], |
1145 }, { | 1154 }, { |
1146 'sources/': [ | 1155 'sources/': [ |
1147 ['exclude', '^browser/renderer_host/java/'], | 1156 ['exclude', '^browser/renderer_host/java/'], |
1148 ], | 1157 ], |
1149 }], | 1158 }], |
1150 ['input_speech==0', { | 1159 ['input_speech==0', { |
1151 'sources/': [ | 1160 'sources/': [ |
1152 ['exclude', '^browser/speech/'], | 1161 ['exclude', '^browser/speech/'], |
1153 ], | 1162 ], |
1154 }], | 1163 }], |
1155 ['linux_use_libgps==1', { | 1164 ['linux_use_libgps==1', { |
1156 'dependencies': [ | 1165 'dependencies': [ |
1157 '../build/linux/system.gyp:libgps', | 1166 '../build/linux/system.gyp:libgps', |
1158 ], | 1167 ], |
1159 }], | 1168 }], |
1160 ], | 1169 ], |
1161 } | 1170 } |
OLD | NEW |