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

Side by Side Diff: content/content_common.gypi

Issue 557723003: Implement Chromium side of MediaKeys.isTypeSupported(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEP from components/cdm/renderer to content/public/common. Created 6 years, 3 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'public/common/content_descriptors.h', 51 'public/common/content_descriptors.h',
52 'public/common/content_ipc_logging.h', 52 'public/common/content_ipc_logging.h',
53 'public/common/content_paths.h', 53 'public/common/content_paths.h',
54 'public/common/content_switches.cc', 54 'public/common/content_switches.cc',
55 'public/common/content_switches.h', 55 'public/common/content_switches.h',
56 'public/common/context_menu_params.cc', 56 'public/common/context_menu_params.cc',
57 'public/common/context_menu_params.h', 57 'public/common/context_menu_params.h',
58 'public/common/drop_data.cc', 58 'public/common/drop_data.cc',
59 'public/common/drop_data.h', 59 'public/common/drop_data.h',
60 'public/common/eme_codec.h', 60 'public/common/eme_codec.h',
61 'public/common/eme_init_data_type.h',
61 'public/common/favicon_url.cc', 62 'public/common/favicon_url.cc',
62 'public/common/favicon_url.h', 63 'public/common/favicon_url.h',
63 'public/common/file_chooser_params.cc', 64 'public/common/file_chooser_params.cc',
64 'public/common/file_chooser_params.h', 65 'public/common/file_chooser_params.h',
65 'public/common/frame_navigate_params.cc', 66 'public/common/frame_navigate_params.cc',
66 'public/common/frame_navigate_params.h', 67 'public/common/frame_navigate_params.h',
67 'public/common/geoposition.cc', 68 'public/common/geoposition.cc',
68 'public/common/geoposition.h', 69 'public/common/geoposition.h',
69 'public/common/gpu_memory_stats.cc', 70 'public/common/gpu_memory_stats.cc',
70 'public/common/gpu_memory_stats.h', 71 'public/common/gpu_memory_stats.h',
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 898 ],
898 'sources': [ 899 'sources': [
899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 900 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
900 ], 901 ],
901 'sources!': [ 902 'sources!': [
902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 903 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
903 ], 904 ],
904 }], 905 }],
905 ], 906 ],
906 } 907 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698