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

Side by Side Diff: media/media.gyp

Issue 871663003: media: Add MediaPermission interface and MediaPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'base/media_client.cc', 318 'base/media_client.cc',
319 'base/media_client.h', 319 'base/media_client.h',
320 'base/media_file_checker.cc', 320 'base/media_file_checker.cc',
321 'base/media_file_checker.h', 321 'base/media_file_checker.h',
322 'base/media_keys.cc', 322 'base/media_keys.cc',
323 'base/media_keys.h', 323 'base/media_keys.h',
324 'base/media_log.cc', 324 'base/media_log.cc',
325 'base/media_log.h', 325 'base/media_log.h',
326 'base/media_log_event.h', 326 'base/media_log_event.h',
327 'base/media_posix.cc', 327 'base/media_posix.cc',
328 'base/media_permission.cc',
329 'base/media_permission.h',
328 'base/media_switches.cc', 330 'base/media_switches.cc',
329 'base/media_switches.h', 331 'base/media_switches.h',
330 'base/media_win.cc', 332 'base/media_win.cc',
331 'base/multi_channel_resampler.cc', 333 'base/multi_channel_resampler.cc',
332 'base/multi_channel_resampler.h', 334 'base/multi_channel_resampler.h',
333 'base/pipeline.cc', 335 'base/pipeline.cc',
334 'base/pipeline.h', 336 'base/pipeline.h',
335 'base/pipeline_status.h', 337 'base/pipeline_status.h',
336 'base/player_tracker.cc', 338 'base/player_tracker.cc',
337 'base/player_tracker.h', 339 'base/player_tracker.h',
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 '../build/isolate.gypi', 1920 '../build/isolate.gypi',
1919 ], 1921 ],
1920 'sources': [ 1922 'sources': [
1921 'media_unittests.isolate', 1923 'media_unittests.isolate',
1922 ], 1924 ],
1923 }, 1925 },
1924 ], 1926 ],
1925 }], 1927 }],
1926 ], 1928 ],
1927 } 1929 }
OLDNEW
« media/blink/webencryptedmediaclient_impl.cc ('K') | « media/blink/webencryptedmediaclient_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698