| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'ScriptPromise.cpp', | 77 'ScriptPromise.cpp', |
| 78 'ScriptPromise.h', | 78 'ScriptPromise.h', |
| 79 'ScriptPromiseProperties.h', | 79 'ScriptPromiseProperties.h', |
| 80 'ScriptPromiseProperty.h', | 80 'ScriptPromiseProperty.h', |
| 81 'ScriptPromisePropertyBase.cpp', | 81 'ScriptPromisePropertyBase.cpp', |
| 82 'ScriptPromisePropertyBase.h', | 82 'ScriptPromisePropertyBase.h', |
| 83 'ScriptPromiseResolver.cpp', | 83 'ScriptPromiseResolver.cpp', |
| 84 'ScriptPromiseResolver.h', | 84 'ScriptPromiseResolver.h', |
| 85 'ScriptRegexp.cpp', | 85 'ScriptRegexp.cpp', |
| 86 'ScriptRegexp.h', | 86 'ScriptRegexp.h', |
| 87 'ScriptSourceCode.cpp', |
| 87 'ScriptSourceCode.h', | 88 'ScriptSourceCode.h', |
| 88 'ScriptState.cpp', | 89 'ScriptState.cpp', |
| 89 'ScriptState.h', | 90 'ScriptState.h', |
| 90 'ScriptStreamer.cpp', | 91 'ScriptStreamer.cpp', |
| 91 'ScriptStreamer.h', | 92 'ScriptStreamer.h', |
| 92 'ScriptStreamerThread.cpp', | 93 'ScriptStreamerThread.cpp', |
| 93 'ScriptStreamerThread.h', | 94 'ScriptStreamerThread.h', |
| 94 'ScriptStreamingMode.h', | 95 'ScriptStreamingMode.h', |
| 95 'ScriptString.cpp', | 96 'ScriptString.cpp', |
| 96 'ScriptString.h', | 97 'ScriptString.h', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'ScriptPromiseResolverTest.cpp', | 191 'ScriptPromiseResolverTest.cpp', |
| 191 'ScriptPromiseTest.cpp', | 192 'ScriptPromiseTest.cpp', |
| 192 'ScriptStreamerTest.cpp', | 193 'ScriptStreamerTest.cpp', |
| 193 'SerializedScriptValueTest.cpp', | 194 'SerializedScriptValueTest.cpp', |
| 194 'ToV8Test.cpp', | 195 'ToV8Test.cpp', |
| 195 'V8BindingTest.cpp', | 196 'V8BindingTest.cpp', |
| 196 'V8ScriptRunnerTest.cpp', | 197 'V8ScriptRunnerTest.cpp', |
| 197 ], | 198 ], |
| 198 }, | 199 }, |
| 199 } | 200 } |
| OLD | NEW |