From 4aa28b0d088891c24ff9990ae0fad102d6ce40ad Mon Sep 17 00:00:00 2001 From: Tony Gentilcore Date: Mon, 27 Jul 2015 17:33:48 -0700 Subject: [PATCH] Fix compilation --- engine/src/flutter/build/module_args/dart.gni | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 engine/src/flutter/build/module_args/dart.gni diff --git a/engine/src/flutter/build/module_args/dart.gni b/engine/src/flutter/build/module_args/dart.gni new file mode 100644 index 00000000000..ee6b0387670 --- /dev/null +++ b/engine/src/flutter/build/module_args/dart.gni @@ -0,0 +1,6 @@ +# Copyright 2015 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# This variable should point to the Dart SDK. +dart_sdk_root = "//third_party/dart-sdk/dart-sdk"