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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 7409003: Binding Graphics3D with Instance and OpenGLES2 interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/proxy/ppb_context_3d_proxy.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) 2011 The Chromium Authors. All rights reserved. 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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_shared', 8 'target_name': 'ppapi_shared',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 26 matching lines...) Expand all
37 'shared_impl/function_group_base.cc', 37 'shared_impl/function_group_base.cc',
38 'shared_impl/function_group_base.h', 38 'shared_impl/function_group_base.h',
39 'shared_impl/graphics_3d_impl.cc', 39 'shared_impl/graphics_3d_impl.cc',
40 'shared_impl/graphics_3d_impl.h', 40 'shared_impl/graphics_3d_impl.h',
41 'shared_impl/image_data_impl.cc', 41 'shared_impl/image_data_impl.cc',
42 'shared_impl/image_data_impl.h', 42 'shared_impl/image_data_impl.h',
43 'shared_impl/input_event_impl.cc', 43 'shared_impl/input_event_impl.cc',
44 'shared_impl/input_event_impl.h', 44 'shared_impl/input_event_impl.h',
45 'shared_impl/instance_impl.cc', 45 'shared_impl/instance_impl.cc',
46 'shared_impl/instance_impl.h', 46 'shared_impl/instance_impl.h',
47 'shared_impl/opengles2_impl.cc',
48 'shared_impl/opengles2_impl.h',
47 'shared_impl/ppapi_preferences.cc', 49 'shared_impl/ppapi_preferences.cc',
48 'shared_impl/ppapi_preferences.h', 50 'shared_impl/ppapi_preferences.h',
49 'shared_impl/ppp_instance_combined.cc', 51 'shared_impl/ppp_instance_combined.cc',
50 'shared_impl/ppp_instance_combined.h', 52 'shared_impl/ppp_instance_combined.h',
51 'shared_impl/resource_object_base.cc', 53 'shared_impl/resource_object_base.cc',
52 'shared_impl/resource_object_base.h', 54 'shared_impl/resource_object_base.h',
53 'shared_impl/time_conversion.cc', 55 'shared_impl/time_conversion.cc',
54 'shared_impl/time_conversion.h', 56 'shared_impl/time_conversion.h',
55 'shared_impl/tracker_base.cc', 57 'shared_impl/tracker_base.cc',
56 'shared_impl/tracker_base.h', 58 'shared_impl/tracker_base.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'thunk/ppb_video_layer_api.h', 139 'thunk/ppb_video_layer_api.h',
138 'thunk/ppb_video_layer_thunk.cc', 140 'thunk/ppb_video_layer_thunk.cc',
139 'thunk/ppb_widget_api.h', 141 'thunk/ppb_widget_api.h',
140 'thunk/ppb_widget_thunk.cc', 142 'thunk/ppb_widget_thunk.cc',
141 'thunk/ppb_zoom_thunk.cc', 143 'thunk/ppb_zoom_thunk.cc',
142 'thunk/thunk.h', 144 'thunk/thunk.h',
143 ], 145 ],
144 }, 146 },
145 ], 147 ],
146 } 148 }
OLDNEW
« no previous file with comments | « ppapi/cpp/instance.cc ('k') | ppapi/proxy/ppb_context_3d_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698