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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 9455083: Proxy the PPP_Printing interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 { 399 {
400 'target_name': 'ppapi_example_flash_topmost', 400 'target_name': 'ppapi_example_flash_topmost',
401 'dependencies': [ 401 'dependencies': [
402 'ppapi_example_skeleton', 402 'ppapi_example_skeleton',
403 'ppapi.gyp:ppapi_cpp', 403 'ppapi.gyp:ppapi_cpp',
404 ], 404 ],
405 'sources': [ 405 'sources': [
406 'examples/flash_topmost/flash_topmost.cc', 406 'examples/flash_topmost/flash_topmost.cc',
407 ], 407 ],
408 }, 408 },
409 {
410 'target_name': 'ppapi_example_printing',
411 'dependencies': [
412 'ppapi_example_skeleton',
413 'ppapi.gyp:ppapi_cpp',
414 ],
415 'sources': [
416 'examples/printing/printing.cc',
417 ],
418 },
409 ], 419 ],
410 } 420 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698