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

Side by Side Diff: content/content_browser.gypi

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests and Min's nits Created 5 years, 5 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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'public/browser/android/browser_media_player_manager_register.cc', 64 'public/browser/android/browser_media_player_manager_register.cc',
65 'public/browser/android/browser_media_player_manager_register.h', 65 'public/browser/android/browser_media_player_manager_register.h',
66 'public/browser/android/compositor.h', 66 'public/browser/android/compositor.h',
67 'public/browser/android/compositor_client.h', 67 'public/browser/android/compositor_client.h',
68 'public/browser/android/content_protocol_handler.h', 68 'public/browser/android/content_protocol_handler.h',
69 'public/browser/android/content_view_core.h', 69 'public/browser/android/content_view_core.h',
70 'public/browser/android/content_view_layer_renderer.h', 70 'public/browser/android/content_view_layer_renderer.h',
71 'public/browser/android/devtools_auth.h', 71 'public/browser/android/devtools_auth.h',
72 'public/browser/android/download_controller_android.h', 72 'public/browser/android/download_controller_android.h',
73 'public/browser/android/external_video_surface_container.h', 73 'public/browser/android/external_video_surface_container.h',
74 'public/browser/android/media_controls_delegate.h',
74 'public/browser/android/synchronous_compositor.h', 75 'public/browser/android/synchronous_compositor.h',
75 'public/browser/android/synchronous_compositor_client.h', 76 'public/browser/android/synchronous_compositor_client.h',
76 'public/browser/appcache_service.h', 77 'public/browser/appcache_service.h',
77 'public/browser/ax_event_notification_details.cc', 78 'public/browser/ax_event_notification_details.cc',
78 'public/browser/ax_event_notification_details.h', 79 'public/browser/ax_event_notification_details.h',
79 'public/browser/background_tracing_config.cc', 80 'public/browser/background_tracing_config.cc',
80 'public/browser/background_tracing_config.h', 81 'public/browser/background_tracing_config.h',
81 'public/browser/background_tracing_manager.h', 82 'public/browser/background_tracing_manager.h',
82 'public/browser/background_tracing_preemptive_config.cc', 83 'public/browser/background_tracing_preemptive_config.cc',
83 'public/browser/background_tracing_preemptive_config.h', 84 'public/browser/background_tracing_preemptive_config.h',
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 'browser/media/media_web_contents_observer.h', 2091 'browser/media/media_web_contents_observer.h',
2091 ], 2092 ],
2092 }], 2093 }],
2093 ['OS == "linux" and use_openssl==1', { 2094 ['OS == "linux" and use_openssl==1', {
2094 'dependencies': [ 2095 'dependencies': [
2095 '../third_party/boringssl/boringssl.gyp:boringssl', 2096 '../third_party/boringssl/boringssl.gyp:boringssl',
2096 ], 2097 ],
2097 }], 2098 }],
2098 ], 2099 ],
2099 } 2100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698