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

Unified Diff: chrome/chrome_tests.gypi

Issue 3011011: Fix nacl_sandbox_tests dependency:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | « base/allocator/allocator_shim.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 52745)
+++ chrome/chrome_tests.gypi (working copy)
@@ -516,8 +516,14 @@
'../views/views.gyp:views',
jvoung - send to chromium... 2010/07/19 18:05:03 should the views also be conditional? It is in nac
Victor Wang 2010/07/19 18:15:45 I don't think so.
# run time dependency
'../webkit/webkit.gyp:npapi_test_plugin',
- '<(allocator_target)',
],
+ 'conditions': [
+ ['win_use_allocator_shim==1', {
+ 'dependencies': [
+ '<(allocator_target)',
+ ],
+ }],
+ ],
'link_settings': {
'libraries': [
'-lOleAcc.lib',
« no previous file with comments | « base/allocator/allocator_shim.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698