| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'ScriptEventListener.cpp', | 67 'ScriptEventListener.cpp', |
| 68 'ScriptEventListener.h', | 68 'ScriptEventListener.h', |
| 69 'ScriptFunction.cpp', | 69 'ScriptFunction.cpp', |
| 70 'ScriptFunction.h', | 70 'ScriptFunction.h', |
| 71 'ScriptFunctionCall.cpp', | 71 'ScriptFunctionCall.cpp', |
| 72 'ScriptFunctionCall.h', | 72 'ScriptFunctionCall.h', |
| 73 'ScriptGCEvent.cpp', | 73 'ScriptGCEvent.cpp', |
| 74 'ScriptGCEvent.h', | 74 'ScriptGCEvent.h', |
| 75 'ScriptHeapSnapshot.cpp', | 75 'ScriptHeapSnapshot.cpp', |
| 76 'ScriptHeapSnapshot.h', | 76 'ScriptHeapSnapshot.h', |
| 77 'ScriptPreprocessor.cpp', | |
| 78 'ScriptPreprocessor.h', | |
| 79 'ScriptProfiler.cpp', | 77 'ScriptProfiler.cpp', |
| 80 'ScriptProfiler.h', | 78 'ScriptProfiler.h', |
| 81 'ScriptPromise.cpp', | 79 'ScriptPromise.cpp', |
| 82 'ScriptPromise.h', | 80 'ScriptPromise.h', |
| 83 'ScriptPromiseProperties.h', | 81 'ScriptPromiseProperties.h', |
| 84 'ScriptPromiseProperty.h', | 82 'ScriptPromiseProperty.h', |
| 85 'ScriptPromisePropertyBase.cpp', | 83 'ScriptPromisePropertyBase.cpp', |
| 86 'ScriptPromisePropertyBase.h', | 84 'ScriptPromisePropertyBase.h', |
| 87 'ScriptPromiseResolver.cpp', | 85 'ScriptPromiseResolver.cpp', |
| 88 'ScriptPromiseResolver.h', | 86 'ScriptPromiseResolver.h', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'ScriptPromiseResolverTest.cpp', | 193 'ScriptPromiseResolverTest.cpp', |
| 196 'ScriptPromiseTest.cpp', | 194 'ScriptPromiseTest.cpp', |
| 197 'ScriptStreamerTest.cpp', | 195 'ScriptStreamerTest.cpp', |
| 198 'SerializedScriptValueTest.cpp', | 196 'SerializedScriptValueTest.cpp', |
| 199 'ToV8Test.cpp', | 197 'ToV8Test.cpp', |
| 200 'V8BindingTest.cpp', | 198 'V8BindingTest.cpp', |
| 201 'V8ScriptRunnerTest.cpp', | 199 'V8ScriptRunnerTest.cpp', |
| 202 ], | 200 ], |
| 203 }, | 201 }, |
| 204 } | 202 } |
| OLD | NEW |