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

Unified Diff: dart/site/try/build_try.gyp

Issue 219113002: Extract create_sdk build rule to own file to avoid cycle. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Break long lines. Created 6 years, 9 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 | « dart/dart.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/build_try.gyp
diff --git a/dart/site/try/build_try.gyp b/dart/site/try/build_try.gyp
index 302b3d30381ddac3cca4f6d882eb000c43257afa..83f36c81d0b9e8d2326ff0970f9e7fcd2548bb47 100644
--- a/dart/site/try/build_try.gyp
+++ b/dart/site/try/build_try.gyp
@@ -9,8 +9,7 @@
'type': 'none',
'dependencies': [
'../../runtime/dart-runtime.gyp:dart',
- # Concern: there should really be a dependency on
- # ../../dart.gyp:create_sdk, but this is reported as a cycle by GYP.
+ '../../create_sdk.gyp:create_sdk',
],
'variables': {
'try_dart_static_files': [
« no previous file with comments | « dart/dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698