| Index: sky/engine/bindings-dart/core/dart/DartBindingsCommonIncludes.h
|
| diff --git a/LICENSE b/sky/engine/bindings-dart/core/dart/DartBindingsCommonIncludes.h
|
| similarity index 82%
|
| copy from LICENSE
|
| copy to sky/engine/bindings-dart/core/dart/DartBindingsCommonIncludes.h
|
| index 972bb2edb099e58b6a1939fa57f8e74391159c0c..9faf28c97e162b86470050d67fc175b778fe28d8 100644
|
| --- a/LICENSE
|
| +++ b/sky/engine/bindings-dart/core/dart/DartBindingsCommonIncludes.h
|
| @@ -1,4 +1,5 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2011, Google Inc.
|
| +// All rights reserved.
|
| //
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| @@ -25,3 +26,13 @@
|
| // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| +
|
| +#ifndef DartBindingsCommonIncludes_h
|
| +#define DartBindingsCommonIncludes_h
|
| +
|
| +#include "bindings/core/dart/DartDOMWrapper.h"
|
| +#include "bindings/core/dart/DartUtilities.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| +
|
| +#endif // DartBindingsCommonIncludes_h
|
| +
|
|
|