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

Side by Side Diff: ppapi/ppapi_c.gypi

Issue 8635015: Refactor use of ppapi_cpp and ppapi_tests to avoid include of untrusted.gypi (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « ppapi/ppapi.gyp ('k') | ppapi/ppapi_cpp.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'ppapi_c',
9 'type': 'none',
10 'all_dependent_settings': {
11 'include_dirs+': [
12 '..',
13 ],
14 },
15 'sources': [
16 'c/pp_bool.h',
17 'c/pp_completion_callback.h',
18 'c/pp_errors.h',
19 'c/pp_file_info.h',
20 'c/pp_graphics_3d.h',
21 'c/pp_input_event.h',
22 'c/pp_instance.h',
23 'c/pp_macros.h',
24 'c/pp_module.h',
25 'c/pp_point.h',
26 'c/pp_rect.h',
27 'c/pp_resource.h',
28 'c/pp_size.h',
29 'c/pp_stdint.h',
30 'c/pp_time.h',
31 'c/pp_var.h',
32 'c/ppb.h',
33 'c/ppb_audio.h',
34 'c/ppb_audio_config.h',
35 'c/ppb_core.h',
36 'c/ppb_file_io.h',
37 'c/ppb_file_ref.h',
38 'c/ppb_file_system.h',
39 'c/ppb_fullscreen.h',
40 'c/ppb_graphics_2d.h',
41 'c/ppb_graphics_3d.h',
42 'c/ppb_image_data.h',
43 'c/ppb_input_event.h',
44 'c/ppb_instance.h',
45 'c/ppb_messaging.h',
46 'c/ppb_mouse_lock.h',
47 'c/ppb_opengles2.h',
48 'c/ppb_url_loader.h',
49 'c/ppb_url_request_info.h',
50 'c/ppb_url_response_info.h',
51 'c/ppb_var.h',
52 'c/ppp.h',
53 'c/ppp_graphics_3d.h',
54 'c/ppp_input_event.h',
55 'c/ppp_instance.h',
56 'c/ppp_messaging.h',
57 'c/ppp_mouse_lock.h',
58
59 # Dev interfaces.
60 'c/dev/pp_cursor_type_dev.h',
61 'c/dev/pp_video_dev.h',
62 'c/dev/ppb_buffer_dev.h',
63 'c/dev/ppb_char_set_dev.h',
64 'c/dev/ppb_context_3d_dev.h',
65 'c/dev/ppb_context_3d_trusted_dev.h',
66 'c/dev/ppb_console_dev.h',
67 'c/dev/ppb_cursor_control_dev.h',
68 'c/dev/ppb_directory_reader_dev.h',
69 'c/dev/ppb_file_chooser_dev.h',
70 'c/dev/ppb_find_dev.h',
71 'c/dev/ppb_font_dev.h',
72 'c/dev/ppb_fullscreen_dev.h',
73 'c/dev/ppb_ime_input_event_dev.h',
74 'c/dev/ppb_memory_dev.h',
75 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_surface_3d_dev.h',
77 'c/dev/ppb_testing_dev.h',
78 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h',
80 'c/dev/ppb_websocket_dev.h',
81 'c/dev/ppb_widget_dev.h',
82 'c/dev/ppb_zoom_dev.h',
83 'c/dev/ppp_cursor_control_dev.h',
84 'c/dev/ppp_find_dev.h',
85 'c/dev/ppp_network_state_dev.h',
86 'c/dev/ppp_scrollbar_dev.h',
87 'c/dev/ppp_selection_dev.h',
88 'c/dev/ppb_text_input_dev.h',
89 'c/dev/ppp_video_decoder_dev.h',
90 'c/dev/ppp_widget_dev.h',
91 'c/dev/ppp_zoom_dev.h',
92
93 # Private interfaces.
94 'c/private/ppb_flash.h',
95 'c/private/ppb_flash_clipboard.h',
96 'c/private/ppb_flash_file.h',
97 'c/private/ppb_flash_fullscreen.h',
98 'c/private/ppb_flash_menu.h',
99 'c/private/ppb_flash_net_connector.h',
100 'c/private/ppb_flash_tcp_socket.h',
101 'c/private/ppb_flash_udp_socket.h',
102 'c/private/ppb_gpu_blacklist_private.h',
103 'c/private/ppb_instance_private.h',
104 'c/private/ppb_nacl_private.h',
105 'c/private/ppb_net_address_private.h',
106 'c/private/ppb_pdf.h',
107 'c/private/ppb_proxy_private.h',
108 'c/private/ppp_instance_private.h',
109 'c/private/ppb_tcp_socket_private.h',
110 'c/private/ppb_udp_socket_private.h',
111
112 # Deprecated interfaces.
113 'c/dev/deprecated_bool.h',
114 'c/dev/ppb_var_deprecated.h',
115 'c/dev/ppp_class_deprecated.h',
116
117 # Trusted interfaces.
118 'c/trusted/ppb_audio_trusted.h',
119 'c/trusted/ppb_broker_trusted.h',
120 'c/trusted/ppb_buffer_trusted.h',
121 'c/trusted/ppb_file_chooser_trusted.h',
122 'c/trusted/ppb_file_io_trusted.h',
123 'c/trusted/ppb_graphics_3d_trusted.h',
124 'c/trusted/ppb_image_data_trusted.h',
125 'c/trusted/ppb_url_loader_trusted.h',
126 'c/trusted/ppp_broker.h',
127 ],
128 'conditions': [
129 ['p2p_apis==1', {
130 'sources': [
131 'c/dev/ppb_transport_dev.h',
132 ],
133 }],
134 ],
135 },
136 ],
137 }
OLDNEW
« no previous file with comments | « ppapi/ppapi.gyp ('k') | ppapi/ppapi_cpp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698