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

Unified Diff: chrome/chrome_browser.gypi

Issue 9314004: Remove nacl dep for builds with disable_nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7a12bdce8b687e7808bceae7b518ed9f75a53511..04db81f5b91d81f7f2ce664495a7bbdb94da97d8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -34,7 +34,6 @@
'../content/content.gyp:content_browser',
'../crypto/crypto.gyp:crypto',
'../media/media.gyp:media',
- '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
'../net/net.gyp:net',
'../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
'../printing/printing.gyp:printing',
@@ -4226,6 +4225,9 @@
'browser/nacl_host/nacl_process_host.cc',
'browser/nacl_host/nacl_process_host.h',
],
+ 'dependencies': [
+ '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
+ ],
}],
['branding=="Chrome"', {
'sources!': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698