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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missing return Created 6 years, 10 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_shared.gypi ('k') | ppapi/proxy/file_io_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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 12 matching lines...) Expand all
23 'c/pp_time.h', 23 'c/pp_time.h',
24 'c/pp_touch_point.h', 24 'c/pp_touch_point.h',
25 'c/pp_var.h', 25 'c/pp_var.h',
26 'c/ppb.h', 26 'c/ppb.h',
27 'c/ppb_audio.h', 27 'c/ppb_audio.h',
28 'c/ppb_audio_config.h', 28 'c/ppb_audio_config.h',
29 'c/ppb_audio_frame.h', 29 'c/ppb_audio_frame.h',
30 'c/ppb_console.h', 30 'c/ppb_console.h',
31 'c/ppb_core.h', 31 'c/ppb_core.h',
32 'c/ppb_file_io.h', 32 'c/ppb_file_io.h',
33 'c/ppb_file_mapping.h',
33 'c/ppb_file_ref.h', 34 'c/ppb_file_ref.h',
34 'c/ppb_file_system.h', 35 'c/ppb_file_system.h',
35 'c/ppb_fullscreen.h', 36 'c/ppb_fullscreen.h',
36 'c/ppb_gamepad.h', 37 'c/ppb_gamepad.h',
37 'c/ppb_graphics_2d.h', 38 'c/ppb_graphics_2d.h',
38 'c/ppb_graphics_3d.h', 39 'c/ppb_graphics_3d.h',
39 'c/ppb_host_resolver.h', 40 'c/ppb_host_resolver.h',
40 'c/ppb_image_data.h', 41 'c/ppb_image_data.h',
41 'c/ppb_input_event.h', 42 'c/ppb_input_event.h',
42 'c/ppb_instance.h', 43 'c/ppb_instance.h',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'tests/test_console.cc', 427 'tests/test_console.cc',
427 'tests/test_console.h', 428 'tests/test_console.h',
428 'tests/test_core.cc', 429 'tests/test_core.cc',
429 'tests/test_core.h', 430 'tests/test_core.h',
430 'tests/test_cursor_control.cc', 431 'tests/test_cursor_control.cc',
431 'tests/test_cursor_control.h', 432 'tests/test_cursor_control.h',
432 'tests/test_empty.cc', 433 'tests/test_empty.cc',
433 'tests/test_empty.h', 434 'tests/test_empty.h',
434 'tests/test_file_io.cc', 435 'tests/test_file_io.cc',
435 'tests/test_file_io.h', 436 'tests/test_file_io.h',
437 'tests/test_file_mapping.cc',
438 'tests/test_file_mapping.h',
436 'tests/test_file_ref.cc', 439 'tests/test_file_ref.cc',
437 'tests/test_file_ref.h', 440 'tests/test_file_ref.h',
438 'tests/test_file_system.cc', 441 'tests/test_file_system.cc',
439 'tests/test_file_system.h', 442 'tests/test_file_system.h',
440 'tests/test_fullscreen.cc', 443 'tests/test_fullscreen.cc',
441 'tests/test_fullscreen.h', 444 'tests/test_fullscreen.h',
442 'tests/test_graphics_2d.cc', 445 'tests/test_graphics_2d.cc',
443 'tests/test_graphics_2d.h', 446 'tests/test_graphics_2d.h',
444 'tests/test_graphics_3d.cc', 447 'tests/test_graphics_3d.cc',
445 'tests/test_graphics_3d.h', 448 'tests/test_graphics_3d.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'tests/test_x509_certificate_private.h', 586 'tests/test_x509_certificate_private.h',
584 587
585 # Deprecated test cases. 588 # Deprecated test cases.
586 'tests/test_instance_deprecated.cc', 589 'tests/test_instance_deprecated.cc',
587 'tests/test_instance_deprecated.h', 590 'tests/test_instance_deprecated.h',
588 'tests/test_var_deprecated.cc', 591 'tests/test_var_deprecated.cc',
589 'tests/test_var_deprecated.h', 592 'tests/test_var_deprecated.h',
590 ], 593 ],
591 }, 594 },
592 } 595 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/file_io_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698