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

Unified Diff: chrome/chrome_common.gypi

Issue 831813004: Get nacl building again for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make GN build rule the same as gyp Created 5 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 83a320d3bc198b853e07144bef771b8765ad0c2c..50ba498366a78c86c63a6da528a41fd24e8a7647 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -409,6 +409,10 @@
'sources': [
'common/pepper_flash.cc',
'common/pepper_flash.h',
+ ],
+ }],
+ ['enable_plugins==1 and enable_extensions==1', {
+ 'sources': [
'common/pepper_permission_util.cc',
'common/pepper_permission_util.h',
],

Powered by Google App Engine
This is Rietveld 408576698