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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8574029: Microphone support for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/cpp/dev/audio_input_dev.cc ('k') | ppapi/ppapi_proxy.gypi » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_c', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'cpp/url_loader.cc', 191 'cpp/url_loader.cc',
192 'cpp/url_loader.h', 192 'cpp/url_loader.h',
193 'cpp/url_request_info.cc', 193 'cpp/url_request_info.cc',
194 'cpp/url_request_info.h', 194 'cpp/url_request_info.h',
195 'cpp/url_response_info.cc', 195 'cpp/url_response_info.cc',
196 'cpp/url_response_info.h', 196 'cpp/url_response_info.h',
197 'cpp/var.cc', 197 'cpp/var.cc',
198 'cpp/var.h', 198 'cpp/var.h',
199 199
200 # Dev interfaces. 200 # Dev interfaces.
201 'cpp/dev/audio_input_dev.cc',
202 'cpp/dev/audio_input_dev.h',
201 'cpp/dev/buffer_dev.cc', 203 'cpp/dev/buffer_dev.cc',
202 'cpp/dev/buffer_dev.h', 204 'cpp/dev/buffer_dev.h',
203 'cpp/dev/context_3d_dev.cc', 205 'cpp/dev/context_3d_dev.cc',
204 'cpp/dev/context_3d_dev.h', 206 'cpp/dev/context_3d_dev.h',
205 'cpp/dev/directory_entry_dev.cc', 207 'cpp/dev/directory_entry_dev.cc',
206 'cpp/dev/directory_entry_dev.h', 208 'cpp/dev/directory_entry_dev.h',
207 'cpp/dev/directory_reader_dev.cc', 209 'cpp/dev/directory_reader_dev.cc',
208 'cpp/dev/directory_reader_dev.h', 210 'cpp/dev/directory_reader_dev.h',
209 'cpp/dev/file_chooser_dev.cc', 211 'cpp/dev/file_chooser_dev.cc',
210 'cpp/dev/file_chooser_dev.h', 212 'cpp/dev/file_chooser_dev.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 ], 456 ],
455 }, 457 },
456 'dependencies': [ 458 'dependencies': [
457 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 459 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
458 ], 460 ],
459 }, 461 },
460 ], 462 ],
461 }], 463 }],
462 ], 464 ],
463 } 465 }
OLDNEW
« no previous file with comments | « ppapi/cpp/dev/audio_input_dev.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698