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

Side by Side Diff: media/media.gyp

Issue 665343002: Move KeySystemInfo to media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 1 month 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 | « media/base/key_system_info.cc ('k') | no next file » | 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 '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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'base/decryptor.cc', 278 'base/decryptor.cc',
279 'base/decryptor.h', 279 'base/decryptor.h',
280 'base/demuxer.cc', 280 'base/demuxer.cc',
281 'base/demuxer.h', 281 'base/demuxer.h',
282 'base/demuxer_stream.cc', 282 'base/demuxer_stream.cc',
283 'base/demuxer_stream.h', 283 'base/demuxer_stream.h',
284 'base/demuxer_stream_provider.cc', 284 'base/demuxer_stream_provider.cc',
285 'base/demuxer_stream_provider.h', 285 'base/demuxer_stream_provider.h',
286 'base/djb2.cc', 286 'base/djb2.cc',
287 'base/djb2.h', 287 'base/djb2.h',
288 'base/eme_constants.h',
289 'base/key_system_info.cc',
290 'base/key_system_info.h',
288 'base/keyboard_event_counter.cc', 291 'base/keyboard_event_counter.cc',
289 'base/keyboard_event_counter.h', 292 'base/keyboard_event_counter.h',
290 'base/mac/avfoundation_glue.h', 293 'base/mac/avfoundation_glue.h',
291 'base/mac/avfoundation_glue.mm', 294 'base/mac/avfoundation_glue.mm',
292 'base/mac/coremedia_glue.h', 295 'base/mac/coremedia_glue.h',
293 'base/mac/coremedia_glue.mm', 296 'base/mac/coremedia_glue.mm',
294 'base/mac/corevideo_glue.h', 297 'base/mac/corevideo_glue.h',
295 'base/mac/videotoolbox_glue.h', 298 'base/mac/videotoolbox_glue.h',
296 'base/mac/videotoolbox_glue.mm', 299 'base/mac/videotoolbox_glue.mm',
297 'base/media.cc', 300 'base/media.cc',
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 '../build/isolate.gypi', 1963 '../build/isolate.gypi',
1961 ], 1964 ],
1962 'sources': [ 1965 'sources': [
1963 'media_unittests.isolate', 1966 'media_unittests.isolate',
1964 ], 1967 ],
1965 }, 1968 },
1966 ], 1969 ],
1967 }], 1970 }],
1968 ], 1971 ],
1969 } 1972 }
OLDNEW
« no previous file with comments | « media/base/key_system_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698