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

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
« no previous file with comments | « ppapi/c/dev/ppb_surface_3d_dev.h ('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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'c/dev/ppb_file_io_dev.h', 80 'c/dev/ppb_file_io_dev.h',
81 'c/dev/ppb_file_io_trusted_dev.h', 81 'c/dev/ppb_file_io_trusted_dev.h',
82 'c/dev/ppb_file_ref_dev.h', 82 'c/dev/ppb_file_ref_dev.h',
83 'c/dev/ppb_file_system_dev.h', 83 'c/dev/ppb_file_system_dev.h',
84 'c/dev/ppb_find_dev.h', 84 'c/dev/ppb_find_dev.h',
85 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
86 'c/dev/ppb_fullscreen_dev.h', 86 'c/dev/ppb_fullscreen_dev.h',
87 'c/dev/ppb_graphics_3d_dev.h', 87 'c/dev/ppb_graphics_3d_dev.h',
88 'c/dev/ppb_opengles_dev.h', 88 'c/dev/ppb_opengles_dev.h',
89 'c/dev/ppb_scrollbar_dev.h', 89 'c/dev/ppb_scrollbar_dev.h',
90 'c/dev/ppb_surface_3d_dev.h',
90 'c/dev/ppb_testing_dev.h', 91 'c/dev/ppb_testing_dev.h',
91 'c/dev/ppb_transport_dev.h', 92 'c/dev/ppb_transport_dev.h',
92 'c/dev/ppb_url_util_dev.h', 93 'c/dev/ppb_url_util_dev.h',
93 'c/dev/ppb_video_decoder_dev.h', 94 'c/dev/ppb_video_decoder_dev.h',
94 'c/dev/ppb_widget_dev.h', 95 'c/dev/ppb_widget_dev.h',
95 'c/dev/ppb_zoom_dev.h', 96 'c/dev/ppb_zoom_dev.h',
96 'c/dev/ppp_cursor_control_dev.h', 97 'c/dev/ppp_cursor_control_dev.h',
97 'c/dev/ppp_find_dev.h', 98 'c/dev/ppp_find_dev.h',
98 'c/dev/ppp_graphics_3d_dev.h', 99 'c/dev/ppp_graphics_3d_dev.h',
99 'c/dev/ppp_scrollbar_dev.h', 100 'c/dev/ppp_scrollbar_dev.h',
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 ['OS=="win"', { 674 ['OS=="win"', {
674 }], 675 }],
675 ['OS=="linux"', { 676 ['OS=="linux"', {
676 }], 677 }],
677 ['OS=="mac"', { 678 ['OS=="mac"', {
678 }] 679 }]
679 ], 680 ],
680 }, 681 },
681 ], 682 ],
682 } 683 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_surface_3d_dev.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698