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

Unified Diff: pkg/pkg.gyp

Issue 1212513002: sdk files reorganization to make dart2js a proper package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: renamed Created 5 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: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index 4afbb197d6c0c884a0a0ca44abb04c6bf5e2fd49..771152c9c5b795380b6ab56886388c208843c5dc 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -19,7 +19,8 @@
'"../third_party/pkg_tested"])',
'<!@(["python", "../tools/list_pkg_directories.py", '
'"../runtime"])',
- '../sdk/lib/_internal',
+ '../sdk/lib/_internal/js_runtime/lib',
+ '../sdk/lib/_internal/sdk_library_metadata/lib',
'../site/try',
],
'outputs': [

Powered by Google App Engine
This is Rietveld 408576698