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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 317813003: Generate platform files under platform subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline Created 6 years, 6 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/platform/blink_platform.gyp ('k') | Source/platform/blink_platform_tests.gyp » ('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 'includes': [
3 'platform_generated.gypi',
4 ],
2 'variables': { 5 'variables': {
3 'platform_files': [ 6 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.h', 8 'CalculationValue.h',
6 'CheckedInt.h', 9 'CheckedInt.h',
7 'Clock.cpp', 10 'Clock.cpp',
8 'Clock.h', 11 'Clock.h',
9 'ColorChooser.cpp', 12 'ColorChooser.cpp',
10 'ColorChooser.h', 13 'ColorChooser.h',
11 'ColorChooserClient.cpp', 14 'ColorChooserClient.cpp',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'graphics/ImageLayerChromiumTest.cpp', 934 'graphics/ImageLayerChromiumTest.cpp',
932 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 935 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
933 'graphics/test/MockImageDecoder.h', 936 'graphics/test/MockImageDecoder.h',
934 'graphics/test/MockWebGraphicsContext3D.h', 937 'graphics/test/MockWebGraphicsContext3D.h',
935 'image-decoders/gif/GIFImageDecoderTest.cpp', 938 'image-decoders/gif/GIFImageDecoderTest.cpp',
936 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 939 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
937 'image-decoders/webp/WEBPImageDecoderTest.cpp', 940 'image-decoders/webp/WEBPImageDecoderTest.cpp',
938 ], 941 ],
939 }, 942 },
940 } 943 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698