Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Side by Side Diff: Source/bindings/core/v8/v8.gypi

Issue 1031783003: Add V8ObjectBuilder helper and use in modules/crypto/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use "const String&" Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/bindings/core/v8/V8ObjectBuilder.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'V8LazyEventListener.cpp', 143 'V8LazyEventListener.cpp',
144 'V8LazyEventListener.h', 144 'V8LazyEventListener.h',
145 'V8MutationCallback.cpp', 145 'V8MutationCallback.cpp',
146 'V8MutationCallback.h', 146 'V8MutationCallback.h',
147 'V8NPObject.cpp', 147 'V8NPObject.cpp',
148 'V8NPObject.h', 148 'V8NPObject.h',
149 'V8NPUtils.cpp', 149 'V8NPUtils.cpp',
150 'V8NPUtils.h', 150 'V8NPUtils.h',
151 'V8NodeFilterCondition.cpp', 151 'V8NodeFilterCondition.cpp',
152 'V8NodeFilterCondition.h', 152 'V8NodeFilterCondition.h',
153 'V8ObjectBuilder.cpp',
154 'V8ObjectBuilder.h',
153 'V8ObjectConstructor.cpp', 155 'V8ObjectConstructor.cpp',
154 'V8ObjectConstructor.h', 156 'V8ObjectConstructor.h',
155 'V8PagePopupControllerBinding.cpp', 157 'V8PagePopupControllerBinding.cpp',
156 'V8PagePopupControllerBinding.h', 158 'V8PagePopupControllerBinding.h',
157 'V8PerContextData.cpp', 159 'V8PerContextData.cpp',
158 'V8PerContextData.h', 160 'V8PerContextData.h',
159 'V8PerIsolateData.cpp', 161 'V8PerIsolateData.cpp',
160 'V8PerIsolateData.h', 162 'V8PerIsolateData.h',
161 'V8PersistentValueMap.h', 163 'V8PersistentValueMap.h',
162 'V8PersistentValueVector.h', 164 'V8PersistentValueVector.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'ScriptStreamerTest.cpp', 199 'ScriptStreamerTest.cpp',
198 'SerializedScriptValueTest.cpp', 200 'SerializedScriptValueTest.cpp',
199 'ToV8Test.cpp', 201 'ToV8Test.cpp',
200 'V8BindingForTesting.cpp', 202 'V8BindingForTesting.cpp',
201 'V8BindingForTesting.h', 203 'V8BindingForTesting.h',
202 'V8BindingTest.cpp', 204 'V8BindingTest.cpp',
203 'V8ScriptRunnerTest.cpp', 205 'V8ScriptRunnerTest.cpp',
204 ], 206 ],
205 }, 207 },
206 } 208 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/V8ObjectBuilder.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698