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

Side by Side Diff: ppapi/ppapi.gyp

Issue 6062003: Added ppapi::Context3D interface. The API has already been reviewed. I am add... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 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/cpp/instance.cc ('k') | ppapi/tests/all_c_includes.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'includes': [ 6 'includes': [
7 '../third_party/mesa/mesa.gypi', 7 '../third_party/mesa/mesa.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, # Use higher warning level. 10 'chromium_code': 1, # Use higher warning level.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'c/ppb_url_loader.h', 59 'c/ppb_url_loader.h',
60 'c/ppb_url_request_info.h', 60 'c/ppb_url_request_info.h',
61 'c/ppb_url_response_info.h', 61 'c/ppb_url_response_info.h',
62 'c/ppb_var.h', 62 'c/ppb_var.h',
63 'c/ppp.h', 63 'c/ppp.h',
64 'c/ppp_instance.h', 64 'c/ppp_instance.h',
65 65
66 # Dev interfaces. 66 # Dev interfaces.
67 'c/dev/pp_cursor_type_dev.h', 67 'c/dev/pp_cursor_type_dev.h',
68 'c/dev/pp_file_info_dev.h', 68 'c/dev/pp_file_info_dev.h',
69 'c/dev/pp_graphics_3d_dev.h',
69 'c/dev/pp_video_dev.h', 70 'c/dev/pp_video_dev.h',
70 'c/dev/ppb_audio_config_dev.h', 71 'c/dev/ppb_audio_config_dev.h',
71 'c/dev/ppb_audio_dev.h', 72 'c/dev/ppb_audio_dev.h',
72 'c/dev/ppb_audio_trusted_dev.h', 73 'c/dev/ppb_audio_trusted_dev.h',
73 'c/dev/ppb_buffer_dev.h', 74 'c/dev/ppb_buffer_dev.h',
74 'c/dev/ppb_char_set_dev.h', 75 'c/dev/ppb_char_set_dev.h',
76 'c/dev/ppb_context_3d_dev.h',
75 'c/dev/ppb_cursor_control_dev.h', 77 'c/dev/ppb_cursor_control_dev.h',
76 'c/dev/ppb_directory_reader_dev.h', 78 'c/dev/ppb_directory_reader_dev.h',
77 'c/dev/ppb_file_chooser_dev.h', 79 'c/dev/ppb_file_chooser_dev.h',
78 'c/dev/ppb_file_io_dev.h', 80 'c/dev/ppb_file_io_dev.h',
79 'c/dev/ppb_file_io_trusted_dev.h', 81 'c/dev/ppb_file_io_trusted_dev.h',
80 'c/dev/ppb_file_ref_dev.h', 82 'c/dev/ppb_file_ref_dev.h',
81 'c/dev/ppb_file_system_dev.h', 83 'c/dev/ppb_file_system_dev.h',
82 'c/dev/ppb_find_dev.h', 84 'c/dev/ppb_find_dev.h',
83 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
84 'c/dev/ppb_fullscreen_dev.h', 86 'c/dev/ppb_fullscreen_dev.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'cpp/var.cc', 159 'cpp/var.cc',
158 'cpp/var.h', 160 'cpp/var.h',
159 161
160 # Dev interfaces. 162 # Dev interfaces.
161 'cpp/dev/audio_config_dev.cc', 163 'cpp/dev/audio_config_dev.cc',
162 'cpp/dev/audio_config_dev.h', 164 'cpp/dev/audio_config_dev.h',
163 'cpp/dev/audio_dev.cc', 165 'cpp/dev/audio_dev.cc',
164 'cpp/dev/audio_dev.h', 166 'cpp/dev/audio_dev.h',
165 'cpp/dev/buffer_dev.cc', 167 'cpp/dev/buffer_dev.cc',
166 'cpp/dev/buffer_dev.h', 168 'cpp/dev/buffer_dev.h',
169 'cpp/dev/context_3d_dev.cc',
170 'cpp/dev/context_3d_dev.h',
167 'cpp/dev/directory_entry_dev.cc', 171 'cpp/dev/directory_entry_dev.cc',
168 'cpp/dev/directory_entry_dev.h', 172 'cpp/dev/directory_entry_dev.h',
169 'cpp/dev/directory_reader_dev.cc', 173 'cpp/dev/directory_reader_dev.cc',
170 'cpp/dev/directory_reader_dev.h', 174 'cpp/dev/directory_reader_dev.h',
171 'cpp/dev/file_chooser_dev.cc', 175 'cpp/dev/file_chooser_dev.cc',
172 'cpp/dev/file_chooser_dev.h', 176 'cpp/dev/file_chooser_dev.h',
173 'cpp/dev/file_io_dev.cc', 177 'cpp/dev/file_io_dev.cc',
174 'cpp/dev/file_io_dev.h', 178 'cpp/dev/file_io_dev.h',
175 'cpp/dev/file_ref_dev.cc', 179 'cpp/dev/file_ref_dev.cc',
176 'cpp/dev/file_ref_dev.h', 180 'cpp/dev/file_ref_dev.h',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 ['OS=="win"', { 673 ['OS=="win"', {
670 }], 674 }],
671 ['OS=="linux"', { 675 ['OS=="linux"', {
672 }], 676 }],
673 ['OS=="mac"', { 677 ['OS=="mac"', {
674 }] 678 }]
675 ], 679 ],
676 }, 680 },
677 ], 681 ],
678 } 682 }
OLDNEW
« no previous file with comments | « ppapi/cpp/instance.cc ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698