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

Side by Side Diff: content/content_renderer.gypi

Issue 16583004: Add Stubbed implementation of WebCDM* interfaces for unprefixed EME APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gcc build. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/renderer/media/webcontentdecryptionmodule_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/public/blink.gyp:blink', 10 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'renderer/media/rtc_video_renderer.cc', 167 'renderer/media/rtc_video_renderer.cc',
168 'renderer/media/rtc_video_renderer.h', 168 'renderer/media/rtc_video_renderer.h',
169 'renderer/media/stream_texture_factory_impl_android.cc', 169 'renderer/media/stream_texture_factory_impl_android.cc',
170 'renderer/media/stream_texture_factory_impl_android.h', 170 'renderer/media/stream_texture_factory_impl_android.h',
171 'renderer/media/video_capture_impl.cc', 171 'renderer/media/video_capture_impl.cc',
172 'renderer/media/video_capture_impl.h', 172 'renderer/media/video_capture_impl.h',
173 'renderer/media/video_capture_impl_manager.cc', 173 'renderer/media/video_capture_impl_manager.cc',
174 'renderer/media/video_capture_impl_manager.h', 174 'renderer/media/video_capture_impl_manager.h',
175 'renderer/media/video_capture_message_filter.cc', 175 'renderer/media/video_capture_message_filter.cc',
176 'renderer/media/video_capture_message_filter.h', 176 'renderer/media/video_capture_message_filter.h',
177 'renderer/media/webcontentdecryptionmodule_impl.cc',
178 'renderer/media/webcontentdecryptionmodule_impl.h',
177 'renderer/media/webmediaplayer_proxy_impl_android.cc', 179 'renderer/media/webmediaplayer_proxy_impl_android.cc',
178 'renderer/media/webmediaplayer_proxy_impl_android.h', 180 'renderer/media/webmediaplayer_proxy_impl_android.h',
179 'renderer/memory_benchmarking_extension.cc', 181 'renderer/memory_benchmarking_extension.cc',
180 'renderer/memory_benchmarking_extension.h', 182 'renderer/memory_benchmarking_extension.h',
181 'renderer/mhtml_generator.cc', 183 'renderer/mhtml_generator.cc',
182 'renderer/mhtml_generator.h', 184 'renderer/mhtml_generator.h',
183 'renderer/mouse_lock_dispatcher.cc', 185 'renderer/mouse_lock_dispatcher.cc',
184 'renderer/mouse_lock_dispatcher.h', 186 'renderer/mouse_lock_dispatcher.h',
185 'renderer/notification_provider.cc', 187 'renderer/notification_provider.cc',
186 'renderer/notification_provider.h', 188 'renderer/notification_provider.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 }], 491 }],
490 ], 492 ],
491 'target_conditions': [ 493 'target_conditions': [
492 ['OS=="android"', { 494 ['OS=="android"', {
493 'sources/': [ 495 'sources/': [
494 ['include', '^renderer/render_view_linux\\.cc$'], 496 ['include', '^renderer/render_view_linux\\.cc$'],
495 ], 497 ],
496 }], 498 }],
497 ], 499 ],
498 } 500 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/webcontentdecryptionmodule_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698