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

Unified Diff: chrome/chrome_tests.gypi

Issue 724323002: Non-SFI mode: Enable browser_tests for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 917b75082b4106bf886cb18e9b103ee2f256753b..6d0bcf55d355cc1fe8102081e95bbebc3a076744 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1520,6 +1520,7 @@
'dependencies': [
'../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
'../components/nacl.gyp:nacl_helper',
+ '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi',
],
}],
],
@@ -2041,6 +2042,7 @@
'dependencies': [
'../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
'../components/nacl.gyp:nacl_helper',
+ '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi',
],
}],
['chromeos==0', {

Powered by Google App Engine
This is Rietveld 408576698