| Index: site/try/build_try.gyp
|
| diff --git a/site/try/build_try.gyp b/site/try/build_try.gyp
|
| index c003fb0e93c64b74afcfe98ef622cda89bda17aa..16388105d993700f9bc083553e408ee2dde9965e 100644
|
| --- a/site/try/build_try.gyp
|
| +++ b/site/try/build_try.gyp
|
| @@ -75,7 +75,7 @@
|
| # This dependency is redundant for now, as this directory is
|
| # implicitly part of the dependencies for dart-sdk/README.
|
| '<!@(["python", "../../tools/list_files.py", "\\.dart$", '
|
| - '"../../pkg/compiler/samples/jsonify"])',
|
| + '"../../sdk/lib/_internal/compiler/samples/jsonify"])',
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/sdk.json',
|
| @@ -87,8 +87,7 @@
|
|
|
| '-Dlist_all_libraries=true',
|
| '-DoutputJson=true',
|
| - '--package-root=<(PRODUCT_DIR)/packages/',
|
| - '../../pkg/compiler/samples/jsonify/jsonify.dart',
|
| + '../../sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart',
|
| '<(SHARED_INTERMEDIATE_DIR)/sdk.json',
|
| ],
|
| },
|
|
|