| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'ScriptStreamerThread.cpp', | 91 'ScriptStreamerThread.cpp', |
| 92 'ScriptStreamerThread.h', | 92 'ScriptStreamerThread.h', |
| 93 'ScriptString.cpp', | 93 'ScriptString.cpp', |
| 94 'ScriptString.h', | 94 'ScriptString.h', |
| 95 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
| 96 'ScriptValue.h', | 96 'ScriptValue.h', |
| 97 'ScriptValueSerializer.cpp', | 97 'ScriptValueSerializer.cpp', |
| 98 'ScriptValueSerializer.h', | 98 'ScriptValueSerializer.h', |
| 99 'ScriptWrappable.cpp', | 99 'ScriptWrappable.cpp', |
| 100 'ScriptWrappable.h', | 100 'ScriptWrappable.h', |
| 101 'ScrollStateCallbackToScriptValue.cpp', |
| 102 'ScrollStateCallbackToScriptValue.h', |
| 101 'SerializationTag.h', | 103 'SerializationTag.h', |
| 102 'SerializedScriptValue.cpp', | 104 'SerializedScriptValue.cpp', |
| 103 'SerializedScriptValue.h', | 105 'SerializedScriptValue.h', |
| 104 'SerializedScriptValueFactory.cpp', | 106 'SerializedScriptValueFactory.cpp', |
| 105 'SerializedScriptValueFactory.h', | 107 'SerializedScriptValueFactory.h', |
| 106 'SharedPersistent.h', | 108 'SharedPersistent.h', |
| 107 'ToV8.cpp', | 109 'ToV8.cpp', |
| 108 'ToV8.h', | 110 'ToV8.h', |
| 109 'V8AbstractEventListener.cpp', | 111 'V8AbstractEventListener.cpp', |
| 110 'V8AbstractEventListener.h', | 112 'V8AbstractEventListener.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'ScriptStreamerTest.cpp', | 205 'ScriptStreamerTest.cpp', |
| 204 'SerializedScriptValueTest.cpp', | 206 'SerializedScriptValueTest.cpp', |
| 205 'ToV8Test.cpp', | 207 'ToV8Test.cpp', |
| 206 'V8BindingForTesting.cpp', | 208 'V8BindingForTesting.cpp', |
| 207 'V8BindingForTesting.h', | 209 'V8BindingForTesting.h', |
| 208 'V8BindingTest.cpp', | 210 'V8BindingTest.cpp', |
| 209 'V8ScriptRunnerTest.cpp', | 211 'V8ScriptRunnerTest.cpp', |
| 210 ], | 212 ], |
| 211 }, | 213 }, |
| 212 } | 214 } |
| OLD | NEW |