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

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: Added browser tests Created 5 years, 6 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'public/browser/android/browser_media_player_manager_register.cc', 63 'public/browser/android/browser_media_player_manager_register.cc',
64 'public/browser/android/browser_media_player_manager_register.h', 64 'public/browser/android/browser_media_player_manager_register.h',
65 'public/browser/android/compositor.h', 65 'public/browser/android/compositor.h',
66 'public/browser/android/compositor_client.h', 66 'public/browser/android/compositor_client.h',
67 'public/browser/android/content_protocol_handler.h', 67 'public/browser/android/content_protocol_handler.h',
68 'public/browser/android/content_view_core.h', 68 'public/browser/android/content_view_core.h',
69 'public/browser/android/content_view_layer_renderer.h', 69 'public/browser/android/content_view_layer_renderer.h',
70 'public/browser/android/devtools_auth.h', 70 'public/browser/android/devtools_auth.h',
71 'public/browser/android/download_controller_android.h', 71 'public/browser/android/download_controller_android.h',
72 'public/browser/android/external_video_surface_container.h', 72 'public/browser/android/external_video_surface_container.h',
73 'public/browser/android/media_controls_delegate.cc',
74 'public/browser/android/media_controls_delegate.h',
73 'public/browser/android/synchronous_compositor.h', 75 'public/browser/android/synchronous_compositor.h',
74 'public/browser/android/synchronous_compositor_client.h', 76 'public/browser/android/synchronous_compositor_client.h',
75 'public/browser/appcache_service.h', 77 'public/browser/appcache_service.h',
76 'public/browser/ax_event_notification_details.cc', 78 'public/browser/ax_event_notification_details.cc',
77 'public/browser/ax_event_notification_details.h', 79 'public/browser/ax_event_notification_details.h',
78 'public/browser/background_tracing_config.cc', 80 'public/browser/background_tracing_config.cc',
79 'public/browser/background_tracing_config.h', 81 'public/browser/background_tracing_config.h',
80 'public/browser/background_tracing_manager.h', 82 'public/browser/background_tracing_manager.h',
81 'public/browser/background_tracing_preemptive_config.cc', 83 'public/browser/background_tracing_preemptive_config.cc',
82 'public/browser/background_tracing_preemptive_config.h', 84 'public/browser/background_tracing_preemptive_config.h',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'browser/media/media_web_contents_observer.h', 2097 'browser/media/media_web_contents_observer.h',
2096 ], 2098 ],
2097 }], 2099 }],
2098 ['OS == "linux" and use_openssl==1', { 2100 ['OS == "linux" and use_openssl==1', {
2099 'dependencies': [ 2101 'dependencies': [
2100 '../third_party/boringssl/boringssl.gyp:boringssl', 2102 '../third_party/boringssl/boringssl.gyp:boringssl',
2101 ], 2103 ],
2102 }], 2104 }],
2103 ], 2105 ],
2104 } 2106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698