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

Unified Diff: dart/site/try/src/Makefile

Issue 355563004: Create package for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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: dart/site/try/src/Makefile
diff --git a/dart/site/try/src/Makefile b/dart/site/try/src/Makefile
index 763086213fe84b1eb22ea6099250b41b10675f87..d114353b2b30a90a2e0aaeaaed1a57aac1ef5324 100644
--- a/dart/site/try/src/Makefile
+++ b/dart/site/try/src/Makefile
@@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
SDK_DIR=../../../xcodebuild/ReleaseIA32/dart-sdk
-PACKAGE_ROOT=../../../sdk/lib/_internal/
+PACKAGE_ROOT=../../../xcodebuild/ReleaseIA32/packages/
Johnni Winther 2014/06/24 11:16:05 Is this a Mac-specific file (xcodebuild being plat
ahe 2014/06/24 11:21:47 Yes.
all:
$(SDK_DIR)/bin/dartanalyzer -p $(PACKAGE_ROOT) \

Powered by Google App Engine
This is Rietveld 408576698