Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index f28a8443d892192b1c9611cf05a725f3170fdea9..1b3b2c125786073ba562458af551af4fac7292b1 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -2134,7 +2134,6 @@ |
'installer_util', |
'../device/device.gyp:device_bluetooth', |
'../net/net.gyp:net_with_v8', |
- '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
'../printing/printing.gyp:printing', |
'../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
'../third_party/expat/expat.gyp:expat', |
@@ -2224,6 +2223,11 @@ |
['exclude', 'browser/ui/webui/policy_ui.h'], |
], |
}], |
+ ['enable_plugins==1', { |
+ 'dependencies': [ |
+ '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
+ ], |
+ }], |
['safe_browsing==1', { |
'defines': [ |
'FULL_SAFE_BROWSING', |