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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9592033: Add the array output C API. (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/c/pp_array_output.h ('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) 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h',
8 'c/pp_bool.h', 9 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 11 'c/pp_errors.h',
11 'c/pp_file_info.h', 12 'c/pp_file_info.h',
12 'c/pp_graphics_3d.h', 13 'c/pp_graphics_3d.h',
13 'c/pp_input_event.h', 14 'c/pp_input_event.h',
14 'c/pp_instance.h', 15 'c/pp_instance.h',
15 'c/pp_macros.h', 16 'c/pp_macros.h',
16 'c/pp_module.h', 17 'c/pp_module.h',
17 'c/pp_point.h', 18 'c/pp_point.h',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'c/dev/ppb_transport_dev.h', 442 'c/dev/ppb_transport_dev.h',
442 ], 443 ],
443 'cpp_source_files': [ 444 'cpp_source_files': [
444 'cpp/dev/transport_dev.cc', 445 'cpp/dev/transport_dev.cc',
445 'cpp/dev/transport_dev.h', 446 'cpp/dev/transport_dev.h',
446 ], 447 ],
447 }, 448 },
448 }], 449 }],
449 ], 450 ],
450 } 451 }
OLDNEW
« no previous file with comments | « ppapi/c/pp_array_output.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698