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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 8295023: Move PPB/PPP_MouseLock out of dev/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and resolve conflicts. Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 9f5124dfa086970fdc9f9cf55d96ab8f93b863e1..5c7ca077b83b9d9dbf8ef8d2ab1fc55246019995 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -43,6 +43,7 @@
'c/ppb_input_event.h',
'c/ppb_instance.h',
'c/ppb_messaging.h',
+ 'c/ppb_mouse_lock.h',
'c/ppb_opengles2.h',
'c/ppb_url_loader.h',
'c/ppb_url_request_info.h',
@@ -53,6 +54,7 @@
'c/ppp_input_event.h',
'c/ppp_instance.h',
'c/ppp_messaging.h',
+ 'c/ppp_mouse_lock.h',
# Dev interfaces.
'c/dev/pp_cursor_type_dev.h',
@@ -70,7 +72,6 @@
'c/dev/ppb_fullscreen_dev.h',
'c/dev/ppb_ime_input_event_dev.h',
'c/dev/ppb_memory_dev.h',
- 'c/dev/ppb_mouse_lock_dev.h',
'c/dev/ppb_query_policy_dev.h',
'c/dev/ppb_scrollbar_dev.h',
'c/dev/ppb_surface_3d_dev.h',
@@ -81,7 +82,6 @@
'c/dev/ppb_zoom_dev.h',
'c/dev/ppp_cursor_control_dev.h',
'c/dev/ppp_find_dev.h',
- 'c/dev/ppp_mouse_lock_dev.h',
'c/dev/ppp_network_state_dev.h',
'c/dev/ppp_policy_update_dev.h',
'c/dev/ppp_printing_dev.h',
@@ -174,6 +174,8 @@
'cpp/module.cc',
'cpp/module.h',
'cpp/module_impl.h',
+ 'cpp/mouse_lock.cc',
+ 'cpp/mouse_lock.h',
'cpp/non_thread_safe_ref_count.h',
'cpp/paint_aggregator.cc',
'cpp/paint_aggregator.h',
@@ -215,8 +217,6 @@
'cpp/dev/ime_input_event_dev.h',
'cpp/dev/memory_dev.cc',
'cpp/dev/memory_dev.h',
- 'cpp/dev/mouse_lock_dev.cc',
- 'cpp/dev/mouse_lock_dev.h',
'cpp/dev/printing_dev.cc',
'cpp/dev/printing_dev.h',
'cpp/dev/scrollbar_dev.cc',
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698