| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'custom/custom.gypi', | 7 'custom/custom.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'bindings_dart_dir': '.', | 10 'bindings_dart_dir': '.', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'DartInjectedScript.h', | 51 'DartInjectedScript.h', |
| 52 'DartInspectorTimeline.h', | 52 'DartInspectorTimeline.h', |
| 53 'DartIsolateDestructionObserver.cpp', | 53 'DartIsolateDestructionObserver.cpp', |
| 54 'DartIsolateDestructionObserver.h', | 54 'DartIsolateDestructionObserver.h', |
| 55 'DartJsInterop.h', | 55 'DartJsInterop.h', |
| 56 'DartJsInterop.cpp', | 56 'DartJsInterop.cpp', |
| 57 'DartJsInteropData.h', | 57 'DartJsInteropData.h', |
| 58 'DartJsInteropData.cpp', | 58 'DartJsInteropData.cpp', |
| 59 'DartMutationCallback.cpp', | 59 'DartMutationCallback.cpp', |
| 60 'DartMutationCallback.h', | 60 'DartMutationCallback.h', |
| 61 'DartNativeExtensions.h', |
| 62 'DartNativeExtensions.cpp', |
| 63 'DartNativeExtensionsPosix.cpp', |
| 64 'DartNativeExtensionsWin.cpp', |
| 61 'DartNativeUtilities.cpp', | 65 'DartNativeUtilities.cpp', |
| 62 'DartNativeUtilities.h', | 66 'DartNativeUtilities.h', |
| 63 'DartScheduledAction.cpp', | 67 'DartScheduledAction.cpp', |
| 64 'DartScheduledAction.h', | 68 'DartScheduledAction.h', |
| 65 'DartScriptState.cpp', | 69 'DartScriptState.cpp', |
| 66 'DartScriptState.h', | 70 'DartScriptState.h', |
| 67 'DartScriptValue.cpp', | 71 'DartScriptValue.cpp', |
| 68 'DartScriptValue.h', | 72 'DartScriptValue.h', |
| 69 'DartPersistentValue.cpp', | 73 'DartPersistentValue.cpp', |
| 70 'DartPersistentValue.h', | 74 'DartPersistentValue.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 81 # FIXMEDART: These don't really belong here. But where? | 85 # FIXMEDART: These don't really belong here. But where? |
| 82 # FIXMEDART: Add these back when generated as well as the | 86 # FIXMEDART: Add these back when generated as well as the |
| 83 # blink_DartResolver.cpp. | 87 # blink_DartResolver.cpp. |
| 84 'DartSnapshot.bytes', | 88 'DartSnapshot.bytes', |
| 85 ], | 89 ], |
| 86 # FIXMEDART: Add unittests! | 90 # FIXMEDART: Add unittests! |
| 87 'bindings_dart_unittest_files': [ | 91 'bindings_dart_unittest_files': [ |
| 88 ], | 92 ], |
| 89 }, | 93 }, |
| 90 } | 94 } |
| OLD | NEW |