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

Side by Side Diff: ppapi/ppapi.gyp

Issue 5567004: Proposed changes to Pepper 3D API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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) 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 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, # Use higher warning level. 8 'chromium_code': 1, # Use higher warning level.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'c/ppb_url_loader.h', 61 'c/ppb_url_loader.h',
62 'c/ppb_url_request_info.h', 62 'c/ppb_url_request_info.h',
63 'c/ppb_url_response_info.h', 63 'c/ppb_url_response_info.h',
64 'c/ppb_var.h', 64 'c/ppb_var.h',
65 'c/ppp.h', 65 'c/ppp.h',
66 'c/ppp_instance.h', 66 'c/ppp_instance.h',
67 67
68 # Dev interfaces. 68 # Dev interfaces.
69 'c/dev/pp_cursor_type_dev.h', 69 'c/dev/pp_cursor_type_dev.h',
70 'c/dev/pp_file_info_dev.h', 70 'c/dev/pp_file_info_dev.h',
71 'c/dev/pp_graphics_3d_dev.h',
71 'c/dev/pp_video_dev.h', 72 'c/dev/pp_video_dev.h',
72 'c/dev/ppb_audio_config_dev.h', 73 'c/dev/ppb_audio_config_dev.h',
73 'c/dev/ppb_audio_dev.h', 74 'c/dev/ppb_audio_dev.h',
74 'c/dev/ppb_audio_trusted_dev.h', 75 'c/dev/ppb_audio_trusted_dev.h',
75 'c/dev/ppb_buffer_dev.h', 76 'c/dev/ppb_buffer_dev.h',
76 'c/dev/ppb_char_set_dev.h', 77 'c/dev/ppb_char_set_dev.h',
78 'c/dev/ppb_context_3d_dev.h',
77 'c/dev/ppb_cursor_control_dev.h', 79 'c/dev/ppb_cursor_control_dev.h',
78 'c/dev/ppb_directory_reader_dev.h', 80 'c/dev/ppb_directory_reader_dev.h',
79 'c/dev/ppb_file_chooser_dev.h', 81 'c/dev/ppb_file_chooser_dev.h',
80 'c/dev/ppb_file_io_dev.h', 82 'c/dev/ppb_file_io_dev.h',
81 'c/dev/ppb_file_io_trusted_dev.h', 83 'c/dev/ppb_file_io_trusted_dev.h',
82 'c/dev/ppb_file_ref_dev.h', 84 'c/dev/ppb_file_ref_dev.h',
83 'c/dev/ppb_file_system_dev.h', 85 'c/dev/ppb_file_system_dev.h',
84 'c/dev/ppb_find_dev.h', 86 'c/dev/ppb_find_dev.h',
85 'c/dev/ppb_font_dev.h', 87 'c/dev/ppb_font_dev.h',
86 'c/dev/ppb_fullscreen_dev.h', 88 'c/dev/ppb_fullscreen_dev.h',
87 'c/dev/ppb_graphics_3d_dev.h', 89 'c/dev/ppb_graphics_3d_dev.h',
88 'c/dev/ppb_opengles_dev.h', 90 'c/dev/ppb_opengles_dev.h',
89 'c/dev/ppb_scrollbar_dev.h', 91 'c/dev/ppb_scrollbar_dev.h',
92 'c/dev/ppb_surface_3d_dev.h',
90 'c/dev/ppb_testing_dev.h', 93 'c/dev/ppb_testing_dev.h',
91 'c/dev/ppb_transport_dev.h', 94 'c/dev/ppb_transport_dev.h',
92 'c/dev/ppb_url_util_dev.h', 95 'c/dev/ppb_url_util_dev.h',
93 'c/dev/ppb_video_decoder_dev.h', 96 'c/dev/ppb_video_decoder_dev.h',
94 'c/dev/ppb_widget_dev.h', 97 'c/dev/ppb_widget_dev.h',
95 'c/dev/ppb_zoom_dev.h', 98 'c/dev/ppb_zoom_dev.h',
96 'c/dev/ppp_cursor_control_dev.h', 99 'c/dev/ppp_cursor_control_dev.h',
97 'c/dev/ppp_find_dev.h', 100 'c/dev/ppp_find_dev.h',
98 'c/dev/ppp_graphics_3d_dev.h', 101 'c/dev/ppp_graphics_3d_dev.h',
99 'c/dev/ppp_scrollbar_dev.h', 102 'c/dev/ppp_scrollbar_dev.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ['OS=="win"', { 612 ['OS=="win"', {
610 }], 613 }],
611 ['OS=="linux"', { 614 ['OS=="linux"', {
612 }], 615 }],
613 ['OS=="mac"', { 616 ['OS=="mac"', {
614 }] 617 }]
615 ], 618 ],
616 }, 619 },
617 ], 620 ],
618 } 621 }
OLDNEW
« ppapi/c/dev/ppb_surface_3d_dev.h ('K') | « ppapi/c/dev/ppb_surface_3d_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698