Chromium Code Reviews| Index: dart/pkg/pkg.gyp |
| diff --git a/dart/pkg/pkg.gyp b/dart/pkg/pkg.gyp |
| index dfea42a0877253ed7bd113e979ac82947c1ff919..6fb7f61c0d55c116c39253412877e3a40858fbf0 100644 |
| --- a/dart/pkg/pkg.gyp |
| +++ b/dart/pkg/pkg.gyp |
| @@ -19,6 +19,9 @@ |
| '"../third_party/pkg"])', |
| '<!@(["python", "../tools/list_pkg_directories.py", ' |
| '"polymer/e2e_test/"])', |
| + '../sdk/lib/_internal/compiler', |
|
ricow1
2014/06/12 06:30:52
Don't you need to explicitly depend on the files (
ahe
2014/06/12 07:27:53
I only copy files in the list. Directories are sym
ricow1
2014/06/12 07:35:53
Ah, yes, so you need the changes because we need l
|
| + '../sdk/lib/_internal/libraries.dart', |
| + '../site/try', |
| ], |
| 'outputs': [ |
| '<(SHARED_INTERMEDIATE_DIR)/packages.stamp', |