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

Unified Diff: runtime/dart-runtime.gyp

Issue 8725003: Integrate double-conversion into build-process. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 9 years, 1 month 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 | runtime/third_party/double-conversion/README.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/dart-runtime.gyp
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
index e4b915a6efec702c3a1e81e226bc963182143fb9..ea5887afa7ca3b3c96029063654067639c412e7f 100644
--- a/runtime/dart-runtime.gyp
+++ b/runtime/dart-runtime.gyp
@@ -6,6 +6,7 @@
'includes': [
'vm/vm.gypi',
'bin/bin.gypi',
+ 'third_party/double-conversion/src/double-conversion.gypi',
'third_party/jscre/jscre.gypi',
'tools/gyp/runtime-configurations.gypi',
],
@@ -17,6 +18,7 @@
'libdart_lib',
'libdart_vm',
'libjscre',
+ 'libdouble_conversion',
],
'include_dirs': [
'.',
« no previous file with comments | « no previous file | runtime/third_party/double-conversion/README.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698