From d7fb378e60fc5dea96b73008c9790855a040d59f Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 5 Mar 2015 09:56:51 -0800 Subject: [PATCH] stocks and stocks-fn should share the stocks data Previously, the two versions of this sample app had separate copies of the stock data. This CL moves the common data to the common data directory so that they can share. Also, I've switched the data files to be |dart| files rather than |sky| files to make them easier to use from fn examples. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/980953002 --- engine/src/flutter/examples/scrolling/scrolling.sky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/examples/scrolling/scrolling.sky b/engine/src/flutter/examples/scrolling/scrolling.sky index 4220b02592e..3442d7a4421 100644 --- a/engine/src/flutter/examples/scrolling/scrolling.sky +++ b/engine/src/flutter/examples/scrolling/scrolling.sky @@ -5,7 +5,6 @@ --> -