| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'V8ErrorHandler.h', | 126 'V8ErrorHandler.h', |
| 127 'V8EventListener.cpp', | 127 'V8EventListener.cpp', |
| 128 'V8EventListener.h', | 128 'V8EventListener.h', |
| 129 'V8EventListenerInfo.h', | 129 'V8EventListenerInfo.h', |
| 130 'V8EventListenerList.cpp', | 130 'V8EventListenerList.cpp', |
| 131 'V8EventListenerList.h', | 131 'V8EventListenerList.h', |
| 132 'V8GCController.cpp', | 132 'V8GCController.cpp', |
| 133 'V8GCController.h', | 133 'V8GCController.h', |
| 134 'ScriptWrappableVisitor.cpp', | 134 'ScriptWrappableVisitor.cpp', |
| 135 'ScriptWrappableVisitor.h', | 135 'ScriptWrappableVisitor.h', |
| 136 'ScriptWrappableVisitorVerifier.h', |
| 136 'V8GCForContextDispose.cpp', | 137 'V8GCForContextDispose.cpp', |
| 137 'V8GCForContextDispose.h', | 138 'V8GCForContextDispose.h', |
| 138 'V8GlobalValueMap.h', | 139 'V8GlobalValueMap.h', |
| 139 'V8HiddenValue.cpp', | 140 'V8HiddenValue.cpp', |
| 140 'V8HiddenValue.h', | 141 'V8HiddenValue.h', |
| 141 'V8IdleTaskRunner.h', | 142 'V8IdleTaskRunner.h', |
| 142 'V8Initializer.cpp', | 143 'V8Initializer.cpp', |
| 143 'V8Initializer.h', | 144 'V8Initializer.h', |
| 144 'V8IntersectionObserverCallback.cpp', | 145 'V8IntersectionObserverCallback.cpp', |
| 145 'V8IntersectionObserverCallback.h', | 146 'V8IntersectionObserverCallback.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'ScriptStreamerTest.cpp', | 196 'ScriptStreamerTest.cpp', |
| 196 'SerializedScriptValueTest.cpp', | 197 'SerializedScriptValueTest.cpp', |
| 197 'ToV8Test.cpp', | 198 'ToV8Test.cpp', |
| 198 'V8BindingForTesting.cpp', | 199 'V8BindingForTesting.cpp', |
| 199 'V8BindingForTesting.h', | 200 'V8BindingForTesting.h', |
| 200 'V8BindingTest.cpp', | 201 'V8BindingTest.cpp', |
| 201 'V8ScriptRunnerTest.cpp', | 202 'V8ScriptRunnerTest.cpp', |
| 202 ], | 203 ], |
| 203 }, | 204 }, |
| 204 } | 205 } |
| OLD | NEW |