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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 years, 3 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_vpn_provider.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 32400ff579833f9f7aed5be8703e83e1b7f9b278..2bd1c7072325a4aa5f0cebe4d9e5cc2793298cb5 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -60,6 +60,7 @@
'video_encoder.cc',
'video_frame.cc',
'view.cc',
+ 'vpn_provider.cc',
'websocket.cc',
# ppapi/cpp/dev
@@ -144,6 +145,7 @@
'video_encoder.h',
'video_frame.h',
'view.h',
+ 'vpn_provider.h',
'websocket.h',
],
'DEST': 'include/ppapi/cpp',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_vpn_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698