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

Unified Diff: runtime/dart-runtime.gyp

Issue 14192035: Removed product_dir override in runtime/dart-runtime.gyp (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | 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 9b19767f05260b1def532184a11dc61fbc28197a..7519576d41870df3a073f045d8882cd2982cd3a8 100644
--- a/runtime/dart-runtime.gyp
+++ b/runtime/dart-runtime.gyp
@@ -98,7 +98,7 @@
'type': 'executable',
'toolsets':['target','host'],
# The dependencies here are the union of the dependencies of libdart and
- # libdart_withcore.
+ # libdart_withcore.
'dependencies': [
'libdart_lib_withcore',
'libdart_lib',
@@ -109,7 +109,6 @@
'sources': [
'vm/libdart_dependency_helper.cc',
],
- 'product_dir':'<(PRODUCT_DIR)/<(_toolset)'
},
{
'target_name': 'runtime_packages',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698