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

Side by Side Diff: content/content_browser.gypi

Issue 10919075: Move android mediaplayer from render process to browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments Created 8 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
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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'browser/android/content_startup_flags.cc', 203 'browser/android/content_startup_flags.cc',
204 'browser/android/content_startup_flags.h', 204 'browser/android/content_startup_flags.h',
205 'browser/android/content_video_view.cc', 205 'browser/android/content_video_view.cc',
206 'browser/android/content_video_view.h', 206 'browser/android/content_video_view.h',
207 'browser/android/content_view_client.cc', 207 'browser/android/content_view_client.cc',
208 'browser/android/content_view_client.h', 208 'browser/android/content_view_client.h',
209 'browser/android/content_view_core_impl.cc', 209 'browser/android/content_view_core_impl.cc',
210 'browser/android/content_view_core_impl.h', 210 'browser/android/content_view_core_impl.h',
211 'browser/android/content_view_statics.cc', 211 'browser/android/content_view_statics.cc',
212 'browser/android/content_view_statics.h', 212 'browser/android/content_view_statics.h',
213 'browser/android/cookies_retriever_impl.cc',
214 'browser/android/cookies_retriever_impl.h',
213 'browser/android/download_controller.cc', 215 'browser/android/download_controller.cc',
214 'browser/android/download_controller.h', 216 'browser/android/download_controller.h',
215 'browser/android/devtools_auth.cc', 217 'browser/android/devtools_auth.cc',
216 'browser/android/draw_delegate_impl.h', 218 'browser/android/draw_delegate_impl.h',
217 'browser/android/draw_delegate_impl.cc', 219 'browser/android/draw_delegate_impl.cc',
218 'browser/android/graphics_context.cc', 220 'browser/android/graphics_context.cc',
219 'browser/android/load_url_params.cc', 221 'browser/android/load_url_params.cc',
220 'browser/android/load_url_params.h', 222 'browser/android/load_url_params.h',
223 'browser/android/media_player_manager_android.cc',
224 'browser/android/media_player_manager_android.h',
221 'browser/android/sandboxed_process_launcher.cc', 225 'browser/android/sandboxed_process_launcher.cc',
222 'browser/android/sandboxed_process_launcher.h', 226 'browser/android/sandboxed_process_launcher.h',
227 'browser/android/surface_texture_peer_browser_impl.cc',
228 'browser/android/surface_texture_peer_browser_impl.h',
223 'browser/android/touch_point.cc', 229 'browser/android/touch_point.cc',
224 'browser/android/touch_point.h', 230 'browser/android/touch_point.h',
225 'browser/android/web_contents_observer_android.cc', 231 'browser/android/web_contents_observer_android.cc',
226 'browser/android/web_contents_observer_android.h', 232 'browser/android/web_contents_observer_android.h',
227 'browser/appcache/appcache_dispatcher_host.cc', 233 'browser/appcache/appcache_dispatcher_host.cc',
228 'browser/appcache/appcache_dispatcher_host.h', 234 'browser/appcache/appcache_dispatcher_host.h',
229 'browser/appcache/appcache_frontend_proxy.cc', 235 'browser/appcache/appcache_frontend_proxy.cc',
230 'browser/appcache/appcache_frontend_proxy.h', 236 'browser/appcache/appcache_frontend_proxy.h',
231 'browser/appcache/chrome_appcache_service.cc', 237 'browser/appcache/chrome_appcache_service.cc',
232 'browser/appcache/chrome_appcache_service.h', 238 'browser/appcache/chrome_appcache_service.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ['exclude', '^browser/renderer_host/java/'], 1024 ['exclude', '^browser/renderer_host/java/'],
1019 ], 1025 ],
1020 }], 1026 }],
1021 ['input_speech==0', { 1027 ['input_speech==0', {
1022 'sources/': [ 1028 'sources/': [
1023 ['exclude', '^browser/speech/'], 1029 ['exclude', '^browser/speech/'],
1024 ], 1030 ],
1025 }], 1031 }],
1026 ], 1032 ],
1027 } 1033 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698