| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'ScriptValueSerializer.cpp', | 95 'ScriptValueSerializer.cpp', |
| 96 'ScriptValueSerializer.h', | 96 'ScriptValueSerializer.h', |
| 97 'ScriptWrappable.cpp', | 97 'ScriptWrappable.cpp', |
| 98 'ScriptWrappable.h', | 98 'ScriptWrappable.h', |
| 99 'SerializationTag.h', | 99 'SerializationTag.h', |
| 100 'SerializedScriptValue.cpp', | 100 'SerializedScriptValue.cpp', |
| 101 'SerializedScriptValue.h', | 101 'SerializedScriptValue.h', |
| 102 'SerializedScriptValueFactory.cpp', | 102 'SerializedScriptValueFactory.cpp', |
| 103 'SerializedScriptValueFactory.h', | 103 'SerializedScriptValueFactory.h', |
| 104 'SharedPersistent.h', | 104 'SharedPersistent.h', |
| 105 'Transferable.h', | 105 'Transferables.cpp', |
| 106 'TransferableArrayBuffer.h', | 106 'Transferables.h', |
| 107 'TransferableImageBitmap.h', | |
| 108 'TransferableMessagePort.h', | |
| 109 'ToV8.cpp', | 107 'ToV8.cpp', |
| 110 'ToV8.h', | 108 'ToV8.h', |
| 111 'V8AbstractEventListener.cpp', | 109 'V8AbstractEventListener.cpp', |
| 112 'V8AbstractEventListener.h', | 110 'V8AbstractEventListener.h', |
| 113 'V8Binding.cpp', | 111 'V8Binding.cpp', |
| 114 'V8Binding.h', | 112 'V8Binding.h', |
| 115 'V8BindingMacros.h', | 113 'V8BindingMacros.h', |
| 116 'V8CacheOptions.h', | 114 'V8CacheOptions.h', |
| 117 'V8CustomElementLifecycleCallbacks.cpp', | 115 'V8CustomElementLifecycleCallbacks.cpp', |
| 118 'V8CustomElementLifecycleCallbacks.h', | 116 'V8CustomElementLifecycleCallbacks.h', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'ScriptStreamerTest.cpp', | 186 'ScriptStreamerTest.cpp', |
| 189 'SerializedScriptValueTest.cpp', | 187 'SerializedScriptValueTest.cpp', |
| 190 'ToV8Test.cpp', | 188 'ToV8Test.cpp', |
| 191 'V8BindingForTesting.cpp', | 189 'V8BindingForTesting.cpp', |
| 192 'V8BindingForTesting.h', | 190 'V8BindingForTesting.h', |
| 193 'V8BindingTest.cpp', | 191 'V8BindingTest.cpp', |
| 194 'V8ScriptRunnerTest.cpp', | 192 'V8ScriptRunnerTest.cpp', |
| 195 ], | 193 ], |
| 196 }, | 194 }, |
| 197 } | 195 } |
| OLD | NEW |