Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Side by Side Diff: Source/bindings/modules/dart/custom/custom.gypi

Issue 870413006: Remove DartSQLTransactionSyncCustom dpesn't seem to be used in V8 anymore and we don't seem to gene… (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium/
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/modules/dart/custom/DartSQLTransactionSyncCustom.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/dart/custom/DartSQLTransactionSyncCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698