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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/ppapi_sources.gypi ('k') | ppapi/proxy/ext_crx_file_system_private_resource.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'target_name': 'ppapi_example_cc_stub', 264 'target_name': 'ppapi_example_cc_stub',
265 'dependencies': [ 265 'dependencies': [
266 'ppapi_example_skeleton', 266 'ppapi_example_skeleton',
267 'ppapi.gyp:ppapi_cpp', 267 'ppapi.gyp:ppapi_cpp',
268 ], 268 ],
269 'sources': [ 269 'sources': [
270 'examples/stub/stub.cc', 270 'examples/stub/stub.cc',
271 ], 271 ],
272 }, 272 },
273 { 273 {
274 'target_name': 'ppapi_example_crxfs',
275 'dependencies': [
276 'ppapi_example_skeleton',
277 'ppapi.gyp:ppapi_cpp',
278 ],
279 'sources': [
280 'examples/crxfs/crxfs.cc',
281 ],
282 },
283 {
274 'target_name': 'ppapi_example_audio', 284 'target_name': 'ppapi_example_audio',
275 'dependencies': [ 285 'dependencies': [
276 'ppapi_example_skeleton', 286 'ppapi_example_skeleton',
277 'ppapi.gyp:ppapi_cpp', 287 'ppapi.gyp:ppapi_cpp',
278 ], 288 ],
279 'sources': [ 289 'sources': [
280 'examples/audio/audio.cc', 290 'examples/audio/audio.cc',
281 ], 291 ],
282 }, 292 },
283 { 293 {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'ppapi.gyp:ppapi_cpp', 487 'ppapi.gyp:ppapi_cpp',
478 ], 488 ],
479 'sources': [ 489 'sources': [
480 'examples/printing/printing.cc', 490 'examples/printing/printing.cc',
481 ], 491 ],
482 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 492 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
483 'msvs_disabled_warnings': [ 4267, ], 493 'msvs_disabled_warnings': [ 4267, ],
484 }, 494 },
485 ], 495 ],
486 } 496 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/ext_crx_file_system_private_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698