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

Unified Diff: build/all.gyp

Issue 10836220: Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months 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 | « no previous file | build/common.gypi » ('j') | chrome/browser/nacl_host/nacl_browser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
===================================================================
--- build/all.gyp (revision 151201)
+++ build/all.gyp (working copy)
@@ -160,7 +160,7 @@
'dependencies': [
'../base/base_untrusted.gyp:*',
'../ipc/ipc_untrusted.gyp:*',
- '../ppapi/ppapi_proxy_untrusted.gyp:*',
+ '../ppapi/ppapi_chrome_proxy_untrusted.gyp:*',
'../ppapi/ppapi_shared_untrusted.gyp:*',
],
}],
@@ -247,7 +247,7 @@
['disable_nacl==0 and disable_nacl_untrusted==0', {
'dependencies': [
# TODO(bbudge): drop this when we have switched the NaCl proxy to IPC.
dmichael (off chromium) 2012/08/14 17:03:31 Is this TODO still valid? Aren't we going to still
bbudge 2012/08/14 18:35:18 Actually, now that we have side-by-side builds, we
- '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted',
+ '../ppapi/ppapi_chrome_proxy_untrusted.gyp:ppapi_proxy_untrusted',
],
}],
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/browser/nacl_host/nacl_browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698