Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2461)

Unified Diff: content/content_browser.gypi

Issue 11414180: Add a gyp flag to allow removing dependency on ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/all_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/common/all_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698