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

Side by Side Diff: media/media.gyp

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN Created 5 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
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 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'formats/webm/webm_content_encodings_client_unittest.cc', 1304 'formats/webm/webm_content_encodings_client_unittest.cc',
1305 'formats/webm/webm_parser_unittest.cc', 1305 'formats/webm/webm_parser_unittest.cc',
1306 'formats/webm/webm_tracks_parser_unittest.cc', 1306 'formats/webm/webm_tracks_parser_unittest.cc',
1307 'formats/webm/webm_webvtt_parser_unittest.cc', 1307 'formats/webm/webm_webvtt_parser_unittest.cc',
1308 'renderers/audio_renderer_impl_unittest.cc', 1308 'renderers/audio_renderer_impl_unittest.cc',
1309 'renderers/renderer_impl_unittest.cc', 1309 'renderers/renderer_impl_unittest.cc',
1310 'renderers/skcanvas_video_renderer_unittest.cc', 1310 'renderers/skcanvas_video_renderer_unittest.cc',
1311 'renderers/video_renderer_impl_unittest.cc', 1311 'renderers/video_renderer_impl_unittest.cc',
1312 'test/pipeline_integration_test.cc', 1312 'test/pipeline_integration_test.cc',
1313 'test/pipeline_integration_test_base.cc', 1313 'test/pipeline_integration_test_base.cc',
1314 'video/gpu_memory_buffer_video_frame_pool_unittest.cc',
1314 'video/h264_poc_unittest.cc', 1315 'video/h264_poc_unittest.cc',
1315 'video/gpu_memory_buffer_video_frame_pool_unittest.cc',
1316 ], 1316 ],
1317 'include_dirs': [ 1317 'include_dirs': [
1318 # Needed by media_drm_bridge.cc. 1318 # Needed by media_drm_bridge.cc.
1319 '<(SHARED_INTERMEDIATE_DIR)', 1319 '<(SHARED_INTERMEDIATE_DIR)',
1320 ], 1320 ],
1321 'conditions': [ 1321 'conditions': [
1322 ['arm_neon==1', { 1322 ['arm_neon==1', {
1323 'defines': [ 1323 'defines': [
1324 'USE_NEON' 1324 'USE_NEON'
1325 ], 1325 ],
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 'dependencies': [ 2114 'dependencies': [
2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2116 ], 2116 ],
2117 }], 2117 }],
2118 ], 2118 ],
2119 }, 2119 },
2120 ], 2120 ],
2121 }], 2121 }],
2122 ], 2122 ],
2123 } 2123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698