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

Unified Diff: runtime/third_party/double-conversion/src/double-conversion.gypi

Issue 2992593002: [infra] Begin removing gyp (Closed)
Patch Set: Created 3 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
Index: runtime/third_party/double-conversion/src/double-conversion.gypi
diff --git a/runtime/third_party/double-conversion/src/double-conversion.gypi b/runtime/third_party/double-conversion/src/double-conversion.gypi
deleted file mode 100644
index 46f98f194f3fe28ca0e62ee273ca2ed5901c574a..0000000000000000000000000000000000000000
--- a/runtime/third_party/double-conversion/src/double-conversion.gypi
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2010 Google Inc. All Rights Reserved.
-
-{
- 'targets': [
- {
- 'target_name': 'libdouble_conversion',
- 'type': 'static_library',
- 'toolsets':['target','host'],
- 'dependencies': [
- ],
- 'include_dirs': [
- '.',
- ],
- 'sources': [
- 'bignum.cc',
- 'bignum.h',
- 'bignum-dtoa.cc',
- 'bignum-dtoa.h',
- 'cached-powers.cc',
- 'cached-powers.h',
- 'diy-fp.cc',
- 'diy-fp.h',
- 'double-conversion.cc',
- 'double-conversion.h',
- 'fast-dtoa.cc',
- 'fast-dtoa.h',
- 'fixed-dtoa.cc',
- 'fixed-dtoa.h',
- 'ieee.h',
- 'strtod.cc',
- 'strtod.h',
- 'utils.h',
- ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698