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

Side by Side Diff: content/content_renderer.gypi

Issue 555223004: Update MediaKeys interface for EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder Created 6 years, 3 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'renderer/media/video_capture_impl.cc', 282 'renderer/media/video_capture_impl.cc',
283 'renderer/media/video_capture_impl.h', 283 'renderer/media/video_capture_impl.h',
284 'renderer/media/video_capture_impl_manager.cc', 284 'renderer/media/video_capture_impl_manager.cc',
285 'renderer/media/video_capture_impl_manager.h', 285 'renderer/media/video_capture_impl_manager.h',
286 'renderer/media/video_capture_message_filter.cc', 286 'renderer/media/video_capture_message_filter.cc',
287 'renderer/media/video_capture_message_filter.h', 287 'renderer/media/video_capture_message_filter.h',
288 'renderer/media/video_frame_provider.cc', 288 'renderer/media/video_frame_provider.cc',
289 'renderer/media/video_frame_provider.h', 289 'renderer/media/video_frame_provider.h',
290 'renderer/media/webcontentdecryptionmodule_impl.cc', 290 'renderer/media/webcontentdecryptionmodule_impl.cc',
291 'renderer/media/webcontentdecryptionmodule_impl.h', 291 'renderer/media/webcontentdecryptionmodule_impl.h',
292 'renderer/media/webcontentdecryptionmoduleresult_helper.cc',
293 'renderer/media/webcontentdecryptionmoduleresult_helper.h',
292 'renderer/media/webcontentdecryptionmodulesession_impl.cc', 294 'renderer/media/webcontentdecryptionmodulesession_impl.cc',
293 'renderer/media/webcontentdecryptionmodulesession_impl.h', 295 'renderer/media/webcontentdecryptionmodulesession_impl.h',
294 'renderer/media/webmediaplayer_ms.cc', 296 'renderer/media/webmediaplayer_ms.cc',
295 'renderer/media/webmediaplayer_ms.h', 297 'renderer/media/webmediaplayer_ms.h',
296 'renderer/memory_benchmarking_extension.cc', 298 'renderer/memory_benchmarking_extension.cc',
297 'renderer/memory_benchmarking_extension.h', 299 'renderer/memory_benchmarking_extension.h',
298 'renderer/menu_item_builder.cc', 300 'renderer/menu_item_builder.cc',
299 'renderer/menu_item_builder.h', 301 'renderer/menu_item_builder.h',
300 'renderer/mhtml_generator.cc', 302 'renderer/mhtml_generator.cc',
301 'renderer/mhtml_generator.h', 303 'renderer/mhtml_generator.h',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 }], 831 }],
830 ], 832 ],
831 'target_conditions': [ 833 'target_conditions': [
832 ['OS=="android"', { 834 ['OS=="android"', {
833 'sources/': [ 835 'sources/': [
834 ['include', '^renderer/render_view_linux\\.cc$'], 836 ['include', '^renderer/render_view_linux\\.cc$'],
835 ], 837 ],
836 }], 838 }],
837 ], 839 ],
838 } 840 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/cdm_session_adapter.h » ('j') | content/renderer/media/crypto/ppapi_decryptor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698