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

Side by Side Diff: media/media.gyp

Issue 1819663002: Bind GrContext to GLES2Interfaces in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@function
Patch Set: Minimal GetString impl for TestGLES2Interface in skcanvas_video_renderer_unittest.cc Created 4 years, 9 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
« no previous file with comments | « media/BUILD.gn ('k') | media/renderers/skcanvas_video_renderer_unittest.cc » ('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 '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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'dependencies': [ 1144 'dependencies': [
1145 'audio_test_config', 1145 'audio_test_config',
1146 'media', 1146 'media',
1147 'media_test_support', 1147 'media_test_support',
1148 'shared_memory_support', 1148 'shared_memory_support',
1149 '../base/base.gyp:base', 1149 '../base/base.gyp:base',
1150 '../base/base.gyp:base_i18n', 1150 '../base/base.gyp:base_i18n',
1151 '../base/base.gyp:test_support_base', 1151 '../base/base.gyp:test_support_base',
1152 '../gpu/gpu.gyp:command_buffer_common', 1152 '../gpu/gpu.gyp:command_buffer_common',
1153 '../gpu/gpu.gyp:gpu_unittest_utils', 1153 '../gpu/gpu.gyp:gpu_unittest_utils',
1154 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
1154 '../skia/skia.gyp:skia', 1155 '../skia/skia.gyp:skia',
1155 '../testing/gmock.gyp:gmock', 1156 '../testing/gmock.gyp:gmock',
1156 '../testing/gtest.gyp:gtest', 1157 '../testing/gtest.gyp:gtest',
1157 '../third_party/libwebm/libwebm.gyp:libwebm', 1158 '../third_party/libwebm/libwebm.gyp:libwebm',
1158 '../third_party/libyuv/libyuv.gyp:libyuv', 1159 '../third_party/libyuv/libyuv.gyp:libyuv',
1159 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 1160 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
1160 '../ui/gfx/gfx.gyp:gfx', 1161 '../ui/gfx/gfx.gyp:gfx',
1161 '../ui/gfx/gfx.gyp:gfx_geometry', 1162 '../ui/gfx/gfx.gyp:gfx_geometry',
1162 '../ui/gfx/gfx.gyp:gfx_test_support', 1163 '../ui/gfx/gfx.gyp:gfx_test_support',
1163 '../url/url.gyp:url_lib', 1164 '../url/url.gyp:url_lib',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'dependencies': [ 2113 'dependencies': [
2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2114 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2114 ], 2115 ],
2115 }], 2116 }],
2116 ], 2117 ],
2117 }, 2118 },
2118 ], 2119 ],
2119 }], 2120 }],
2120 ], 2121 ],
2121 } 2122 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/renderers/skcanvas_video_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698