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

Side by Side Diff: content/content_common.gypi

Issue 1937093002: Fix Windows component builds: Use component type in gyp build for media_gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export InitializeVideoToolbox Created 4 years, 7 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 | « no previous file | media/gpu/vt_video_decode_accelerator_mac.h » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
12 '../gpu/gpu.gyp:command_buffer_service', 12 '../gpu/gpu.gyp:command_buffer_service',
13 '../gpu/gpu.gyp:gles2_c_lib', 13 '../gpu/gpu.gyp:gles2_c_lib',
14 '../gpu/gpu.gyp:gles2_implementation', 14 '../gpu/gpu.gyp:gles2_implementation',
15 '../gpu/gpu.gyp:gpu', 15 '../gpu/gpu.gyp:gpu',
16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
17 '../ipc/ipc.gyp:ipc', 17 '../ipc/ipc.gyp:ipc',
18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
19 '../media/media.gyp:media', 19 '../media/media.gyp:media',
20 '../media/media.gyp:media_gpu',
20 '../media/media.gyp:shared_memory_support', 21 '../media/media.gyp:shared_memory_support',
21 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', 22 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client',
22 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', 23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common',
23 '../media/midi/midi.gyp:midi', 24 '../media/midi/midi.gyp:midi',
24 '../mojo/mojo_edk.gyp:mojo_system_impl', 25 '../mojo/mojo_edk.gyp:mojo_system_impl',
25 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 26 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
26 '../net/net.gyp:net', 27 '../net/net.gyp:net',
27 '../services/shell/shell.gyp:shell_public', 28 '../services/shell/shell.gyp:shell_public',
28 '../services/shell/shell.gyp:shell_runner_common_lib', 29 '../services/shell/shell.gyp:shell_runner_common_lib',
29 '../skia/skia.gyp:skia', 30 '../skia/skia.gyp:skia',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'sources!': [ 667 'sources!': [
667 'common/cursors/webcursor_ozone.cc', 668 'common/cursors/webcursor_ozone.cc',
668 'common/font_list_ozone.cc', 669 'common/font_list_ozone.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 670 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
672 ], 673 ],
673 }], 674 }],
674 ], 675 ],
675 } 676 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/vt_video_decode_accelerator_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698