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

Unified Diff: dart.gyp

Issue 131103025: Fixes ABI bug in MIPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | runtime/dart-runtime.gyp » ('j') | runtime/vm/stub_code_mips.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 32137)
+++ dart.gyp (working copy)
@@ -31,6 +31,7 @@
'packages',
'runtime/dart-runtime.gyp:test_extension',
'runtime/dart-runtime.gyp:sample_extension',
+ 'runtime/dart-runtime.gyp:sample_extension_no_autoscope',
],
},
{
@@ -172,6 +173,7 @@
['OS!="android"', {
'dependencies': [
'runtime/dart-runtime.gyp:sample_extension',
+ 'runtime/dart-runtime.gyp:sample_extension_no_autoscope',
],
},
],
« no previous file with comments | « no previous file | runtime/dart-runtime.gyp » ('j') | runtime/vm/stub_code_mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698