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

Side by Side Diff: media/blink/BUILD.gn

Issue 2160963002: Add watch time metrics for HTML5 media playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, couple more tests. Created 4 years, 4 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
« no previous file with comments | « no previous file | media/blink/watch_time_reporter.h » ('j') | media/blink/watch_time_reporter.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("blink") { 8 component("blink") {
9 output_name = "media_blink" 9 output_name = "media_blink"
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "new_session_cdm_result_promise.cc", 55 "new_session_cdm_result_promise.cc",
56 "new_session_cdm_result_promise.h", 56 "new_session_cdm_result_promise.h",
57 "resource_multibuffer_data_provider.cc", 57 "resource_multibuffer_data_provider.cc",
58 "resource_multibuffer_data_provider.h", 58 "resource_multibuffer_data_provider.h",
59 "texttrack_impl.cc", 59 "texttrack_impl.cc",
60 "texttrack_impl.h", 60 "texttrack_impl.h",
61 "url_index.cc", 61 "url_index.cc",
62 "url_index.h", 62 "url_index.h",
63 "video_frame_compositor.cc", 63 "video_frame_compositor.cc",
64 "video_frame_compositor.h", 64 "video_frame_compositor.h",
65 "watch_time_reporter.cc",
66 "watch_time_reporter.h",
65 "webaudiosourceprovider_impl.cc", 67 "webaudiosourceprovider_impl.cc",
66 "webaudiosourceprovider_impl.h", 68 "webaudiosourceprovider_impl.h",
67 "webcontentdecryptionmodule_impl.cc", 69 "webcontentdecryptionmodule_impl.cc",
68 "webcontentdecryptionmodule_impl.h", 70 "webcontentdecryptionmodule_impl.h",
69 "webcontentdecryptionmoduleaccess_impl.cc", 71 "webcontentdecryptionmoduleaccess_impl.cc",
70 "webcontentdecryptionmoduleaccess_impl.h", 72 "webcontentdecryptionmoduleaccess_impl.h",
71 "webcontentdecryptionmodulesession_impl.cc", 73 "webcontentdecryptionmodulesession_impl.cc",
72 "webcontentdecryptionmodulesession_impl.h", 74 "webcontentdecryptionmodulesession_impl.h",
73 "webencryptedmediaclient_impl.cc", 75 "webencryptedmediaclient_impl.cc",
74 "webencryptedmediaclient_impl.h", 76 "webencryptedmediaclient_impl.h",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "mock_weburlloader.cc", 141 "mock_weburlloader.cc",
140 "mock_weburlloader.h", 142 "mock_weburlloader.h",
141 "multibuffer_data_source_unittest.cc", 143 "multibuffer_data_source_unittest.cc",
142 "multibuffer_unittest.cc", 144 "multibuffer_unittest.cc",
143 "resource_multibuffer_data_provider_unittest.cc", 145 "resource_multibuffer_data_provider_unittest.cc",
144 "run_all_unittests.cc", 146 "run_all_unittests.cc",
145 "test_response_generator.cc", 147 "test_response_generator.cc",
146 "test_response_generator.h", 148 "test_response_generator.h",
147 "url_index_unittest.cc", 149 "url_index_unittest.cc",
148 "video_frame_compositor_unittest.cc", 150 "video_frame_compositor_unittest.cc",
151 "watch_time_reporter_unittest.cc",
149 "webaudiosourceprovider_impl_unittest.cc", 152 "webaudiosourceprovider_impl_unittest.cc",
150 "webmediaplayer_impl_unittest.cc", 153 "webmediaplayer_impl_unittest.cc",
151 ] 154 ]
152 155
153 if (is_android) { 156 if (is_android) {
154 deps += [ 157 deps += [
155 "//media/base/android", 158 "//media/base/android",
156 "//media/base/android:media_java", 159 "//media/base/android:media_java",
157 "//v8:v8_external_startup_data_assets", 160 "//v8:v8_external_startup_data_assets",
158 ] 161 ]
159 } 162 }
160 } 163 }
OLDNEW
« no previous file with comments | « no previous file | media/blink/watch_time_reporter.h » ('j') | media/blink/watch_time_reporter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698