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

Unified Diff: content/content_tests.gypi

Issue 1062163004: Plugins: Move Prerender tests to PPAPI and some refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/test/ppapi/ppapi_test.cc ('k') | content/public/test/ppapi_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 93791e195085b5bb5544832f736df988097b104c..10007c4d718136e3b9447dcdbb1f634441515428 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -63,6 +63,8 @@
'public/test/mock_special_storage_policy.h',
'public/test/mock_storage_client.cc',
'public/test/mock_storage_client.h',
+ 'public/test/ppapi_test_utils.cc',
+ 'public/test/ppapi_test_utils.h',
'public/test/render_view_test.cc',
'public/test/render_view_test.h',
'public/test/render_widget_test.cc',
@@ -831,6 +833,7 @@
'conditions': [
['enable_plugins==0', {
'sources!': [
+ 'public/test/ppapi_test_utils.cc',
'test/ppapi_unittest.cc',
],
}],
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | content/public/test/ppapi_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698