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

Unified Diff: ppapi/ppapi_tests.gypi

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: make a separate power saver test plugin 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
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 09d1c6cbc584936575517fef624c28150a1de033..ea23adb92effd1c54850cb0f3d3bd1c3c8a79047 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -80,6 +80,26 @@
# ],
},
{
+ # GN version: //ppapi:power_saver_test_plugin
+ 'target_name': 'power_saver_test_plugin',
+ 'type': 'loadable_module',
+ 'sources': [
+ 'tests/power_saver_test_plugin.cc',
+ 'tests/test_utils.cc',
+ ],
+ 'dependencies': [
+ 'ppapi.gyp:ppapi_cpp',
+ 'ppapi_internal.gyp:ppapi_shared',
+ ],
+ 'conditions': [
+ ['OS=="mac"', {
+ 'mac_bundle': 1,
+ 'product_name': 'power_saver_test_plugin',
+ 'product_extension': 'plugin',
+ }],
+ ],
+ },
+ {
# GN version: //ppapi/proxy:test_support
# //ppapi/shared_impl:test_support
'target_name': 'ppapi_unittest_shared',

Powered by Google App Engine
This is Rietveld 408576698