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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 7528006: C++ wrappers for PPB_VideoCapture_Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/cpp/dev/video_capture_dev.cc ('k') | no next file » | 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<(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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'cpp/dev/printing_dev.cc', 205 'cpp/dev/printing_dev.cc',
206 'cpp/dev/printing_dev.h', 206 'cpp/dev/printing_dev.h',
207 'cpp/dev/scrollbar_dev.cc', 207 'cpp/dev/scrollbar_dev.cc',
208 'cpp/dev/scrollbar_dev.h', 208 'cpp/dev/scrollbar_dev.h',
209 'cpp/dev/selection_dev.cc', 209 'cpp/dev/selection_dev.cc',
210 'cpp/dev/selection_dev.h', 210 'cpp/dev/selection_dev.h',
211 'cpp/dev/surface_3d_dev.cc', 211 'cpp/dev/surface_3d_dev.cc',
212 'cpp/dev/surface_3d_dev.h', 212 'cpp/dev/surface_3d_dev.h',
213 'cpp/dev/url_util_dev.cc', 213 'cpp/dev/url_util_dev.cc',
214 'cpp/dev/url_util_dev.h', 214 'cpp/dev/url_util_dev.h',
215 'cpp/dev/video_capture_client_dev.cc',
216 'cpp/dev/video_capture_client_dev.h',
217 'cpp/dev/video_capture_dev.cc',
218 'cpp/dev/video_capture_dev.h',
215 'cpp/dev/video_decoder_client_dev.cc', 219 'cpp/dev/video_decoder_client_dev.cc',
216 'cpp/dev/video_decoder_client_dev.h', 220 'cpp/dev/video_decoder_client_dev.h',
217 'cpp/dev/video_decoder_dev.cc', 221 'cpp/dev/video_decoder_dev.cc',
218 'cpp/dev/video_decoder_dev.h', 222 'cpp/dev/video_decoder_dev.h',
219 'cpp/dev/widget_client_dev.cc', 223 'cpp/dev/widget_client_dev.cc',
220 'cpp/dev/widget_client_dev.h', 224 'cpp/dev/widget_client_dev.h',
221 'cpp/dev/widget_dev.cc', 225 'cpp/dev/widget_dev.cc',
222 'cpp/dev/widget_dev.h', 226 'cpp/dev/widget_dev.h',
223 'cpp/dev/zoom_dev.cc', 227 'cpp/dev/zoom_dev.cc',
224 'cpp/dev/zoom_dev.h', 228 'cpp/dev/zoom_dev.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 }], 281 }],
278 ['OS=="mac"', { 282 ['OS=="mac"', {
279 'xcode_settings': { 283 'xcode_settings': {
280 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 284 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
281 }, 285 },
282 }] 286 }]
283 ], 287 ],
284 }, 288 },
285 ], 289 ],
286 } 290 }
OLDNEW
« no previous file with comments | « ppapi/cpp/dev/video_capture_dev.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698