Index: third_party/ced/ced_nacl.gyp |
diff --git a/third_party/ced/ced_nacl.gyp b/third_party/ced/ced_nacl.gyp |
deleted file mode 100644 |
index 54250d151072d14c371e04c7371ae7965ee45950..0000000000000000000000000000000000000000 |
--- a/third_party/ced/ced_nacl.gyp |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-# Copyright (c) 2016 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'includes': [ |
- 'ced.gypi', |
- '../../native_client/build/untrusted.gypi', |
- ], |
- 'target_defaults': { |
- 'pnacl_compile_flags': [ |
- '-Wno-c++11-narrowing', |
- '-Wno-unused-variable' |
- ], |
- }, |
- 'targets': [ |
- { |
- 'target_name': 'ced_nacl', |
- 'type': 'none', |
- 'include_dirs': [ |
- 'src', |
- ], |
- 'variables': { |
- 'nlib_target': 'libced_nacl.a', |
- 'build_glibc': 0, |
- 'build_newlib': 0, |
- 'build_pnacl_newlib': 1, |
- }, |
- 'sources': [ |
- '<@(ced_sources)', |
- ], |
- 'direct_dependent_settings': { |
- 'include_dirs': [ |
- 'src', |
- ], |
- }, |
- }, |
- ], |
-} |
- |
- |