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

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

Issue 55833005: Move CheckedInt.h to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | Source/core/html/canvas/CheckedInt.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2352 'html/canvas/CanvasPathMethods.cpp', 2352 'html/canvas/CanvasPathMethods.cpp',
2353 'html/canvas/CanvasPathMethods.h', 2353 'html/canvas/CanvasPathMethods.h',
2354 'html/canvas/CanvasPattern.cpp', 2354 'html/canvas/CanvasPattern.cpp',
2355 'html/canvas/CanvasPattern.h', 2355 'html/canvas/CanvasPattern.h',
2356 'html/canvas/CanvasRenderingContext.cpp', 2356 'html/canvas/CanvasRenderingContext.cpp',
2357 'html/canvas/CanvasRenderingContext.h', 2357 'html/canvas/CanvasRenderingContext.h',
2358 'html/canvas/CanvasRenderingContext2D.cpp', 2358 'html/canvas/CanvasRenderingContext2D.cpp',
2359 'html/canvas/CanvasRenderingContext2D.h', 2359 'html/canvas/CanvasRenderingContext2D.h',
2360 'html/canvas/CanvasStyle.cpp', 2360 'html/canvas/CanvasStyle.cpp',
2361 'html/canvas/CanvasStyle.h', 2361 'html/canvas/CanvasStyle.h',
2362 'html/canvas/CheckedInt.h',
2363 'html/canvas/DataView.cpp', 2362 'html/canvas/DataView.cpp',
2364 'html/canvas/DataView.h', 2363 'html/canvas/DataView.h',
2365 'html/canvas/DOMPath.h', 2364 'html/canvas/DOMPath.h',
2366 'html/canvas/EXTFragDepth.cpp', 2365 'html/canvas/EXTFragDepth.cpp',
2367 'html/canvas/EXTFragDepth.h', 2366 'html/canvas/EXTFragDepth.h',
2368 'html/canvas/EXTTextureFilterAnisotropic.cpp', 2367 'html/canvas/EXTTextureFilterAnisotropic.cpp',
2369 'html/canvas/EXTTextureFilterAnisotropic.h', 2368 'html/canvas/EXTTextureFilterAnisotropic.h',
2370 'html/canvas/OESStandardDerivatives.cpp', 2369 'html/canvas/OESStandardDerivatives.cpp',
2371 'html/canvas/OESStandardDerivatives.h', 2370 'html/canvas/OESStandardDerivatives.h',
2372 'html/canvas/OESTextureFloat.cpp', 2371 'html/canvas/OESTextureFloat.cpp',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
3553 'platform/graphics/gpu/DrawingBufferTest.cpp', 3552 'platform/graphics/gpu/DrawingBufferTest.cpp',
3554 'platform/image-decoders/ImageDecoderTest.cpp', 3553 'platform/image-decoders/ImageDecoderTest.cpp',
3555 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3554 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3556 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3555 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3557 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3556 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3558 'platform/testing/FakeWebGraphicsContext3D.h', 3557 'platform/testing/FakeWebGraphicsContext3D.h',
3559 'rendering/RenderOverflowTest.cpp', 3558 'rendering/RenderOverflowTest.cpp',
3560 ], 3559 ],
3561 } 3560 }
3562 } 3561 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/canvas/CheckedInt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698