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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 156863005: [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@frame_to_buffer
Patch Set: Update Created 6 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_audio_buffer.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
7 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
8 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
9 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
10 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
11 '../../../../ppapi/utility/websocket', 11 '../../../../ppapi/utility/websocket',
12 ], 12 ],
13 'TARGETS': [ 13 'TARGETS': [
14 { 14 {
15 'NAME' : 'ppapi_cpp', 15 'NAME' : 'ppapi_cpp',
16 'TYPE' : 'lib', 16 'TYPE' : 'lib',
17 'SOURCES' : [ 17 'SOURCES' : [
18 # ppapi/cpp 18 # ppapi/cpp
19 'array_output.cc', 19 'array_output.cc',
20 'audio.cc', 20 'audio.cc',
21 'audio_buffer.cc',
21 'audio_config.cc', 22 'audio_config.cc',
22 'audio_frame.cc',
23 'core.cc', 23 'core.cc',
24 'directory_entry.cc', 24 'directory_entry.cc',
25 'file_io.cc', 25 'file_io.cc',
26 'file_ref.cc', 26 'file_ref.cc',
27 'file_system.cc', 27 'file_system.cc',
28 'fullscreen.cc', 28 'fullscreen.cc',
29 'graphics_2d.cc', 29 'graphics_2d.cc',
30 'graphics_3d.cc', 30 'graphics_3d.cc',
31 'graphics_3d_client.cc', 31 'graphics_3d_client.cc',
32 'host_resolver.cc', 32 'host_resolver.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 # ppapi/utility/threading 105 # ppapi/utility/threading
106 'lock.cc', 106 'lock.cc',
107 'simple_thread.cc', 107 'simple_thread.cc',
108 ], 108 ],
109 } 109 }
110 ], 110 ],
111 'HEADERS': [ 111 'HEADERS': [
112 { 112 {
113 'FILES': [ 113 'FILES': [
114 'array_output.h', 114 'array_output.h',
115 'audio_buffer.h',
115 'audio_config.h', 116 'audio_config.h',
116 'audio_frame.h',
117 'audio.h', 117 'audio.h',
118 'completion_callback.h', 118 'completion_callback.h',
119 'core.h', 119 'core.h',
120 'directory_entry.h', 120 'directory_entry.h',
121 'file_io.h', 121 'file_io.h',
122 'file_ref.h', 122 'file_ref.h',
123 'file_system.h', 123 'file_system.h',
124 'fullscreen.h', 124 'fullscreen.h',
125 'graphics_2d.h', 125 'graphics_2d.h',
126 'graphics_3d_client.h', 126 'graphics_3d_client.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'lock.h', 253 'lock.h',
254 'simple_thread.h', 254 'simple_thread.h',
255 ], 255 ],
256 'DEST': 'include/ppapi/utility/threading', 256 'DEST': 'include/ppapi/utility/threading',
257 }, 257 },
258 ], 258 ],
259 'DEST': 'src', 259 'DEST': 'src',
260 'NAME': 'ppapi_cpp', 260 'NAME': 'ppapi_cpp',
261 } 261 }
262 262
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_audio_buffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698