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

Unified Diff: ppapi/BUILD.gn

Issue 1088763002: Plugin Power Saver: Add comprehensive browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0260-plugins-overhaul-prerender-tests
Patch Set: x Created 5 years, 8 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 | « content/renderer/pepper/plugin_power_saver_helper.cc ('k') | ppapi/api/private/ppb_testing_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 726577e09daf1650a4ecef607a629fd1cb729e1a..07b5877bf3130eb7260a5f05e8545bf786ec8d37 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -44,6 +44,18 @@ shared_library("ppapi_tests") {
]
}
+shared_library("power_saver_test_plugin") {
+ sources = [
+ "tests/power_saver_test_plugin.cc",
+ "tests/test_utils.cc",
+ ]
+
+ deps = [
+ "//ppapi/cpp",
+ "//ppapi/shared_impl",
+ ]
+}
+
test("ppapi_unittests") {
sources = [
"host/resource_message_filter_unittest.cc",
« no previous file with comments | « content/renderer/pepper/plugin_power_saver_helper.cc ('k') | ppapi/api/private/ppb_testing_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698