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

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

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing moved files 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 | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.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 '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 2706 matching lines...) Expand 10 before | Expand all | Expand 10 after
2717 'platform/chromium/KeyCodeConversionAndroid.cpp', 2717 'platform/chromium/KeyCodeConversionAndroid.cpp',
2718 'platform/chromium/KeyCodeConversionGtk.cpp', 2718 'platform/chromium/KeyCodeConversionGtk.cpp',
2719 'platform/chromium/KeyboardCodes.h', 2719 'platform/chromium/KeyboardCodes.h',
2720 'platform/chromium/MIMETypeRegistryChromium.cpp', 2720 'platform/chromium/MIMETypeRegistryChromium.cpp',
2721 'platform/graphics/AlternateFontFamily.h', 2721 'platform/graphics/AlternateFontFamily.h',
2722 'platform/graphics/BitmapImage.cpp', 2722 'platform/graphics/BitmapImage.cpp',
2723 'platform/graphics/ContentDecryptionModule.cpp', 2723 'platform/graphics/ContentDecryptionModule.cpp',
2724 'platform/graphics/ContentDecryptionModule.h', 2724 'platform/graphics/ContentDecryptionModule.h',
2725 'platform/graphics/ContentDecryptionModuleSession.cpp', 2725 'platform/graphics/ContentDecryptionModuleSession.cpp',
2726 'platform/graphics/ContentDecryptionModuleSession.h', 2726 'platform/graphics/ContentDecryptionModuleSession.h',
2727 'platform/graphics/Color.cpp',
2728 'platform/graphics/CrossfadeGeneratedImage.cpp', 2727 'platform/graphics/CrossfadeGeneratedImage.cpp',
2729 'platform/graphics/CrossfadeGeneratedImage.h', 2728 'platform/graphics/CrossfadeGeneratedImage.h',
2730 'platform/graphics/GradientGeneratedImage.cpp', 2729 'platform/graphics/GradientGeneratedImage.cpp',
2731 'platform/graphics/GradientGeneratedImage.h', 2730 'platform/graphics/GradientGeneratedImage.h',
2732 'platform/graphics/DrawLooper.cpp',
2733 'platform/graphics/DrawLooper.h',
2734 'platform/graphics/Extensions3D.cpp', 2731 'platform/graphics/Extensions3D.cpp',
2735 'platform/graphics/Extensions3D.h', 2732 'platform/graphics/Extensions3D.h',
2736 'platform/graphics/Font.cpp', 2733 'platform/graphics/Font.cpp',
2737 'platform/graphics/FontCache.cpp', 2734 'platform/graphics/FontCache.cpp',
2738 'platform/graphics/FontCacheKey.h', 2735 'platform/graphics/FontCacheKey.h',
2739 'platform/graphics/FontDescription.cpp', 2736 'platform/graphics/FontDescription.cpp',
2740 'platform/graphics/FontFallbackList.cpp', 2737 'platform/graphics/FontFallbackList.cpp',
2741 'platform/graphics/FontFastPath.cpp', 2738 'platform/graphics/FontFastPath.cpp',
2742 'platform/graphics/FontPlatformData.cpp', 2739 'platform/graphics/FontPlatformData.cpp',
2743 'platform/graphics/FontPlatformData.h', 2740 'platform/graphics/FontPlatformData.h',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
3578 'platform/graphics/chromium/test/MockImageDecoder.h', 3575 'platform/graphics/chromium/test/MockImageDecoder.h',
3579 'platform/graphics/gpu/DrawingBufferTest.cpp', 3576 'platform/graphics/gpu/DrawingBufferTest.cpp',
3580 'platform/image-decoders/ImageDecoderTest.cpp', 3577 'platform/image-decoders/ImageDecoderTest.cpp',
3581 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3578 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3582 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3579 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3583 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3580 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3584 'platform/testing/FakeWebGraphicsContext3D.h', 3581 'platform/testing/FakeWebGraphicsContext3D.h',
3585 'platform/LifecycleContextTest.cpp', 3582 'platform/LifecycleContextTest.cpp',
3586 'rendering/RenderOverflowTest.cpp', 3583 'rendering/RenderOverflowTest.cpp',
3587 ], 3584 ],
3588 'conditions': [
3589 ['OS=="win"', {
3590 # Using native perl rather than cygwin perl cuts execution time
3591 # of idl preprocessing rules by a bit more than 50%.
3592 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
3593 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
3594 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
3595 # Using cl instead of cygwin gcc cuts the processing time from
3596 # 1m58s to 0m52s.
3597 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"',
3598 },{
3599 'perl_exe': 'perl',
3600 'gperf_exe': 'gperf',
3601 'bison_exe': 'bison',
3602 # We specify a preprocess so it happens locally and won't get
3603 # distributed to goma.
3604 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3605 # use /usr/bin/clang once we require Xcode 4.x.
3606 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3607 }],
3608 ],
3609 } 3585 }
3610 } 3586 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698