Chromium Code Reviews| 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', { |
|
Lei Zhang
2015/01/22 22:00:47
You probably need to make this change in chrome/co
sehr
2015/01/23 00:05:03
Done.
|
| + 'sources': [ |
| 'common/pepper_permission_util.cc', |
| 'common/pepper_permission_util.h', |
| ], |