| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'ScriptValueSerializer.cpp', | 100 'ScriptValueSerializer.cpp', |
| 101 'ScriptValueSerializer.h', | 101 'ScriptValueSerializer.h', |
| 102 'ScriptWrappable.cpp', | 102 'ScriptWrappable.cpp', |
| 103 'ScriptWrappable.h', | 103 'ScriptWrappable.h', |
| 104 'SerializationTag.h', | 104 'SerializationTag.h', |
| 105 'SerializedScriptValue.cpp', | 105 'SerializedScriptValue.cpp', |
| 106 'SerializedScriptValue.h', | 106 'SerializedScriptValue.h', |
| 107 'SerializedScriptValueFactory.cpp', | 107 'SerializedScriptValueFactory.cpp', |
| 108 'SerializedScriptValueFactory.h', | 108 'SerializedScriptValueFactory.h', |
| 109 'SharedPersistent.h', | 109 'SharedPersistent.h', |
| 110 'ToV8.cpp', |
| 110 'ToV8.h', | 111 'ToV8.h', |
| 111 'V8AbstractEventListener.cpp', | 112 'V8AbstractEventListener.cpp', |
| 112 'V8AbstractEventListener.h', | 113 'V8AbstractEventListener.h', |
| 113 'V8Binding.cpp', | 114 'V8Binding.cpp', |
| 114 'V8Binding.h', | 115 'V8Binding.h', |
| 115 'V8BindingMacros.h', | 116 'V8BindingMacros.h', |
| 116 'V8CacheOptions.h', | 117 'V8CacheOptions.h', |
| 117 'V8CustomElementLifecycleCallbacks.cpp', | 118 'V8CustomElementLifecycleCallbacks.cpp', |
| 118 'V8CustomElementLifecycleCallbacks.h', | 119 'V8CustomElementLifecycleCallbacks.h', |
| 119 'V8DOMActivityLogger.cpp', | 120 'V8DOMActivityLogger.cpp', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'ScriptStreamerTest.cpp', | 198 'ScriptStreamerTest.cpp', |
| 198 'SerializedScriptValueTest.cpp', | 199 'SerializedScriptValueTest.cpp', |
| 199 'ToV8Test.cpp', | 200 'ToV8Test.cpp', |
| 200 'V8BindingForTesting.cpp', | 201 'V8BindingForTesting.cpp', |
| 201 'V8BindingForTesting.h', | 202 'V8BindingForTesting.h', |
| 202 'V8BindingTest.cpp', | 203 'V8BindingTest.cpp', |
| 203 'V8ScriptRunnerTest.cpp', | 204 'V8ScriptRunnerTest.cpp', |
| 204 ], | 205 ], |
| 205 }, | 206 }, |
| 206 } | 207 } |
| OLD | NEW |