diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 23:11:53 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 23:11:53 +0000 |
commit | d3a250fc8802f10bc22d9f04475867821fa45f57 (patch) | |
tree | 6bcdec51bd5fd7949882aa2f03da94f7a7def95a /ppapi/ppapi_cpp.gypi | |
parent | 5031ca3bb62745e1da95bffbf401db75df03115f (diff) | |
download | chromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.zip chromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.tar.gz chromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.tar.bz2 |
Move PPAPI graphics3d and opengles interfaces out of Dev.
BUG= http://code.google.com/p/chromium/issues/detail?id=94320
TEST= various nacl exmaples, try bots
Review URL: http://codereview.chromium.org/7737013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_cpp.gypi')
-rw-r--r-- | ppapi/ppapi_cpp.gypi | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi index 42cfece..5d32ca3 100644 --- a/ppapi/ppapi_cpp.gypi +++ b/ppapi/ppapi_cpp.gypi @@ -17,6 +17,7 @@ 'c/pp_completion_callback.h', 'c/pp_errors.h', 'c/pp_file_info.h', + 'c/pp_graphics_3d.h', 'c/pp_input_event.h', 'c/pp_instance.h', 'c/pp_macros.h', @@ -36,10 +37,12 @@ 'c/ppb_file_ref.h', 'c/ppb_file_system.h', 'c/ppb_graphics_2d.h', + 'c/ppb_graphics_3d.h', 'c/ppb_image_data.h', 'c/ppb_input_event.h', 'c/ppb_instance.h', 'c/ppb_messaging.h', + 'c/ppb_opengles.h', 'c/ppb_url_loader.h', 'c/ppb_url_request_info.h', 'c/ppb_url_response_info.h', @@ -51,7 +54,6 @@ # Dev interfaces. 'c/dev/pp_cursor_type_dev.h', - 'c/dev/pp_graphics_3d_dev.h', 'c/dev/pp_video_dev.h', 'c/dev/ppb_buffer_dev.h', 'c/dev/ppb_char_set_dev.h', @@ -64,10 +66,7 @@ 'c/dev/ppb_find_dev.h', 'c/dev/ppb_font_dev.h', 'c/dev/ppb_fullscreen_dev.h', - 'c/dev/ppb_graphics_3d_dev.h', - 'c/dev/ppb_graphics_3d_trusted_dev.h', 'c/dev/ppb_memory_dev.h', - 'c/dev/ppb_opengles_dev.h', 'c/dev/ppb_query_policy_dev.h', 'c/dev/ppb_scrollbar_dev.h', 'c/dev/ppb_surface_3d_dev.h', @@ -78,7 +77,6 @@ 'c/dev/ppb_zoom_dev.h', 'c/dev/ppp_cursor_control_dev.h', 'c/dev/ppp_find_dev.h', - 'c/dev/ppp_graphics_3d_dev.h', 'c/dev/ppp_network_state_dev.h', 'c/dev/ppp_policy_update_dev.h', 'c/dev/ppp_printing_dev.h', @@ -112,6 +110,7 @@ 'c/trusted/ppb_broker_trusted.h', 'c/trusted/ppb_buffer_trusted.h', 'c/trusted/ppb_file_io_trusted.h', + 'c/trusted/ppb_graphics_3d_trusted.h', 'c/trusted/ppb_image_data_trusted.h', 'c/trusted/ppb_url_loader_trusted.h', 'c/trusted/ppp_broker.h', @@ -150,6 +149,10 @@ 'cpp/file_system.h', 'cpp/graphics_2d.cc', 'cpp/graphics_2d.h', + 'cpp/graphics_3d.cc', + 'cpp/graphics_3d.h', + 'cpp/graphics_3d_client.cc', + 'cpp/graphics_3d_client.h', 'cpp/image_data.cc', 'cpp/image_data.h', 'cpp/input_event.cc', @@ -197,10 +200,6 @@ 'cpp/dev/font_dev.h', 'cpp/dev/fullscreen_dev.cc', 'cpp/dev/fullscreen_dev.h', - 'cpp/dev/graphics_3d_client_dev.cc', - 'cpp/dev/graphics_3d_client_dev.h', - 'cpp/dev/graphics_3d_dev.cc', - 'cpp/dev/graphics_3d_dev.h', 'cpp/dev/memory_dev.cc', 'cpp/dev/memory_dev.h', 'cpp/dev/printing_dev.cc', |