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

Side by Side Diff: sky/engine/core/core.gni

Issue 794413003: Run gn format on all gni files (gn version 307087) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/config.gni ('k') | no next file » | 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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 "rendering/style/StyleWillChangeData.h", 1251 "rendering/style/StyleWillChangeData.h",
1252 "rendering/SubtreeLayoutScope.cpp", 1252 "rendering/SubtreeLayoutScope.cpp",
1253 "rendering/SubtreeLayoutScope.h", 1253 "rendering/SubtreeLayoutScope.h",
1254 "rendering/TextRunConstructor.cpp", 1254 "rendering/TextRunConstructor.cpp",
1255 "rendering/TextRunConstructor.h", 1255 "rendering/TextRunConstructor.h",
1256 "rendering/TrailingFloatsRootInlineBox.h", 1256 "rendering/TrailingFloatsRootInlineBox.h",
1257 "rendering/VerticalPositionCache.h", 1257 "rendering/VerticalPositionCache.h",
1258 ] 1258 ]
1259 1259
1260 core_idl_files = get_path_info([ 1260 core_idl_files = get_path_info([
1261 "animation/Animation.idl", 1261 "animation/Animation.idl",
1262 "animation/AnimationEffect.idl", 1262 "animation/AnimationEffect.idl",
1263 "animation/AnimationNode.idl", 1263 "animation/AnimationNode.idl",
1264 "animation/AnimationPlayer.idl", 1264 "animation/AnimationPlayer.idl",
1265 "animation/AnimationTimeline.idl", 1265 "animation/AnimationTimeline.idl",
1266 "animation/Timing.idl", 1266 "animation/Timing.idl",
1267 "app/AbstractModule.idl", 1267 "app/AbstractModule.idl",
1268 "app/Application.idl", 1268 "app/Application.idl",
1269 "app/Module.idl", 1269 "app/Module.idl",
1270 "css/CSS.idl", 1270 "css/CSS.idl",
1271 "css/CSSFilterValue.idl", 1271 "css/CSSFilterValue.idl",
1272 "css/CSSMatrix.idl", 1272 "css/CSSMatrix.idl",
1273 "css/CSSPrimitiveValue.idl", 1273 "css/CSSPrimitiveValue.idl",
1274 "css/CSSStyleDeclaration.idl", 1274 "css/CSSStyleDeclaration.idl",
1275 "css/CSSTransformValue.idl", 1275 "css/CSSTransformValue.idl",
1276 "css/CSSValue.idl", 1276 "css/CSSValue.idl",
1277 "css/CSSValueList.idl", 1277 "css/CSSValueList.idl",
1278 "css/FontFace.idl", 1278 "css/FontFace.idl",
1279 "css/FontFaceSet.idl", 1279 "css/FontFaceSet.idl",
1280 "css/FontFaceSetForEachCallback.idl", 1280 "css/FontFaceSetForEachCallback.idl",
1281 "css/FontFaceSetLoadEvent.idl", 1281 "css/FontFaceSetLoadEvent.idl",
1282 "css/MediaQueryList.idl", 1282 "css/MediaQueryList.idl",
1283 "css/MediaQueryListEvent.idl", 1283 "css/MediaQueryListEvent.idl",
1284 "css/Rect.idl", 1284 "css/Rect.idl",
1285 "css/RGBColor.idl", 1285 "css/RGBColor.idl",
1286 "css/StyleMedia.idl", 1286 "css/StyleMedia.idl",
1287 "dom/Attr.idl", 1287 "dom/Attr.idl",
1288 "dom/CharacterData.idl", 1288 "dom/CharacterData.idl",
1289 "dom/ClientRect.idl", 1289 "dom/ClientRect.idl",
1290 "dom/ClientRectList.idl", 1290 "dom/ClientRectList.idl",
1291 "dom/Document.idl", 1291 "dom/Document.idl",
1292 "dom/DocumentFragment.idl", 1292 "dom/DocumentFragment.idl",
1293 "dom/DOMError.idl", 1293 "dom/DOMError.idl",
1294 "dom/DOMException.idl", 1294 "dom/DOMException.idl",
1295 "dom/DOMTokenList.idl", 1295 "dom/DOMTokenList.idl",
1296 "dom/Element.idl", 1296 "dom/Element.idl",
1297 "dom/MutationObserver.idl", 1297 "dom/MutationObserver.idl",
1298 "dom/MutationRecord.idl", 1298 "dom/MutationRecord.idl",
1299 "dom/Node.idl", 1299 "dom/Node.idl",
1300 "dom/NodeList.idl", 1300 "dom/NodeList.idl",
1301 "dom/Range.idl", 1301 "dom/Range.idl",
1302 "dom/RequestAnimationFrameCallback.idl", 1302 "dom/RequestAnimationFrameCallback.idl",
1303 "dom/shadow/ShadowRoot.idl", 1303 "dom/shadow/ShadowRoot.idl",
1304 "dom/Text.idl", 1304 "dom/Text.idl",
1305 "dom/Touch.idl", 1305 "dom/Touch.idl",
1306 "dom/TouchList.idl", 1306 "dom/TouchList.idl",
1307 "dom/URL.idl", 1307 "dom/URL.idl",
1308 "editing/Selection.idl", 1308 "editing/Selection.idl",
1309 "events/AnimationEvent.idl", 1309 "events/AnimationEvent.idl",
1310 "events/AnimationPlayerEvent.idl", 1310 "events/AnimationPlayerEvent.idl",
1311 "events/CompositionEvent.idl", 1311 "events/CompositionEvent.idl",
1312 "events/CustomEvent.idl", 1312 "events/CustomEvent.idl",
1313 "events/ErrorEvent.idl", 1313 "events/ErrorEvent.idl",
1314 "events/Event.idl", 1314 "events/Event.idl",
1315 "events/EventTarget.idl", 1315 "events/EventTarget.idl",
1316 "events/FocusEvent.idl", 1316 "events/FocusEvent.idl",
1317 "events/HashChangeEvent.idl", 1317 "events/HashChangeEvent.idl",
1318 "events/KeyboardEvent.idl", 1318 "events/KeyboardEvent.idl",
1319 "events/MouseEvent.idl", 1319 "events/MouseEvent.idl",
1320 "events/PageTransitionEvent.idl", 1320 "events/PageTransitionEvent.idl",
1321 "events/PopStateEvent.idl", 1321 "events/PopStateEvent.idl",
1322 "events/ProgressEvent.idl", 1322 "events/ProgressEvent.idl",
1323 "events/ResourceProgressEvent.idl", 1323 "events/ResourceProgressEvent.idl",
1324 "events/TextEvent.idl", 1324 "events/TextEvent.idl",
1325 "events/TouchEvent.idl", 1325 "events/TouchEvent.idl",
1326 "events/TransitionEvent.idl", 1326 "events/TransitionEvent.idl",
1327 "events/UIEvent.idl", 1327 "events/UIEvent.idl",
1328 "events/WheelEvent.idl", 1328 "events/WheelEvent.idl",
1329 "frame/Console.idl", 1329 "frame/Console.idl",
1330 "frame/ConsoleBase.idl", 1330 "frame/ConsoleBase.idl",
1331 "frame/History.idl", 1331 "frame/History.idl",
1332 "frame/ImageBitmap.idl", 1332 "frame/ImageBitmap.idl",
1333 "frame/Location.idl", 1333 "frame/Location.idl",
1334 "frame/Screen.idl", 1334 "frame/Screen.idl",
1335 "frame/Window.idl", 1335 "frame/Window.idl",
1336 "html/canvas/ANGLEInstancedArrays.idl", 1336 "html/canvas/ANGLEInstancedArrays.idl",
1337 "html/canvas/Canvas2DContextAttributes.idl", 1337 "html/canvas/Canvas2DContextAttributes.idl",
1338 "html/canvas/CanvasGradient.idl", 1338 "html/canvas/CanvasGradient.idl",
1339 "html/canvas/CanvasPattern.idl", 1339 "html/canvas/CanvasPattern.idl",
1340 "html/canvas/CanvasRenderingContext2D.idl", 1340 "html/canvas/CanvasRenderingContext2D.idl",
1341 "html/canvas/EXTBlendMinMax.idl", 1341 "html/canvas/EXTBlendMinMax.idl",
1342 "html/canvas/EXTFragDepth.idl", 1342 "html/canvas/EXTFragDepth.idl",
1343 "html/canvas/EXTShaderTextureLOD.idl", 1343 "html/canvas/EXTShaderTextureLOD.idl",
1344 "html/canvas/EXTTextureFilterAnisotropic.idl", 1344 "html/canvas/EXTTextureFilterAnisotropic.idl",
1345 "html/canvas/OESElementIndexUint.idl", 1345 "html/canvas/OESElementIndexUint.idl",
1346 "html/canvas/OESStandardDerivatives.idl", 1346 "html/canvas/OESStandardDerivatives.idl",
1347 "html/canvas/OESTextureFloat.idl", 1347 "html/canvas/OESTextureFloat.idl",
1348 "html/canvas/OESTextureFloatLinear.idl", 1348 "html/canvas/OESTextureFloatLinear.idl",
1349 "html/canvas/OESTextureHalfFloat.idl", 1349 "html/canvas/OESTextureHalfFloat.idl",
1350 "html/canvas/OESTextureHalfFloatLinear.idl", 1350 "html/canvas/OESTextureHalfFloatLinear.idl",
1351 "html/canvas/OESVertexArrayObject.idl", 1351 "html/canvas/OESVertexArrayObject.idl",
1352 "html/canvas/Path2D.idl", 1352 "html/canvas/Path2D.idl",
1353 "html/canvas/WebGLActiveInfo.idl", 1353 "html/canvas/WebGLActiveInfo.idl",
1354 "html/canvas/WebGLBuffer.idl", 1354 "html/canvas/WebGLBuffer.idl",
1355 "html/canvas/WebGLCompressedTextureATC.idl", 1355 "html/canvas/WebGLCompressedTextureATC.idl",
1356 "html/canvas/WebGLCompressedTextureETC1.idl", 1356 "html/canvas/WebGLCompressedTextureETC1.idl",
1357 "html/canvas/WebGLCompressedTexturePVRTC.idl", 1357 "html/canvas/WebGLCompressedTexturePVRTC.idl",
1358 "html/canvas/WebGLCompressedTextureS3TC.idl", 1358 "html/canvas/WebGLCompressedTextureS3TC.idl",
1359 "html/canvas/WebGLContextAttributes.idl", 1359 "html/canvas/WebGLContextAttributes.idl",
1360 "html/canvas/WebGLContextEvent.idl", 1360 "html/canvas/WebGLContextEvent.idl",
1361 "html/canvas/WebGLDebugRendererInfo.idl", 1361 "html/canvas/WebGLDebugRendererInfo.idl",
1362 "html/canvas/WebGLDebugShaders.idl", 1362 "html/canvas/WebGLDebugShaders.idl",
1363 "html/canvas/WebGLDepthTexture.idl", 1363 "html/canvas/WebGLDepthTexture.idl",
1364 "html/canvas/WebGLDrawBuffers.idl", 1364 "html/canvas/WebGLDrawBuffers.idl",
1365 "html/canvas/WebGLFramebuffer.idl", 1365 "html/canvas/WebGLFramebuffer.idl",
1366 "html/canvas/WebGLLoseContext.idl", 1366 "html/canvas/WebGLLoseContext.idl",
1367 "html/canvas/WebGLProgram.idl", 1367 "html/canvas/WebGLProgram.idl",
1368 "html/canvas/WebGLRenderbuffer.idl", 1368 "html/canvas/WebGLRenderbuffer.idl",
1369 "html/canvas/WebGLRenderingContext.idl", 1369 "html/canvas/WebGLRenderingContext.idl",
1370 "html/canvas/WebGLShader.idl", 1370 "html/canvas/WebGLShader.idl",
1371 "html/canvas/WebGLShaderPrecisionFormat.idl", 1371 "html/canvas/WebGLShaderPrecisionFormat.idl",
1372 "html/canvas/WebGLTexture.idl", 1372 "html/canvas/WebGLTexture.idl",
1373 "html/canvas/WebGLUniformLocation.idl", 1373 "html/canvas/WebGLUniformLocation.idl",
1374 "html/canvas/WebGLVertexArrayObjectOES.idl", 1374 "html/canvas/WebGLVertexArrayObjectOES.idl",
1375 "html/HTMLAnchorElement.idl", 1375 "html/HTMLAnchorElement.idl",
1376 "html/HTMLCanvasElement.idl", 1376 "html/HTMLCanvasElement.idl",
1377 "html/HTMLContentElement.idl", 1377 "html/HTMLContentElement.idl",
1378 "html/HTMLDocument.idl", 1378 "html/HTMLDocument.idl",
1379 "html/HTMLElement.idl", 1379 "html/HTMLElement.idl",
1380 "html/HTMLIFrameElement.idl", 1380 "html/HTMLIFrameElement.idl",
1381 "html/HTMLImageElement.idl", 1381 "html/HTMLImageElement.idl",
1382 "html/HTMLImportElement.idl", 1382 "html/HTMLImportElement.idl",
1383 "html/HTMLScriptElement.idl", 1383 "html/HTMLScriptElement.idl",
1384 "html/HTMLStyleElement.idl", 1384 "html/HTMLStyleElement.idl",
1385 "html/HTMLTemplateElement.idl", 1385 "html/HTMLTemplateElement.idl",
1386 "html/HTMLTitleElement.idl", 1386 "html/HTMLTitleElement.idl",
1387 "html/ImageData.idl", 1387 "html/ImageData.idl",
1388 "html/ime/InputMethodContext.idl", 1388 "html/ime/InputMethodContext.idl",
1389 "html/TextMetrics.idl", 1389 "html/TextMetrics.idl",
1390 "html/VoidCallback.idl", 1390 "html/VoidCallback.idl",
1391 "inspector/JavaScriptCallFrame.idl", 1391 "inspector/JavaScriptCallFrame.idl",
1392 "inspector/InjectedScriptHost.idl", 1392 "inspector/InjectedScriptHost.idl",
1393 ], "abspath") 1393 ],
1394 "abspath")
1394 1395
1395 # Files for which bindings (.cpp and .h files) will be generated 1396 # Files for which bindings (.cpp and .h files) will be generated
1396 # 'partial interface', target (right side of) 'implements', and 1397 # 'partial interface', target (right side of) 'implements', and
1397 # interfaces with static bindings (in bindings/core/v8/) 1398 # interfaces with static bindings (in bindings/core/v8/)
1398 core_dependency_idl_files = get_path_info([ 1399 core_dependency_idl_files =
1399 "animation/DocumentAnimation.idl", 1400 get_path_info([
1400 "animation/ElementAnimation.idl", 1401 "animation/DocumentAnimation.idl",
1401 "css/DocumentFontFaceSet.idl", 1402 "animation/ElementAnimation.idl",
1402 "dom/ChildNode.idl", 1403 "css/DocumentFontFaceSet.idl",
1403 "dom/ParentNode.idl", 1404 "dom/ChildNode.idl",
1404 "dom/URLUtils.idl", 1405 "dom/ParentNode.idl",
1405 "dom/URLUtilsReadOnly.idl", 1406 "dom/URLUtils.idl",
1406 "events/EventListener.idl", 1407 "dom/URLUtilsReadOnly.idl",
1407 "frame/WindowBase64.idl", 1408 "events/EventListener.idl",
1408 "frame/WindowTimers.idl", 1409 "frame/WindowBase64.idl",
1409 "html/canvas/ArrayBufferView.idl", 1410 "frame/WindowTimers.idl",
1410 "html/canvas/CanvasPathMethods.idl", 1411 "html/canvas/ArrayBufferView.idl",
1411 "html/canvas/DataView.idl", 1412 "html/canvas/CanvasPathMethods.idl",
1412 "html/canvas/MouseEventHitRegion.idl", 1413 "html/canvas/DataView.idl",
1413 "html/canvas/WebGLRenderingContextBase.idl", 1414 "html/canvas/MouseEventHitRegion.idl",
1414 ], "abspath") 1415 "html/canvas/WebGLRenderingContextBase.idl",
1416 ],
1417 "abspath")
1415 1418
1416 # interfaces that inherit from Event, including Event itself 1419 # interfaces that inherit from Event, including Event itself
1417 core_event_idl_files = get_path_info([ 1420 core_event_idl_files = get_path_info([
1418 "css/FontFaceSetLoadEvent.idl", 1421 "css/FontFaceSetLoadEvent.idl",
1419 "css/MediaQueryListEvent.idl", 1422 "css/MediaQueryListEvent.idl",
1420 "events/AnimationPlayerEvent.idl", 1423 "events/AnimationPlayerEvent.idl",
1421 "events/CompositionEvent.idl", 1424 "events/CompositionEvent.idl",
1422 "events/CustomEvent.idl", 1425 "events/CustomEvent.idl",
1423 "events/ErrorEvent.idl", 1426 "events/ErrorEvent.idl",
1424 "events/Event.idl", 1427 "events/Event.idl",
1425 "events/FocusEvent.idl", 1428 "events/FocusEvent.idl",
1426 "events/HashChangeEvent.idl", 1429 "events/HashChangeEvent.idl",
1427 "events/KeyboardEvent.idl", 1430 "events/KeyboardEvent.idl",
1428 "events/MouseEvent.idl", 1431 "events/MouseEvent.idl",
1429 "events/PageTransitionEvent.idl", 1432 "events/PageTransitionEvent.idl",
1430 "events/PopStateEvent.idl", 1433 "events/PopStateEvent.idl",
1431 "events/ProgressEvent.idl", 1434 "events/ProgressEvent.idl",
1432 "events/ResourceProgressEvent.idl", 1435 "events/ResourceProgressEvent.idl",
1433 "events/TextEvent.idl", 1436 "events/TextEvent.idl",
1434 "events/TouchEvent.idl", 1437 "events/TouchEvent.idl",
1435 "events/TransitionEvent.idl", 1438 "events/TransitionEvent.idl",
1436 "events/UIEvent.idl", 1439 "events/UIEvent.idl",
1437 "events/AnimationEvent.idl", 1440 "events/AnimationEvent.idl",
1438 "events/WheelEvent.idl", 1441 "events/WheelEvent.idl",
1439 "html/canvas/WebGLContextEvent.idl", 1442 "html/canvas/WebGLContextEvent.idl",
1440 ], "abspath") 1443 ],
1444 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/config.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698