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

Side by Side Diff: media/BUILD.gn

Issue 1673383002: Add allocator interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/cdm/aes_decryptor_unittest.cc » ('j') | media/cdm/cdm_adapter.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "capture/video/win/video_capture_device_mf_win.cc", 167 "capture/video/win/video_capture_device_mf_win.cc",
168 "capture/video/win/video_capture_device_mf_win.h", 168 "capture/video/win/video_capture_device_mf_win.h",
169 "capture/video/win/video_capture_device_win.cc", 169 "capture/video/win/video_capture_device_win.cc",
170 "capture/video/win/video_capture_device_win.h", 170 "capture/video/win/video_capture_device_win.h",
171 "capture/webm_muxer.cc", 171 "capture/webm_muxer.cc",
172 "capture/webm_muxer.h", 172 "capture/webm_muxer.h",
173 "cdm/aes_decryptor.cc", 173 "cdm/aes_decryptor.cc",
174 "cdm/aes_decryptor.h", 174 "cdm/aes_decryptor.h",
175 "cdm/cdm_adapter.cc", 175 "cdm/cdm_adapter.cc",
176 "cdm/cdm_adapter.h", 176 "cdm/cdm_adapter.h",
177 "cdm/cdm_buffer.cc",
178 "cdm/cdm_buffer.h",
179 "cdm/cdm_buffer_allocator.cc",
180 "cdm/cdm_buffer_allocator.h",
181 "cdm/cdm_buffer_allocator_impl.cc",
182 "cdm/cdm_buffer_allocator_impl.h",
177 "cdm/cdm_buffer_impl.cc", 183 "cdm/cdm_buffer_impl.cc",
178 "cdm/cdm_buffer_impl.h", 184 "cdm/cdm_buffer_impl.h",
179 "cdm/cdm_helpers.cc", 185 "cdm/cdm_helpers.cc",
180 "cdm/cdm_helpers.h", 186 "cdm/cdm_helpers.h",
181 "cdm/default_cdm_factory.cc", 187 "cdm/default_cdm_factory.cc",
182 "cdm/default_cdm_factory.h", 188 "cdm/default_cdm_factory.h",
183 "cdm/json_web_key.cc", 189 "cdm/json_web_key.cc",
184 "cdm/json_web_key.h", 190 "cdm/json_web_key.h",
185 "cdm/key_system_names.cc", 191 "cdm/key_system_names.cc",
186 "cdm/key_system_names.h", 192 "cdm/key_system_names.h",
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "//media/base:test_support", 917 "//media/base:test_support",
912 "//media/test:pipeline_integration_tests", 918 "//media/test:pipeline_integration_tests",
913 "//testing/gmock", 919 "//testing/gmock",
914 "//testing/gtest", 920 "//testing/gtest",
915 "//third_party/ffmpeg", 921 "//third_party/ffmpeg",
916 "//ui/gfx:test_support", 922 "//ui/gfx:test_support",
917 "//ui/gfx/geometry", 923 "//ui/gfx/geometry",
918 ] 924 ]
919 } 925 }
920 } 926 }
OLDNEW
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('j') | media/cdm/cdm_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698