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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'ScheduledAction.h', | 57 'ScheduledAction.h', |
58 'ScopedPersistent.h', | 58 'ScopedPersistent.h', |
59 'ScriptCallStackFactory.cpp', | 59 'ScriptCallStackFactory.cpp', |
60 'ScriptCallStackFactory.h', | 60 'ScriptCallStackFactory.h', |
61 'ScriptController.cpp', | 61 'ScriptController.cpp', |
62 'ScriptController.h', | 62 'ScriptController.h', |
63 'ScriptEventListener.cpp', | 63 'ScriptEventListener.cpp', |
64 'ScriptEventListener.h', | 64 'ScriptEventListener.h', |
65 'ScriptFunction.cpp', | 65 'ScriptFunction.cpp', |
66 'ScriptFunction.h', | 66 'ScriptFunction.h', |
67 'ScriptFunctionCall.cpp', | |
68 'ScriptFunctionCall.h', | |
69 'ScriptPromise.cpp', | 67 'ScriptPromise.cpp', |
70 'ScriptPromise.h', | 68 'ScriptPromise.h', |
71 'ScriptPromiseProperties.h', | 69 'ScriptPromiseProperties.h', |
72 'ScriptPromiseProperty.h', | 70 'ScriptPromiseProperty.h', |
73 'ScriptPromisePropertyBase.cpp', | 71 'ScriptPromisePropertyBase.cpp', |
74 'ScriptPromisePropertyBase.h', | 72 'ScriptPromisePropertyBase.h', |
75 'ScriptPromiseResolver.cpp', | 73 'ScriptPromiseResolver.cpp', |
76 'ScriptPromiseResolver.h', | 74 'ScriptPromiseResolver.h', |
77 'ScriptRegexp.cpp', | 75 'ScriptRegexp.cpp', |
78 'ScriptRegexp.h', | 76 'ScriptRegexp.h', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'ScriptStreamerTest.cpp', | 187 'ScriptStreamerTest.cpp', |
190 'SerializedScriptValueTest.cpp', | 188 'SerializedScriptValueTest.cpp', |
191 'ToV8Test.cpp', | 189 'ToV8Test.cpp', |
192 'V8BindingForTesting.cpp', | 190 'V8BindingForTesting.cpp', |
193 'V8BindingForTesting.h', | 191 'V8BindingForTesting.h', |
194 'V8BindingTest.cpp', | 192 'V8BindingTest.cpp', |
195 'V8ScriptRunnerTest.cpp', | 193 'V8ScriptRunnerTest.cpp', |
196 ], | 194 ], |
197 }, | 195 }, |
198 } | 196 } |
OLD | NEW |