| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'PrivateScriptRunner.cpp', | 55 'PrivateScriptRunner.cpp', |
| 56 'PrivateScriptRunner.h', | 56 'PrivateScriptRunner.h', |
| 57 'RejectedPromises.cpp', | 57 'RejectedPromises.cpp', |
| 58 'RejectedPromises.h', | 58 'RejectedPromises.h', |
| 59 'RetainedDOMInfo.cpp', | 59 'RetainedDOMInfo.cpp', |
| 60 'RetainedDOMInfo.h', | 60 'RetainedDOMInfo.h', |
| 61 'RetainedObjectInfo.h', | 61 'RetainedObjectInfo.h', |
| 62 'ScheduledAction.cpp', | 62 'ScheduledAction.cpp', |
| 63 'ScheduledAction.h', | 63 'ScheduledAction.h', |
| 64 'ScopedPersistent.h', | 64 'ScopedPersistent.h', |
| 65 'ScriptCallStack.cpp', | |
| 66 'ScriptCallStack.h', | |
| 67 'ScriptController.cpp', | 65 'ScriptController.cpp', |
| 68 'ScriptController.h', | 66 'ScriptController.h', |
| 69 'ScriptEventListener.cpp', | 67 'ScriptEventListener.cpp', |
| 70 'ScriptEventListener.h', | 68 'ScriptEventListener.h', |
| 71 'ScriptFunction.cpp', | 69 'ScriptFunction.cpp', |
| 72 'ScriptFunction.h', | 70 'ScriptFunction.h', |
| 73 'ScriptPromise.cpp', | 71 'ScriptPromise.cpp', |
| 74 'ScriptPromise.h', | 72 'ScriptPromise.h', |
| 75 'ScriptPromiseProperties.h', | 73 'ScriptPromiseProperties.h', |
| 76 'ScriptPromiseProperty.h', | 74 'ScriptPromiseProperty.h', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'ScriptStreamerTest.cpp', | 189 'ScriptStreamerTest.cpp', |
| 192 'SerializedScriptValueTest.cpp', | 190 'SerializedScriptValueTest.cpp', |
| 193 'ToV8Test.cpp', | 191 'ToV8Test.cpp', |
| 194 'V8BindingForTesting.cpp', | 192 'V8BindingForTesting.cpp', |
| 195 'V8BindingForTesting.h', | 193 'V8BindingForTesting.h', |
| 196 'V8BindingTest.cpp', | 194 'V8BindingTest.cpp', |
| 197 'V8ScriptRunnerTest.cpp', | 195 'V8ScriptRunnerTest.cpp', |
| 198 ], | 196 ], |
| 199 }, | 197 }, |
| 200 } | 198 } |
| OLD | NEW |