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

Unified Diff: ppapi/ppapi.gyp

Issue 6250024: Add a target for the proxy unittests. Write tests for the var tracker.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « no previous file | ppapi/proxy/plugin_var_tracker.h » ('j') | ppapi/proxy/plugin_var_tracker_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi.gyp
===================================================================
--- ppapi/ppapi.gyp (revision 72111)
+++ ppapi/ppapi.gyp (working copy)
@@ -647,5 +647,25 @@
}]
],
},
+ {
+ 'target_name': 'ppapi_unittests',
+ 'type': 'executable',
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'msvs_guid': 'C2BD9365-5BD7-44A7-854E-A49E606BE8E4',
+ 'dependencies': [
+ 'ppapi_proxy',
+ '../base/base.gyp:test_support_base',
+ '../ipc/ipc.gyp:test_support_ipc',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'proxy/run_all_unittests.cc',
+
+ 'proxy/plugin_var_tracker_unittest.cc',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | ppapi/proxy/plugin_var_tracker.h » ('j') | ppapi/proxy/plugin_var_tracker_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698