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

Side by Side Diff: content/content_browser.gypi

Issue 1006973002: Publicize registration of MediaUrlInterceptor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to public/android Created 5 years, 9 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
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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'public_browser_sources': [ 52 'public_browser_sources': [
53 'public/browser/access_token_store.h', 53 'public/browser/access_token_store.h',
54 'public/browser/android/compositor.h', 54 'public/browser/android/compositor.h',
55 'public/browser/android/compositor_client.h', 55 'public/browser/android/compositor_client.h',
56 'public/browser/android/content_protocol_handler.h', 56 'public/browser/android/content_protocol_handler.h',
57 'public/browser/android/content_view_core.h', 57 'public/browser/android/content_view_core.h',
58 'public/browser/android/content_view_layer_renderer.h', 58 'public/browser/android/content_view_layer_renderer.h',
59 'public/browser/android/devtools_auth.h', 59 'public/browser/android/devtools_auth.h',
60 'public/browser/android/download_controller_android.h', 60 'public/browser/android/download_controller_android.h',
61 'public/browser/android/external_video_surface_container.h', 61 'public/browser/android/external_video_surface_container.h',
62 'public/browser/android/media_url_interceptor.cc',
63 'public/browser/android/media_url_interceptor.h',
62 'public/browser/android/synchronous_compositor.h', 64 'public/browser/android/synchronous_compositor.h',
63 'public/browser/android/synchronous_compositor_client.h', 65 'public/browser/android/synchronous_compositor_client.h',
64 'public/browser/appcache_service.h', 66 'public/browser/appcache_service.h',
65 'public/browser/ax_event_notification_details.cc', 67 'public/browser/ax_event_notification_details.cc',
66 'public/browser/ax_event_notification_details.h', 68 'public/browser/ax_event_notification_details.h',
67 'public/browser/blob_handle.h', 69 'public/browser/blob_handle.h',
68 'public/browser/browser_accessibility_state.h', 70 'public/browser/browser_accessibility_state.h',
69 'public/browser/browser_child_process_host.h', 71 'public/browser/browser_child_process_host.h',
70 'public/browser/browser_child_process_host_delegate.cc', 72 'public/browser/browser_child_process_host_delegate.cc',
71 'public/browser/browser_child_process_host_delegate.h', 73 'public/browser/browser_child_process_host_delegate.h',
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 'browser/media/media_web_contents_observer.h', 1992 'browser/media/media_web_contents_observer.h',
1991 ], 1993 ],
1992 }], 1994 }],
1993 ['OS == "linux" and use_openssl==1', { 1995 ['OS == "linux" and use_openssl==1', {
1994 'dependencies': [ 1996 'dependencies': [
1995 '../third_party/boringssl/boringssl.gyp:boringssl', 1997 '../third_party/boringssl/boringssl.gyp:boringssl',
1996 ], 1998 ],
1997 }], 1999 }],
1998 ], 2000 ],
1999 } 2001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698