| 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 '../../modules/v8/generated.gypi', | 8 '../../modules/v8/generated.gypi', |
| 9 ], | 9 ], |
| 10 'variables': { | 10 'variables': { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'IDLDictionaryBase.cpp', | 47 'IDLDictionaryBase.cpp', |
| 48 'IDLDictionaryBase.h', | 48 'IDLDictionaryBase.h', |
| 49 'Iterable.h', | 49 'Iterable.h', |
| 50 'JSONValuesForV8.cpp', | 50 'JSONValuesForV8.cpp', |
| 51 'JSONValuesForV8.h', | 51 'JSONValuesForV8.h', |
| 52 'Maplike.h', | 52 'Maplike.h', |
| 53 'Microtask.cpp', | 53 'Microtask.cpp', |
| 54 'Microtask.h', | 54 'Microtask.h', |
| 55 'NativeValueTraits.h', | 55 'NativeValueTraits.h', |
| 56 'Nullable.h', | 56 'Nullable.h', |
| 57 'OnStackObjectChecker.cpp', | |
| 58 'OnStackObjectChecker.h', | |
| 59 'PrivateScriptRunner.cpp', | 57 'PrivateScriptRunner.cpp', |
| 60 'PrivateScriptRunner.h', | 58 'PrivateScriptRunner.h', |
| 61 'RejectedPromises.cpp', | 59 'RejectedPromises.cpp', |
| 62 'RejectedPromises.h', | 60 'RejectedPromises.h', |
| 63 'RetainedDOMInfo.cpp', | 61 'RetainedDOMInfo.cpp', |
| 64 'RetainedDOMInfo.h', | 62 'RetainedDOMInfo.h', |
| 65 'RetainedObjectInfo.h', | 63 'RetainedObjectInfo.h', |
| 66 'ScheduledAction.cpp', | 64 'ScheduledAction.cpp', |
| 67 'ScheduledAction.h', | 65 'ScheduledAction.h', |
| 68 'ScopedPersistent.h', | 66 'ScopedPersistent.h', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'ScriptValueSerializerTest.cpp', | 199 'ScriptValueSerializerTest.cpp', |
| 202 'SerializedScriptValueTest.cpp', | 200 'SerializedScriptValueTest.cpp', |
| 203 'ToV8Test.cpp', | 201 'ToV8Test.cpp', |
| 204 'V8BindingForTesting.cpp', | 202 'V8BindingForTesting.cpp', |
| 205 'V8BindingForTesting.h', | 203 'V8BindingForTesting.h', |
| 206 'V8BindingTest.cpp', | 204 'V8BindingTest.cpp', |
| 207 'V8ScriptRunnerTest.cpp', | 205 'V8ScriptRunnerTest.cpp', |
| 208 ], | 206 ], |
| 209 }, | 207 }, |
| 210 } | 208 } |
| OLD | NEW |