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

Unified Diff: mojo/examples/pepper_container_app/thunk.h

Issue 681203002: Remove mojo/examples/pepper_container_app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: mojo/examples/pepper_container_app/thunk.h
diff --git a/mojo/examples/pepper_container_app/thunk.h b/mojo/examples/pepper_container_app/thunk.h
deleted file mode 100644
index f3b3d548257afdcbb6df9693908e1223e0f40b8f..0000000000000000000000000000000000000000
--- a/mojo/examples/pepper_container_app/thunk.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MOJO_EXAMPLES_PEPPER_CONTAINER_APP_THUNK_H_
-#define MOJO_EXAMPLES_PEPPER_CONTAINER_APP_THUNK_H_
-
-#include "ppapi/c/ppb_core.h"
-#include "ppapi/c/ppb_opengles2.h"
-
-namespace mojo {
-namespace examples {
-
-const PPB_Core_1_0* GetPPB_Core_1_0_Thunk();
-const PPB_OpenGLES2* GetPPB_OpenGLES2_Thunk();
-
-} // namespace examples
-} // namespace mojo
-
-#endif // MOJO_EXAMPLES_PEPPER_CONTAINER_APP_THUNK_H_
« no previous file with comments | « mojo/examples/pepper_container_app/resource_creation_impl.cc ('k') | mojo/examples/pepper_container_app/type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698