| 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 'variables': { | 6 'variables': { |
| 7 'bindings_modules_dart_custom_files': [ | 7 'bindings_modules_dart_custom_files': [ |
| 8 'DartAudioContextCustom.cpp', | 8 'DartAudioContextCustom.cpp', |
| 9 'DartAudioNodeCustom.cpp', | 9 'DartAudioNodeCustom.cpp', |
| 10 'DartAudioParamCustom.cpp', | 10 'DartAudioParamCustom.cpp', |
| 11 'DartBiquadFilterNodeCustom.cpp', | 11 'DartBiquadFilterNodeCustom.cpp', |
| 12 'DartCryptoCustom.cpp', | 12 'DartCryptoCustom.cpp', |
| 13 'DartCryptoKeyCustom.cpp', | 13 'DartCryptoKeyCustom.cpp', |
| 14 'DartDeviceMotionEventCustom.cpp', | 14 'DartDeviceMotionEventCustom.cpp', |
| 15 'DartDeviceOrientationEventCustom.cpp', | 15 'DartDeviceOrientationEventCustom.cpp', |
| 16 'DartEntryCustom.cpp', | 16 'DartEntryCustom.cpp', |
| 17 'DartEntrySyncCustom.cpp', | 17 'DartEntrySyncCustom.cpp', |
| 18 'DartOscillatorNodeCustom.cpp', | 18 'DartOscillatorNodeCustom.cpp', |
| 19 'DartSQLResultSetRowListCustom.cpp', | 19 'DartSQLResultSetRowListCustom.cpp', |
| 20 'DartSQLStatementErrorCallbackCustom.cpp', | 20 'DartSQLStatementErrorCallbackCustom.cpp', |
| 21 'DartSQLTransactionCustom.cpp', | 21 'DartSQLTransactionCustom.cpp', |
| 22 'DartSQLTransactionSyncCustom.cpp', | |
| 23 'DartScriptProcessorNodeCustom.cpp', | 22 'DartScriptProcessorNodeCustom.cpp', |
| 24 'DartServiceWorkerClientCustom.cpp', | 23 'DartServiceWorkerClientCustom.cpp', |
| 25 'DartServiceWorkerCustom.cpp', | 24 'DartServiceWorkerCustom.cpp', |
| 26 'DartSubtleCryptoCustom.cpp', | 25 'DartSubtleCryptoCustom.cpp', |
| 27 'DartWaveShaperNodeCustom.cpp', | 26 'DartWaveShaperNodeCustom.cpp', |
| 28 ], | 27 ], |
| 29 }, | 28 }, |
| 30 } | 29 } |
| OLD | NEW |