| Index: Source/bindings/core/dart/generated.gypi
|
| diff --git a/Source/bindings/core/dart/generated.gypi b/Source/bindings/core/dart/generated.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4b503d8cbd567d1d5a8f67a3ab22cf9c851861f9
|
| --- /dev/null
|
| +++ b/Source/bindings/core/dart/generated.gypi
|
| @@ -0,0 +1,14 @@
|
| +# Copyright 2014 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.
|
| +
|
| +{
|
| + 'variables': {
|
| + 'bindings_core_dart_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/core/dart',
|
| +
|
| + 'dart_class_id_files': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartWebkitClassIds.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartWebkitClassIds.h',
|
| + ],
|
| + },
|
| +}
|
|
|