Index: test/intl/intl.gyp |
diff --git a/test/intl/intl.gyp b/test/intl/intl.gyp |
deleted file mode 100644 |
index 82a2e3ea9768c6793d0b78ab8befea8c0c14280c..0000000000000000000000000000000000000000 |
--- a/test/intl/intl.gyp |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-# Copyright 2015 the V8 project authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'conditions': [ |
- ['test_isolation_mode != "noop"', { |
- 'targets': [ |
- { |
- 'target_name': 'intl_run', |
- 'type': 'none', |
- 'dependencies': [ |
- '../../src/d8.gyp:d8_run', |
- ], |
- 'includes': [ |
- '../../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'intl.isolate', |
- ], |
- }, |
- ], |
- }], |
- ], |
-} |