Chromium Code Reviews| Index: chrome/chrome_browser_ui.gypi |
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
| index c24e840ffe12dc9b542c0d031605747c86b45535..01ff636c7b7e6a179b856dae691d2e4fbfa90f95 100644 |
| --- a/chrome/chrome_browser_ui.gypi |
| +++ b/chrome/chrome_browser_ui.gypi |
| @@ -2123,7 +2123,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', |
| @@ -2213,6 +2212,11 @@ |
| ['exclude', 'browser/ui/webui/policy_ui.h'], |
| ], |
| }], |
| + ['enable_ppapi==1', { |
| + 'dependencies': [ |
| + '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
|
brettw
2012/11/30 23:18:12
Ditto
nilesh
2012/12/01 00:41:35
Done.
|
| + ], |
| + }], |
| ['safe_browsing==1', { |
| 'defines': [ |
| 'FULL_SAFE_BROWSING', |