| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'V8LazyEventListener.cpp', | 143 'V8LazyEventListener.cpp', |
| 144 'V8LazyEventListener.h', | 144 'V8LazyEventListener.h', |
| 145 'V8MutationCallback.cpp', | 145 'V8MutationCallback.cpp', |
| 146 'V8MutationCallback.h', | 146 'V8MutationCallback.h', |
| 147 'V8NPObject.cpp', | 147 'V8NPObject.cpp', |
| 148 'V8NPObject.h', | 148 'V8NPObject.h', |
| 149 'V8NPUtils.cpp', | 149 'V8NPUtils.cpp', |
| 150 'V8NPUtils.h', | 150 'V8NPUtils.h', |
| 151 'V8NodeFilterCondition.cpp', | 151 'V8NodeFilterCondition.cpp', |
| 152 'V8NodeFilterCondition.h', | 152 'V8NodeFilterCondition.h', |
| 153 'V8ObjectBuilder.cpp', |
| 154 'V8ObjectBuilder.h', |
| 153 'V8ObjectConstructor.cpp', | 155 'V8ObjectConstructor.cpp', |
| 154 'V8ObjectConstructor.h', | 156 'V8ObjectConstructor.h', |
| 155 'V8PagePopupControllerBinding.cpp', | 157 'V8PagePopupControllerBinding.cpp', |
| 156 'V8PagePopupControllerBinding.h', | 158 'V8PagePopupControllerBinding.h', |
| 157 'V8PerContextData.cpp', | 159 'V8PerContextData.cpp', |
| 158 'V8PerContextData.h', | 160 'V8PerContextData.h', |
| 159 'V8PerIsolateData.cpp', | 161 'V8PerIsolateData.cpp', |
| 160 'V8PerIsolateData.h', | 162 'V8PerIsolateData.h', |
| 161 'V8PersistentValueMap.h', | 163 'V8PersistentValueMap.h', |
| 162 'V8PersistentValueVector.h', | 164 'V8PersistentValueVector.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'ScriptStreamerTest.cpp', | 199 'ScriptStreamerTest.cpp', |
| 198 'SerializedScriptValueTest.cpp', | 200 'SerializedScriptValueTest.cpp', |
| 199 'ToV8Test.cpp', | 201 'ToV8Test.cpp', |
| 200 'V8BindingForTesting.cpp', | 202 'V8BindingForTesting.cpp', |
| 201 'V8BindingForTesting.h', | 203 'V8BindingForTesting.h', |
| 202 'V8BindingTest.cpp', | 204 'V8BindingTest.cpp', |
| 203 'V8ScriptRunnerTest.cpp', | 205 'V8ScriptRunnerTest.cpp', |
| 204 ], | 206 ], |
| 205 }, | 207 }, |
| 206 } | 208 } |
| OLD | NEW |