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

Side by Side Diff: media/cdm/ppapi/BUILD.gn

Issue 2429773002: osmesa, cdmadapter: drop workaround for VS2013 allocator shim
Patch Set: add nogncheck around trivial base includes from headers used by the cdm adapter Created 4 years, 2 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/cdm/cdm_wrapper.h ('k') | media/cdm/ppapi/cdm_file_io_impl.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 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/process_version_rc_template.gni") 6 import("//chrome/process_version_rc_template.gni")
7 import("//media/cdm/ppapi/cdm_paths.gni") 7 import("//media/cdm/ppapi/cdm_paths.gni")
8 import("//media/cdm/ppapi/ppapi_cdm_adapter.gni") 8 import("//media/cdm/ppapi/ppapi_cdm_adapter.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 61
62 ppapi_cdm_adapter("clearkeycdmadapter") { 62 ppapi_cdm_adapter("clearkeycdmadapter") {
63 output_dir = "$root_out_dir/$clearkey_cdm_path" 63 output_dir = "$root_out_dir/$clearkey_cdm_path"
64 64
65 # Check whether the plugin's origin URL is valid. 65 # Check whether the plugin's origin URL is valid.
66 defines = [ "CHECK_DOCUMENT_URL" ] 66 defines = [ "CHECK_DOCUMENT_URL" ]
67 deps = [ 67 deps = [
68 ":clearkeycdm", 68 ":clearkeycdm",
69 ":clearkeycdmadapter_resources", 69 ":clearkeycdmadapter_resources",
70 "//base", # Required for the allocator implementation.
71 "//media:shared_memory_support", 70 "//media:shared_memory_support",
72 "//ui/gfx/geometry", 71 "//ui/gfx/geometry",
73 ] 72 ]
74 } 73 }
OLDNEW
« no previous file with comments | « media/cdm/cdm_wrapper.h ('k') | media/cdm/ppapi/cdm_file_io_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698