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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8138008: Implementation of ppapi audio. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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
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<(nacl_ppapi_library_suffix)', 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'cpp/url_loader.cc', 184 'cpp/url_loader.cc',
185 'cpp/url_loader.h', 185 'cpp/url_loader.h',
186 'cpp/url_request_info.cc', 186 'cpp/url_request_info.cc',
187 'cpp/url_request_info.h', 187 'cpp/url_request_info.h',
188 'cpp/url_response_info.cc', 188 'cpp/url_response_info.cc',
189 'cpp/url_response_info.h', 189 'cpp/url_response_info.h',
190 'cpp/var.cc', 190 'cpp/var.cc',
191 'cpp/var.h', 191 'cpp/var.h',
192 192
193 # Dev interfaces. 193 # Dev interfaces.
194 'cpp/dev/audio_input_dev.cc',
195 'cpp/dev/audio_input_dev.h',
194 'cpp/dev/buffer_dev.cc', 196 'cpp/dev/buffer_dev.cc',
195 'cpp/dev/buffer_dev.h', 197 'cpp/dev/buffer_dev.h',
196 'cpp/dev/context_3d_dev.cc', 198 'cpp/dev/context_3d_dev.cc',
197 'cpp/dev/context_3d_dev.h', 199 'cpp/dev/context_3d_dev.h',
198 'cpp/dev/directory_entry_dev.cc', 200 'cpp/dev/directory_entry_dev.cc',
199 'cpp/dev/directory_entry_dev.h', 201 'cpp/dev/directory_entry_dev.h',
200 'cpp/dev/directory_reader_dev.cc', 202 'cpp/dev/directory_reader_dev.cc',
201 'cpp/dev/directory_reader_dev.h', 203 'cpp/dev/directory_reader_dev.h',
202 'cpp/dev/file_chooser_dev.cc', 204 'cpp/dev/file_chooser_dev.cc',
203 'cpp/dev/file_chooser_dev.h', 205 'cpp/dev/file_chooser_dev.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 }], 298 }],
297 ['OS=="mac"', { 299 ['OS=="mac"', {
298 'xcode_settings': { 300 'xcode_settings': {
299 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 301 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
300 }, 302 },
301 }] 303 }]
302 ], 304 ],
303 }, 305 },
304 ], 306 ],
305 } 307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698