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

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

Issue 136333009: Move preferred scrollbar style preference change listening from renderer to browser, 3 of 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 11 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 | « no previous file | Source/platform/mac/NSScrollerImpDetails.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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'image-encoders/skia/WEBPImageEncoder.cpp', 643 'image-encoders/skia/WEBPImageEncoder.cpp',
644 'image-encoders/skia/WEBPImageEncoder.h', 644 'image-encoders/skia/WEBPImageEncoder.h',
645 'mac/KillRingMac.mm', 645 'mac/KillRingMac.mm',
646 'mac/BlockExceptions.h', 646 'mac/BlockExceptions.h',
647 'mac/BlockExceptions.mm', 647 'mac/BlockExceptions.mm',
648 'mac/ColorMac.h', 648 'mac/ColorMac.h',
649 'mac/ColorMac.mm', 649 'mac/ColorMac.mm',
650 'mac/LocalCurrentGraphicsContext.h', 650 'mac/LocalCurrentGraphicsContext.h',
651 'mac/LocalCurrentGraphicsContext.mm', 651 'mac/LocalCurrentGraphicsContext.mm',
652 'mac/NSScrollerImpDetails.h', 652 'mac/NSScrollerImpDetails.h',
653 'mac/NSScrollerImpDetails.mm',
654 'mac/ScrollAnimatorMac.h', 653 'mac/ScrollAnimatorMac.h',
655 'mac/ScrollAnimatorMac.mm', 654 'mac/ScrollAnimatorMac.mm',
656 'mac/ScrollElasticityController.h', 655 'mac/ScrollElasticityController.h',
657 'mac/ScrollElasticityController.mm', 656 'mac/ScrollElasticityController.mm',
658 'mac/ThemeMac.h', 657 'mac/ThemeMac.h',
659 'mac/ThemeMac.mm', 658 'mac/ThemeMac.mm',
660 'mac/WebCoreNSCellExtras.h', 659 'mac/WebCoreNSCellExtras.h',
661 'mac/WebFontCache.h', 660 'mac/WebFontCache.h',
662 'mac/WebFontCache.mm', 661 'mac/WebFontCache.mm',
663 'mediastream/MediaStreamComponent.cpp', 662 'mediastream/MediaStreamComponent.cpp',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'animation/TimingFunctionTestHelper.cpp', 886 'animation/TimingFunctionTestHelper.cpp',
888 'animation/TimingFunctionTestHelper.h', 887 'animation/TimingFunctionTestHelper.h',
889 'animation/TimingFunctionTestHelperTest.cpp', 888 'animation/TimingFunctionTestHelperTest.cpp',
890 'graphics/DeferredImageDecoderTest.cpp', 889 'graphics/DeferredImageDecoderTest.cpp',
891 'graphics/ImageDecodingStoreTest.cpp', 890 'graphics/ImageDecodingStoreTest.cpp',
892 'graphics/ImageFrameGeneratorTest.cpp', 891 'graphics/ImageFrameGeneratorTest.cpp',
893 'graphics/test/MockImageDecoder.h', 892 'graphics/test/MockImageDecoder.h',
894 ], 893 ],
895 }, 894 },
896 } 895 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/mac/NSScrollerImpDetails.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698