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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 11416214: PPAPI: Move PPB_Console out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
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',
11 'c/pp_errors.h', 11 'c/pp_errors.h',
12 'c/pp_file_info.h', 12 'c/pp_file_info.h',
13 'c/pp_graphics_3d.h', 13 'c/pp_graphics_3d.h',
14 'c/pp_input_event.h', 14 'c/pp_input_event.h',
15 'c/pp_instance.h', 15 'c/pp_instance.h',
16 'c/pp_macros.h', 16 'c/pp_macros.h',
17 'c/pp_module.h', 17 'c/pp_module.h',
18 'c/pp_point.h', 18 'c/pp_point.h',
19 'c/pp_rect.h', 19 'c/pp_rect.h',
20 'c/pp_resource.h', 20 'c/pp_resource.h',
21 'c/pp_size.h', 21 'c/pp_size.h',
22 'c/pp_stdint.h', 22 'c/pp_stdint.h',
23 'c/pp_time.h', 23 'c/pp_time.h',
24 'c/pp_var.h', 24 'c/pp_var.h',
25 'c/ppb.h', 25 'c/ppb.h',
26 'c/ppb_audio.h', 26 'c/ppb_audio.h',
27 'c/ppb_audio_config.h', 27 'c/ppb_audio_config.h',
28 'c/ppb_console.h',
28 'c/ppb_core.h', 29 'c/ppb_core.h',
29 'c/ppb_file_io.h', 30 'c/ppb_file_io.h',
30 'c/ppb_file_ref.h', 31 'c/ppb_file_ref.h',
31 'c/ppb_file_system.h', 32 'c/ppb_file_system.h',
32 'c/ppb_fullscreen.h', 33 'c/ppb_fullscreen.h',
33 'c/ppb_gamepad.h', 34 'c/ppb_gamepad.h',
34 'c/ppb_graphics_2d.h', 35 'c/ppb_graphics_2d.h',
35 'c/ppb_graphics_3d.h', 36 'c/ppb_graphics_3d.h',
36 'c/ppb_image_data.h', 37 'c/ppb_image_data.h',
37 'c/ppb_input_event.h', 38 'c/ppb_input_event.h',
(...skipping 16 matching lines...) Expand all
54 'c/ppp_input_event.h', 55 'c/ppp_input_event.h',
55 'c/ppp_instance.h', 56 'c/ppp_instance.h',
56 'c/ppp_messaging.h', 57 'c/ppp_messaging.h',
57 'c/ppp_mouse_lock.h', 58 'c/ppp_mouse_lock.h',
58 59
59 # Dev interfaces. 60 # Dev interfaces.
60 'c/dev/pp_cursor_type_dev.h', 61 'c/dev/pp_cursor_type_dev.h',
61 'c/dev/pp_video_dev.h', 62 'c/dev/pp_video_dev.h',
62 'c/dev/ppb_buffer_dev.h', 63 'c/dev/ppb_buffer_dev.h',
63 'c/dev/ppb_char_set_dev.h', 64 'c/dev/ppb_char_set_dev.h',
64 'c/dev/ppb_console_dev.h',
65 'c/dev/ppb_cursor_control_dev.h', 65 'c/dev/ppb_cursor_control_dev.h',
66 'c/dev/ppb_device_ref_dev.h', 66 'c/dev/ppb_device_ref_dev.h',
67 'c/dev/ppb_directory_reader_dev.h', 67 'c/dev/ppb_directory_reader_dev.h',
68 'c/dev/ppb_file_chooser_dev.h', 68 'c/dev/ppb_file_chooser_dev.h',
69 'c/dev/ppb_find_dev.h', 69 'c/dev/ppb_find_dev.h',
70 'c/dev/ppb_font_dev.h', 70 'c/dev/ppb_font_dev.h',
71 'c/dev/ppb_ime_input_event_dev.h', 71 'c/dev/ppb_ime_input_event_dev.h',
72 'c/dev/ppb_memory_dev.h', 72 'c/dev/ppb_memory_dev.h',
73 'c/dev/ppb_printing_dev.h', 73 'c/dev/ppb_printing_dev.h',
74 'c/dev/ppb_resource_array_dev.h', 74 'c/dev/ppb_resource_array_dev.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'tests/test_x509_certificate_private.h', 470 'tests/test_x509_certificate_private.h',
471 471
472 # Deprecated test cases. 472 # Deprecated test cases.
473 'tests/test_instance_deprecated.cc', 473 'tests/test_instance_deprecated.cc',
474 'tests/test_instance_deprecated.h', 474 'tests/test_instance_deprecated.h',
475 'tests/test_var_deprecated.cc', 475 'tests/test_var_deprecated.cc',
476 'tests/test_var_deprecated.h', 476 'tests/test_var_deprecated.h',
477 ], 477 ],
478 }, 478 },
479 } 479 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698