diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 20:46:29 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 20:46:29 +0000 |
commit | 3f2b288cf6768ca528ffa8fdac47bfedab37f2e7 (patch) | |
tree | d3ef5dadc7541499af59dd1567d28199ecd258e7 /ppapi/ppapi_proxy.gypi | |
parent | 386d546bdd13462ac8cff527ae3c0553781eedce (diff) | |
download | chromium_src-3f2b288cf6768ca528ffa8fdac47bfedab37f2e7.zip chromium_src-3f2b288cf6768ca528ffa8fdac47bfedab37f2e7.tar.gz chromium_src-3f2b288cf6768ca528ffa8fdac47bfedab37f2e7.tar.bz2 |
Open pepper files directly in browser.
This CL merges in the changes for the per-profile plugin process from the
previously retired CL.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140093
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140399
Review URL: https://chromiumcodereview.appspot.com/10387195
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_proxy.gypi')
-rw-r--r-- | ppapi/ppapi_proxy.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi index 538c333..fde6415 100644 --- a/ppapi/ppapi_proxy.gypi +++ b/ppapi/ppapi_proxy.gypi @@ -48,6 +48,8 @@ 'proxy/interface_list.h', 'proxy/interface_proxy.cc', 'proxy/interface_proxy.h', + 'proxy/pepper_file_messages.cc', + 'proxy/pepper_file_messages.h', 'proxy/plugin_array_buffer_var.cc', 'proxy/plugin_array_buffer_var.h', 'proxy/plugin_dispatcher.cc', |