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

Side by Side Diff: ppapi/c/BUILD.gn

Issue 2755613002: Support audio output device enumeration and selection in PPAPI (Closed)
Patch Set: Fix format, Rebase Created 3 years, 8 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 | « ppapi/api/dev/ppb_device_ref_dev.idl ('k') | ppapi/c/dev/ppb_audio_output_dev.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # These are just headers. 5 # These are just headers.
6 source_set("c") { 6 source_set("c") {
7 sources = [ 7 sources = [
8 "pp_array_output.h", 8 "pp_array_output.h",
9 "pp_bool.h", 9 "pp_bool.h",
10 "pp_codecs.h", 10 "pp_codecs.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "ppp_message_handler.h", 80 "ppp_message_handler.h",
81 "ppp_messaging.h", 81 "ppp_messaging.h",
82 "ppp_mouse_lock.h", 82 "ppp_mouse_lock.h",
83 83
84 # Dev interfaces. 84 # Dev interfaces.
85 "dev/pp_cursor_type_dev.h", 85 "dev/pp_cursor_type_dev.h",
86 "dev/pp_print_settings_dev.h", 86 "dev/pp_print_settings_dev.h",
87 "dev/pp_video_capture_dev.h", 87 "dev/pp_video_capture_dev.h",
88 "dev/pp_video_dev.h", 88 "dev/pp_video_dev.h",
89 "dev/ppb_audio_input_dev.h", 89 "dev/ppb_audio_input_dev.h",
90 "dev/ppb_audio_output_dev.h",
90 "dev/ppb_buffer_dev.h", 91 "dev/ppb_buffer_dev.h",
91 "dev/ppb_char_set_dev.h", 92 "dev/ppb_char_set_dev.h",
92 "dev/ppb_crypto_dev.h", 93 "dev/ppb_crypto_dev.h",
93 "dev/ppb_cursor_control_dev.h", 94 "dev/ppb_cursor_control_dev.h",
94 "dev/ppb_device_ref_dev.h", 95 "dev/ppb_device_ref_dev.h",
95 "dev/ppb_file_chooser_dev.h", 96 "dev/ppb_file_chooser_dev.h",
96 "dev/ppb_gles_chromium_texture_mapping_dev.h", 97 "dev/ppb_gles_chromium_texture_mapping_dev.h",
97 "dev/ppb_ime_input_event_dev.h", 98 "dev/ppb_ime_input_event_dev.h",
98 "dev/ppb_memory_dev.h", 99 "dev/ppb_memory_dev.h",
99 "dev/ppb_opengles2ext_dev.h", 100 "dev/ppb_opengles2ext_dev.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 166
166 # Trusted interfaces. 167 # Trusted interfaces.
167 "trusted/ppb_broker_trusted.h", 168 "trusted/ppb_broker_trusted.h",
168 "trusted/ppb_browser_font_trusted.h", 169 "trusted/ppb_browser_font_trusted.h",
169 "trusted/ppb_char_set_trusted.h", 170 "trusted/ppb_char_set_trusted.h",
170 "trusted/ppb_file_chooser_trusted.h", 171 "trusted/ppb_file_chooser_trusted.h",
171 "trusted/ppb_url_loader_trusted.h", 172 "trusted/ppb_url_loader_trusted.h",
172 "trusted/ppp_broker.h", 173 "trusted/ppp_broker.h",
173 ] 174 ]
174 } 175 }
OLDNEW
« no previous file with comments | « ppapi/api/dev/ppb_device_ref_dev.idl ('k') | ppapi/c/dev/ppb_audio_output_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698