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

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

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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
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 2654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2665 'platform/ScrollbarThemeMacOverlayAPI.mm', 2665 'platform/ScrollbarThemeMacOverlayAPI.mm',
2666 'platform/ScrollbarThemeNonMacCommon.cpp', 2666 'platform/ScrollbarThemeNonMacCommon.cpp',
2667 'platform/ScrollbarThemeNonMacCommon.h', 2667 'platform/ScrollbarThemeNonMacCommon.h',
2668 'platform/ScrollbarThemeOverlay.cpp', 2668 'platform/ScrollbarThemeOverlay.cpp',
2669 'platform/ScrollbarThemeOverlay.h', 2669 'platform/ScrollbarThemeOverlay.h',
2670 'platform/ScrollbarThemeWin.cpp', 2670 'platform/ScrollbarThemeWin.cpp',
2671 'platform/ScrollbarThemeWin.h', 2671 'platform/ScrollbarThemeWin.h',
2672 'platform/SerializedResource.h', 2672 'platform/SerializedResource.h',
2673 'platform/Theme.cpp', 2673 'platform/Theme.cpp',
2674 'platform/ThreadGlobalData.cpp', 2674 'platform/ThreadGlobalData.cpp',
2675 'platform/Widget.cpp',
2676 'platform/Widget.h',
2677 'platform/animation/AnimationValue.h', 2675 'platform/animation/AnimationValue.h',
2678 'platform/animation/AnimationTranslationUtil.cpp', 2676 'platform/animation/AnimationTranslationUtil.cpp',
2679 'platform/animation/AnimationTranslationUtil.h', 2677 'platform/animation/AnimationTranslationUtil.h',
2680 'platform/animation/CSSAnimationData.cpp', 2678 'platform/animation/CSSAnimationData.cpp',
2681 'platform/animation/CSSAnimationDataList.cpp', 2679 'platform/animation/CSSAnimationDataList.cpp',
2682 'platform/animation/KeyframeValueList.cpp', 2680 'platform/animation/KeyframeValueList.cpp',
2683 'platform/animation/KeyframeValueList.h', 2681 'platform/animation/KeyframeValueList.h',
2684 'platform/chromium/ChromiumDataObject.cpp', 2682 'platform/chromium/ChromiumDataObject.cpp',
2685 'platform/chromium/ChromiumDataObject.h', 2683 'platform/chromium/ChromiumDataObject.h',
2686 'platform/chromium/ChromiumDataObjectItem.cpp', 2684 'platform/chromium/ChromiumDataObjectItem.cpp',
2687 'platform/chromium/ChromiumDataObjectItem.h', 2685 'platform/chromium/ChromiumDataObjectItem.h',
2688 'platform/chromium/FramelessScrollView.cpp', 2686 'platform/chromium/FramelessScrollView.cpp',
2689 'platform/chromium/FramelessScrollView.h', 2687 'platform/chromium/FramelessScrollView.h',
2690 'platform/chromium/FramelessScrollViewClient.h', 2688 'platform/chromium/FramelessScrollViewClient.h',
2691 'platform/chromium/HistogramSupportChromium.cpp', 2689 'platform/chromium/HistogramSupportChromium.cpp',
2692 'platform/chromium/KeyCodeConversion.h', 2690 'platform/chromium/KeyCodeConversion.h',
2693 'platform/chromium/KeyCodeConversionAndroid.cpp', 2691 'platform/chromium/KeyCodeConversionAndroid.cpp',
2694 'platform/chromium/KeyCodeConversionGtk.cpp', 2692 'platform/chromium/KeyCodeConversionGtk.cpp',
2695 'platform/chromium/KeyboardCodes.h', 2693 'platform/chromium/KeyboardCodes.h',
2696 'platform/chromium/MemoryUsageSupportChromium.cpp', 2694 'platform/chromium/MemoryUsageSupportChromium.cpp',
2697 'platform/chromium/MIMETypeRegistryChromium.cpp', 2695 'platform/chromium/MIMETypeRegistryChromium.cpp',
2698 'platform/chromium/PasteMode.h', 2696 'platform/chromium/PasteMode.h',
2699 'platform/chromium/PlatformScreenChromium.cpp',
2700 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2697 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2701 'platform/chromium/PlatformThemeChromiumDefault.h', 2698 'platform/chromium/PlatformThemeChromiumDefault.h',
2702 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', 2699 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
2703 'platform/graphics/BitmapImage.cpp', 2700 'platform/graphics/BitmapImage.cpp',
2704 'platform/graphics/ContentDecryptionModule.cpp', 2701 'platform/graphics/ContentDecryptionModule.cpp',
2705 'platform/graphics/ContentDecryptionModule.h', 2702 'platform/graphics/ContentDecryptionModule.h',
2706 'platform/graphics/ContentDecryptionModuleSession.cpp', 2703 'platform/graphics/ContentDecryptionModuleSession.cpp',
2707 'platform/graphics/ContentDecryptionModuleSession.h', 2704 'platform/graphics/ContentDecryptionModuleSession.h',
2708 'platform/graphics/Color.cpp', 2705 'platform/graphics/Color.cpp',
2709 'platform/graphics/CrossfadeGeneratedImage.cpp', 2706 'platform/graphics/CrossfadeGeneratedImage.cpp',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 'bison_exe': 'bison', 3672 'bison_exe': 'bison',
3676 # We specify a preprocess so it happens locally and won't get 3673 # We specify a preprocess so it happens locally and won't get
3677 # distributed to goma. 3674 # distributed to goma.
3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3675 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3679 # use /usr/bin/clang once we require Xcode 4.x. 3676 # use /usr/bin/clang once we require Xcode 4.x.
3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3677 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3681 }], 3678 }],
3682 ], 3679 ],
3683 } 3680 }
3684 } 3681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698