Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 7e4af84e8fae43113692a9f073f2682fcf84ebec..5fb618b495dbe6c5f8c2f8be36420a117a4fc9e6 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -587,9 +587,15 @@ |
'common/importer/importer_data_types.cc', |
'common/importer/importer_url_row.cc', |
'common/net/url_util.cc', |
- 'common/pepper_permission_util.cc', |
'common/spellcheck_common.cc', |
], |
+ 'conditions': [ |
+ ['enable_plugins!=1', { |
ycheo (away)
2013/09/05 05:26:02
2 spaces for the indentation.
kjyoun
2013/09/05 06:26:51
Done.
|
+ 'source!' : [ |
+ 'common/pepper_permission_util.cc', |
+ ], |
+ }], |
+ ], |
'dependencies!': [ |
'<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', |
], |