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

Unified Diff: content/content_tests.gypi

Issue 308703004: Exclude ppapi_tests dep when enable_plugins=0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | 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 aed530caa8bfdf64951e8bb4c35b16538922b768..0422a2a1bec92a8d4aa9d721f11e7d07b951d1dd 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1293,6 +1293,9 @@
'test/ppapi/ppapi_test.cc',
'test/ppapi/ppapi_test.h',
],
+ 'dependencies!': [
+ '../ppapi/ppapi_internal.gyp:ppapi_tests',
+ ]
}],
['input_speech==0', {
'sources/': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698