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

Unified Diff: components/nacl.gyp

Issue 348803004: Revert of Isolate nacl_loader_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | components/nacl_loader_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 5a377549b3c70166134a4db6df6c81be1b153488..faeb887002f472f9e6f2b7c8581445dd2e11de5b 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -447,24 +447,6 @@
}],
],
}],
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'nacl_loader_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'nacl_loader_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- 'nacl_loader_unittests.isolate',
- ],
- 'sources': [
- 'nacl_loader_unittests.isolate',
- ],
- },
- ],
- }],
],
'targets': [
{
« no previous file with comments | « no previous file | components/nacl_loader_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698