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

Side by Side Diff: content/common/BUILD.gn

Issue 2425663003: media: Use native CDM enum types in media mojo interfaces (Closed)
Patch Set: comments addressed 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 | « no previous file | content/common/content_message_generator.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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "mac/attributed_string_coder.h", 193 "mac/attributed_string_coder.h",
194 "mac/attributed_string_coder.mm", 194 "mac/attributed_string_coder.mm",
195 "mac/font_descriptor.h", 195 "mac/font_descriptor.h",
196 "mac/font_descriptor.mm", 196 "mac/font_descriptor.mm",
197 "mac/font_loader.h", 197 "mac/font_loader.h",
198 "mac/font_loader.mm", 198 "mac/font_loader.mm",
199 "manifest_manager_messages.h", 199 "manifest_manager_messages.h",
200 "media/aec_dump_messages.h", 200 "media/aec_dump_messages.h",
201 "media/audio_messages.h", 201 "media/audio_messages.h",
202 "media/cdm_info.cc", 202 "media/cdm_info.cc",
203 "media/cdm_messages.h",
204 "media/cdm_messages_enums.h",
205 "media/media_devices.cc", 203 "media/media_devices.cc",
206 "media/media_devices.h", 204 "media/media_devices.h",
207 "media/media_devices_param_traits.cc", 205 "media/media_devices_param_traits.cc",
208 "media/media_devices_param_traits.h", 206 "media/media_devices_param_traits.h",
209 "media/media_player_delegate_messages.h", 207 "media/media_player_delegate_messages.h",
210 "media/media_player_messages_android.h", 208 "media/media_player_messages_android.h",
211 "media/media_stream_messages.h", 209 "media/media_stream_messages.h",
212 "media/media_stream_options.cc", 210 "media/media_stream_options.cc",
213 "media/media_stream_options.h", 211 "media/media_stream_options.h",
214 "media/media_stream_track_metrics_host_messages.h", 212 "media/media_stream_track_metrics_host_messages.h",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "//ui/gfx/geometry/mojo", 595 "//ui/gfx/geometry/mojo",
598 "//ui/gfx/mojo", 596 "//ui/gfx/mojo",
599 "//url/mojo:url_mojom_gurl", 597 "//url/mojo:url_mojom_gurl",
600 "//url/mojo:url_mojom_origin", 598 "//url/mojo:url_mojom_origin",
601 ] 599 ]
602 600
603 export_class_attribute = "CONTENT_EXPORT" 601 export_class_attribute = "CONTENT_EXPORT"
604 export_define = "CONTENT_IMPLEMENTATION=1" 602 export_define = "CONTENT_IMPLEMENTATION=1"
605 export_header = "content/common/content_export.h" 603 export_header = "content/common/content_export.h"
606 } 604 }
OLDNEW
« no previous file with comments | « no previous file | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698