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

Unified Diff: content/content_common.gypi

Issue 11577031: Exclude more plugins code for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index d046368109127098dbdaa74ff63f355fc3831da3..bff3464934650e1c3659de8de11f521c704379f9 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -474,6 +474,11 @@
'dependencies': [
'../ppapi/ppapi_internal.gyp:ppapi_shared',
],
+ }, { # enable_plugins == 0
+ 'sources!': [
+ 'common/pepper_plugin_registry.cc',
+ 'common/pepper_plugin_registry.h',
+ ],
}],
['enable_gpu==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698