Index: sky/tools/webkitpy/layout_tests/run_webkit_tests.py |
diff --git a/sky/tools/webkitpy/layout_tests/run_webkit_tests.py b/sky/tools/webkitpy/layout_tests/run_webkit_tests.py |
index b1009c1a8f11e1f42abf61ba715a7f76bf9fe720..9adb977b7ad9a3e355a890eed17b353379c99700 100644 |
--- a/sky/tools/webkitpy/layout_tests/run_webkit_tests.py |
+++ b/sky/tools/webkitpy/layout_tests/run_webkit_tests.py |
@@ -397,7 +397,7 @@ def run_analyzer(port, options, args, logging_stream): |
sky_tools_dir = os.path.dirname(os.path.dirname(test_dir)) |
analyzer_path = os.path.join(sky_tools_dir, 'skyanalyzer') |
src_dir = os.path.dirname(os.path.dirname(sky_tools_dir)) |
- analyzer_target_path = os.path.join(src_dir, 'sky/examples/stocks2/lib/stock_app.dart') |
+ analyzer_target_path = os.path.join(src_dir, 'sky/sdk/lib/example/stocks2/lib/stock_app.dart') |
analyzer_args = [ |
analyzer_path, |
build_dir, |