| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'bindings_common_dir': '.', | |
| 8 'bindings_common_files': [ | |
| 9 'AbstractArrayValue.h', | |
| 10 'AbstractScriptPromise.h', | |
| 11 'AbstractScriptPromiseResolver.h', | |
| 12 'AbstractScriptValue.h', | |
| 13 'ArrayValue.h', | |
| 14 'BindingSecurity.cpp', | |
| 15 'BindingSecurity.h', | |
| 16 'DeleteResult.h', | |
| 17 'ExceptionMessages.cpp', | |
| 18 'ExceptionMessages.h', | |
| 19 'ExceptionState.h', | |
| 20 'ExceptionStatePlaceholder.cpp', | |
| 21 'ExceptionStatePlaceholder.h', | |
| 22 'Nullable.h', | |
| 23 'ScheduledAction.h', | |
| 24 'ScriptPromiseResolver.h', | |
| 25 'ScriptState.h', | |
| 26 'ScriptValue.cpp', | |
| 27 'ScriptValue.h', | |
| 28 'ScriptWrappable.h', | |
| 29 ], | |
| 30 }, | |
| 31 } | |
| OLD | NEW |