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

Unified Diff: chrome/chrome_tests.gypi

Issue 10662006: Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: do not run test when disable_nacl=1 Created 8 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b57218bea6c180949c16188a260a3a5ee4f35858..e4287fc3b40e752b53f9a31f442cdad77d403bcd 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1357,6 +1357,7 @@
'browser/metrics/thread_watcher_unittest.cc',
'browser/metrics/variations_service_unittest.cc',
'browser/nacl_host/nacl_validation_cache_unittest.cc',
+ 'browser/nacl_host/pnacl_file_host_unittest.cc',
'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
'browser/net/chrome_net_log_unittest.cc',
'browser/net/clear_on_exit_policy_unittest.cc',
@@ -2072,6 +2073,7 @@
['disable_nacl==1', {
'sources!':[
'browser/nacl_host/nacl_validation_cache_unittest.cc',
+ 'browser/nacl_host/pnacl_file_host_unittest.cc',
'nacl/nacl_ipc_adapter_unittest.cc',
'nacl/nacl_validation_query_unittest.cc',
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698