| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'V8DOMActivityLogger.cpp', | 117 'V8DOMActivityLogger.cpp', |
| 118 'V8DOMActivityLogger.h', | 118 'V8DOMActivityLogger.h', |
| 119 'V8DOMConfiguration.cpp', | 119 'V8DOMConfiguration.cpp', |
| 120 'V8DOMConfiguration.h', | 120 'V8DOMConfiguration.h', |
| 121 'V8DOMWrapper.cpp', | 121 'V8DOMWrapper.cpp', |
| 122 'V8DOMWrapper.h', | 122 'V8DOMWrapper.h', |
| 123 'V8ErrorHandler.cpp', | 123 'V8ErrorHandler.cpp', |
| 124 'V8ErrorHandler.h', | 124 'V8ErrorHandler.h', |
| 125 'V8EventListener.cpp', | 125 'V8EventListener.cpp', |
| 126 'V8EventListener.h', | 126 'V8EventListener.h', |
| 127 'V8EventListenerInfo.h', |
| 127 'V8EventListenerList.cpp', | 128 'V8EventListenerList.cpp', |
| 128 'V8EventListenerList.h', | 129 'V8EventListenerList.h', |
| 129 'V8GCController.cpp', | 130 'V8GCController.cpp', |
| 130 'V8GCController.h', | 131 'V8GCController.h', |
| 131 'ScriptWrappableVisitor.cpp', | 132 'ScriptWrappableVisitor.cpp', |
| 132 'ScriptWrappableVisitor.h', | 133 'ScriptWrappableVisitor.h', |
| 133 'V8GCForContextDispose.cpp', | 134 'V8GCForContextDispose.cpp', |
| 134 'V8GCForContextDispose.h', | 135 'V8GCForContextDispose.h', |
| 135 'V8GlobalValueMap.h', | 136 'V8GlobalValueMap.h', |
| 136 'V8HiddenValue.cpp', | 137 'V8HiddenValue.cpp', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'ScriptStreamerTest.cpp', | 189 'ScriptStreamerTest.cpp', |
| 189 'SerializedScriptValueTest.cpp', | 190 'SerializedScriptValueTest.cpp', |
| 190 'ToV8Test.cpp', | 191 'ToV8Test.cpp', |
| 191 'V8BindingForTesting.cpp', | 192 'V8BindingForTesting.cpp', |
| 192 'V8BindingForTesting.h', | 193 'V8BindingForTesting.h', |
| 193 'V8BindingTest.cpp', | 194 'V8BindingTest.cpp', |
| 194 'V8ScriptRunnerTest.cpp', | 195 'V8ScriptRunnerTest.cpp', |
| 195 ], | 196 ], |
| 196 }, | 197 }, |
| 197 } | 198 } |
| OLD | NEW |