Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index eb2e483257886cccb011c2ae2f14bce7c2ff0092..88c2375c908d64f6e42e0cac2e3429d030dfa175 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -2121,7 +2121,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', |
@@ -2211,6 +2210,11 @@ |
['exclude', 'browser/ui/webui/policy_ui.h'], |
], |
}], |
+ ['enable_ppapi==1', { |
+ 'dependencies': [ |
+ '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
+ ], |
+ }], |
['safe_browsing==1', { |
'defines': [ |
'ENABLE_SAFE_BROWSING', |