| 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_common_dir': '.', | 7 'bindings_common_dir': '.', |
| 8 'bindings_common_files': [ | 8 'bindings_common_files': [ |
| 9 'AbstractArrayValue.h', | 9 'AbstractArrayValue.h', |
| 10 'AbstractDictionary.h', | 10 'AbstractDictionary.h', |
| 11 'AbstractScriptValue.h', | 11 'AbstractScriptValue.h', |
| 12 'ArrayValue.h', | 12 'ArrayValue.h', |
| 13 'BindingSecurity.cpp', | 13 'BindingSecurity.cpp', |
| 14 'BindingSecurity.h', | 14 'BindingSecurity.h', |
| 15 'DeleteResult.h', | 15 'DeleteResult.h', |
| 16 'Dictionary.cpp', | 16 'Dictionary.cpp', |
| 17 'Dictionary.h', | 17 'Dictionary.h', |
| 18 'ExceptionMessages.cpp', | 18 'ExceptionMessages.cpp', |
| 19 'ExceptionMessages.h', | 19 'ExceptionMessages.h', |
| 20 'ExceptionState.h', | 20 'ExceptionState.h', |
| 21 'ExceptionStatePlaceholder.cpp', | 21 'ExceptionStatePlaceholder.cpp', |
| 22 'ExceptionStatePlaceholder.h', | 22 'ExceptionStatePlaceholder.h', |
| 23 'Nullable.h', | 23 'Nullable.h', |
| 24 'ScheduledAction.h', | 24 'ScheduledAction.h', |
| 25 'ScriptState.h', | 25 'ScriptState.h', |
| 26 'ScriptValue.cpp', | 26 'ScriptValue.cpp', |
| 27 'ScriptValue.h', | 27 'ScriptValue.h', |
| 28 'ScriptWrappable.h', | 28 'ScriptWrappable.h', |
| 29 'StackTrace.h', | 29 'StackTrace.h', |
| 30 'StackTrace.cpp', |
| 30 ], | 31 ], |
| 31 }, | 32 }, |
| 32 } | 33 } |
| OLD | NEW |