| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index f88676281d586303b16e0f9ea743490074027914..2f6b6262fe0b156538fa0287e0a43a6e9c50f80c 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -932,7 +932,6 @@
|
| 'browser/debugger/devtools_resources.gyp:devtools_resources',
|
| '../cc/cc.gyp:cc',
|
| '../net/net.gyp:http_server',
|
| - '../ppapi/ppapi_internal.gyp:ppapi_ipc',
|
| '../printing/printing.gyp:printing',
|
| '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../ui/surface/surface.gyp:surface',
|
| @@ -1125,6 +1124,18 @@
|
| ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc'],
|
| ],
|
| }],
|
| + ['enable_plugins==1', {
|
| + 'dependencies': [
|
| + '../ppapi/ppapi_internal.gyp:ppapi_ipc',
|
| + ],
|
| + }, { # enable_plugins==0
|
| + 'sources!': [
|
| + 'browser/ppapi_plugin_process_host.cc',
|
| + ],
|
| + 'sources/': [
|
| + ['exclude', '^browser/renderer_host/pepper/'],
|
| + ],
|
| + }],
|
| ['java_bridge==1', {
|
| 'defines': [
|
| 'ENABLE_JAVA_BRIDGE',
|
|
|