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

Unified Diff: runtime/dart-runtime.gyp

Issue 1071713003: - Remove JSCRE from the runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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/dart-runtime.gyp
===================================================================
--- runtime/dart-runtime.gyp (revision 44981)
+++ runtime/dart-runtime.gyp (working copy)
@@ -9,7 +9,6 @@
'observatory/observatory.gypi',
'bin/bin.gypi',
'third_party/double-conversion/src/double-conversion.gypi',
- 'third_party/jscre/jscre.gypi',
],
'variables': {
'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
@@ -17,7 +16,7 @@
'version_cc_file': '<(gen_source_dir)/version.cc',
'libdart_deps': ['libdart_lib_withcore', 'libdart_lib', 'libdart_vm',
- 'libjscre', 'libdouble_conversion',],
+ 'libdouble_conversion',],
},
'targets': [
{
@@ -26,7 +25,6 @@
'dependencies': [
'libdart_lib',
'libdart_vm',
- 'libjscre',
'libdouble_conversion',
'generate_version_cc_file#host',
],

Powered by Google App Engine
This is Rietveld 408576698