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

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

Issue 1702223002: PaymentRequest API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows linking. Created 4 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
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 21 matching lines...) Expand all
32 'DictionaryHelperForCore.cpp', 32 'DictionaryHelperForCore.cpp',
33 'DictionaryIterator.cpp', 33 'DictionaryIterator.cpp',
34 'DictionaryIterator.h', 34 'DictionaryIterator.h',
35 'ExceptionMessages.cpp', 35 'ExceptionMessages.cpp',
36 'ExceptionMessages.h', 36 'ExceptionMessages.h',
37 'ExceptionState.cpp', 37 'ExceptionState.cpp',
38 'ExceptionState.h', 38 'ExceptionState.h',
39 'ExceptionStatePlaceholder.cpp', 39 'ExceptionStatePlaceholder.cpp',
40 'ExceptionStatePlaceholder.h', 40 'ExceptionStatePlaceholder.h',
41 'Iterable.h', 41 'Iterable.h',
42 'JSONValuesForV8.cpp',
43 'JSONValuesForV8.h',
42 'Maplike.h', 44 'Maplike.h',
43 'NativeValueTraits.h', 45 'NativeValueTraits.h',
44 'NPV8Object.cpp', 46 'NPV8Object.cpp',
45 'NPV8Object.h', 47 'NPV8Object.h',
46 'Nullable.h', 48 'Nullable.h',
47 'OnStackObjectChecker.cpp', 49 'OnStackObjectChecker.cpp',
48 'OnStackObjectChecker.h', 50 'OnStackObjectChecker.h',
49 'PrivateScriptRunner.cpp', 51 'PrivateScriptRunner.cpp',
50 'PrivateScriptRunner.h', 52 'PrivateScriptRunner.h',
51 'ReadableStreamOperations.cpp', 53 'ReadableStreamOperations.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'ScriptStreamerTest.cpp', 191 'ScriptStreamerTest.cpp',
190 'SerializedScriptValueTest.cpp', 192 'SerializedScriptValueTest.cpp',
191 'ToV8Test.cpp', 193 'ToV8Test.cpp',
192 'V8BindingForTesting.cpp', 194 'V8BindingForTesting.cpp',
193 'V8BindingForTesting.h', 195 'V8BindingForTesting.h',
194 'V8BindingTest.cpp', 196 'V8BindingTest.cpp',
195 'V8ScriptRunnerTest.cpp', 197 'V8ScriptRunnerTest.cpp',
196 ], 198 ],
197 }, 199 },
198 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698