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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 years, 3 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'V8NodeFilterCondition.cpp', 143 'V8NodeFilterCondition.cpp',
144 'V8NodeFilterCondition.h', 144 'V8NodeFilterCondition.h',
145 'V8ObjectBuilder.cpp', 145 'V8ObjectBuilder.cpp',
146 'V8ObjectBuilder.h', 146 'V8ObjectBuilder.h',
147 'V8ObjectConstructor.cpp', 147 'V8ObjectConstructor.cpp',
148 'V8ObjectConstructor.h', 148 'V8ObjectConstructor.h',
149 'V8PagePopupControllerBinding.cpp', 149 'V8PagePopupControllerBinding.cpp',
150 'V8PagePopupControllerBinding.h', 150 'V8PagePopupControllerBinding.h',
151 'V8PerContextData.cpp', 151 'V8PerContextData.cpp',
152 'V8PerContextData.h', 152 'V8PerContextData.h',
153 'V8PerformanceObserverCallback.cpp',
154 'V8PerformanceObserverCallback.h',
153 'V8PerIsolateData.cpp', 155 'V8PerIsolateData.cpp',
154 'V8PerIsolateData.h', 156 'V8PerIsolateData.h',
155 'V8PersistentValueVector.h', 157 'V8PersistentValueVector.h',
156 'V8RecursionScope.cpp', 158 'V8RecursionScope.cpp',
157 'V8RecursionScope.h', 159 'V8RecursionScope.h',
158 'V8ScriptRunner.cpp', 160 'V8ScriptRunner.cpp',
159 'V8ScriptRunner.h', 161 'V8ScriptRunner.h',
160 'V8StringResource.cpp', 162 'V8StringResource.cpp',
161 'V8StringResource.h', 163 'V8StringResource.h',
162 'V8ThrowException.cpp', 164 'V8ThrowException.cpp',
(...skipping 21 matching lines...) Expand all
184 'ScriptStreamerTest.cpp', 186 'ScriptStreamerTest.cpp',
185 'SerializedScriptValueTest.cpp', 187 'SerializedScriptValueTest.cpp',
186 'ToV8Test.cpp', 188 'ToV8Test.cpp',
187 'V8BindingForTesting.cpp', 189 'V8BindingForTesting.cpp',
188 'V8BindingForTesting.h', 190 'V8BindingForTesting.h',
189 'V8BindingTest.cpp', 191 'V8BindingTest.cpp',
190 'V8ScriptRunnerTest.cpp', 192 'V8ScriptRunnerTest.cpp',
191 ], 193 ],
192 }, 194 },
193 } 195 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/custom.gypi ('k') | Source/bindings/templates/copyright_block.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698