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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'SharedPersistent.h', | 106 'SharedPersistent.h', |
107 'SourceLocation.cpp', | 107 'SourceLocation.cpp', |
108 'SourceLocation.h', | 108 'SourceLocation.h', |
109 'Transferables.h', | 109 'Transferables.h', |
110 'ToV8.cpp', | 110 'ToV8.cpp', |
111 'ToV8.h', | 111 'ToV8.h', |
112 'V8AbstractEventListener.cpp', | 112 'V8AbstractEventListener.cpp', |
113 'V8AbstractEventListener.h', | 113 'V8AbstractEventListener.h', |
114 'V8Binding.cpp', | 114 'V8Binding.cpp', |
115 'V8Binding.h', | 115 'V8Binding.h', |
| 116 'V8BindingMacros.cpp', |
116 'V8BindingMacros.h', | 117 'V8BindingMacros.h', |
117 'V8CacheOptions.h', | 118 'V8CacheOptions.h', |
118 'V8CacheStrategiesForCacheStorage.h', | 119 'V8CacheStrategiesForCacheStorage.h', |
119 'V8DOMActivityLogger.cpp', | 120 'V8DOMActivityLogger.cpp', |
120 'V8DOMActivityLogger.h', | 121 'V8DOMActivityLogger.h', |
121 'V8DOMConfiguration.cpp', | 122 'V8DOMConfiguration.cpp', |
122 'V8DOMConfiguration.h', | 123 'V8DOMConfiguration.h', |
123 'V8DOMWrapper.cpp', | 124 'V8DOMWrapper.cpp', |
124 'V8DOMWrapper.h', | 125 'V8DOMWrapper.h', |
125 'V8ErrorHandler.cpp', | 126 'V8ErrorHandler.cpp', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'ScriptStreamerTest.cpp', | 197 'ScriptStreamerTest.cpp', |
197 'SerializedScriptValueTest.cpp', | 198 'SerializedScriptValueTest.cpp', |
198 'ToV8Test.cpp', | 199 'ToV8Test.cpp', |
199 'V8BindingForTesting.cpp', | 200 'V8BindingForTesting.cpp', |
200 'V8BindingForTesting.h', | 201 'V8BindingForTesting.h', |
201 'V8BindingTest.cpp', | 202 'V8BindingTest.cpp', |
202 'V8ScriptRunnerTest.cpp', | 203 'V8ScriptRunnerTest.cpp', |
203 ], | 204 ], |
204 }, | 205 }, |
205 } | 206 } |
OLD | NEW |