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

Unified Diff: content/content_tests.gypi

Issue 11414180: Add a gyp flag to allow removing dependency on ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index c03dec8070ac73c5a6d0221b8b54921519a461e8..c6cc927d9ccd3b08a94acc4a90f83ad22ca50524 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -509,6 +509,12 @@
'../webkit/webkit.gyp:test_shell_test_support',
],
}],
+ ['enable_ppapi==0', {
+ 'sources/': [
+ ['exclude', '^renderer/pepper/'],
+ ['exclude', '^browser/renderer_host/pepper/'],
+ ],
+ }],
['enable_webrtc==1', {
'sources': [
'browser/renderer_host/p2p/socket_host_test_utils.h',

Powered by Google App Engine
This is Rietveld 408576698