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

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

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix exports 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
« no previous file with comments | « no previous file | Source/core/events/GestureEvent.h » ('j') | Source/platform/PlatformEvent.h » ('J')
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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 'platform/Pasteboard.cpp', 2620 'platform/Pasteboard.cpp',
2621 'platform/Pasteboard.h', 2621 'platform/Pasteboard.h',
2622 'platform/PlatformInstrumentation.cpp', 2622 'platform/PlatformInstrumentation.cpp',
2623 'platform/PlatformInstrumentation.h', 2623 'platform/PlatformInstrumentation.h',
2624 'platform/PlatformSpeechSynthesisUtterance.cpp', 2624 'platform/PlatformSpeechSynthesisUtterance.cpp',
2625 'platform/PlatformSpeechSynthesisUtterance.h', 2625 'platform/PlatformSpeechSynthesisUtterance.h',
2626 'platform/PlatformSpeechSynthesisVoice.cpp', 2626 'platform/PlatformSpeechSynthesisVoice.cpp',
2627 'platform/PlatformSpeechSynthesisVoice.h', 2627 'platform/PlatformSpeechSynthesisVoice.h',
2628 'platform/PlatformSpeechSynthesizer.cpp', 2628 'platform/PlatformSpeechSynthesizer.cpp',
2629 'platform/PlatformSpeechSynthesizer.h', 2629 'platform/PlatformSpeechSynthesizer.h',
2630 'platform/PlatformTouchEvent.h',
2631 'platform/PlatformTouchPoint.h',
2632 'platform/Prerender.cpp', 2630 'platform/Prerender.cpp',
2633 'platform/Prerender.h', 2631 'platform/Prerender.h',
2634 'platform/PrerenderClient.h', 2632 'platform/PrerenderClient.h',
2635 'platform/ScrollAnimator.cpp', 2633 'platform/ScrollAnimator.cpp',
2636 'platform/ScrollAnimator.h', 2634 'platform/ScrollAnimator.h',
2637 'platform/ScrollAnimatorNone.cpp', 2635 'platform/ScrollAnimatorNone.cpp',
2638 'platform/ScrollAnimatorNone.h', 2636 'platform/ScrollAnimatorNone.h',
2639 'platform/ScrollView.cpp', 2637 'platform/ScrollView.cpp',
2640 'platform/ScrollableArea.cpp', 2638 'platform/ScrollableArea.cpp',
2641 'platform/Scrollbar.cpp', 2639 'platform/Scrollbar.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 'platform/chromium/FramelessScrollView.h', 2762 'platform/chromium/FramelessScrollView.h',
2765 'platform/chromium/FramelessScrollViewClient.h', 2763 'platform/chromium/FramelessScrollViewClient.h',
2766 'platform/chromium/HistogramSupportChromium.cpp', 2764 'platform/chromium/HistogramSupportChromium.cpp',
2767 'platform/chromium/KeyCodeConversion.h', 2765 'platform/chromium/KeyCodeConversion.h',
2768 'platform/chromium/KeyCodeConversionAndroid.cpp', 2766 'platform/chromium/KeyCodeConversionAndroid.cpp',
2769 'platform/chromium/KeyCodeConversionGtk.cpp', 2767 'platform/chromium/KeyCodeConversionGtk.cpp',
2770 'platform/chromium/KeyboardCodes.h', 2768 'platform/chromium/KeyboardCodes.h',
2771 'platform/chromium/MemoryUsageSupportChromium.cpp', 2769 'platform/chromium/MemoryUsageSupportChromium.cpp',
2772 'platform/chromium/MIMETypeRegistryChromium.cpp', 2770 'platform/chromium/MIMETypeRegistryChromium.cpp',
2773 'platform/chromium/PasteMode.h', 2771 'platform/chromium/PasteMode.h',
2774 'platform/chromium/PlatformKeyboardEventChromium.cpp',
2775 'platform/chromium/PlatformScreenChromium.cpp', 2772 'platform/chromium/PlatformScreenChromium.cpp',
2776 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2773 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2777 'platform/chromium/PlatformThemeChromiumDefault.h', 2774 'platform/chromium/PlatformThemeChromiumDefault.h',
2778 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', 2775 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
2779 'platform/graphics/BitmapImage.cpp', 2776 'platform/graphics/BitmapImage.cpp',
2780 'platform/graphics/ContentDecryptionModule.cpp', 2777 'platform/graphics/ContentDecryptionModule.cpp',
2781 'platform/graphics/ContentDecryptionModule.h', 2778 'platform/graphics/ContentDecryptionModule.h',
2782 'platform/graphics/ContentDecryptionModuleSession.cpp', 2779 'platform/graphics/ContentDecryptionModuleSession.cpp',
2783 'platform/graphics/ContentDecryptionModuleSession.h', 2780 'platform/graphics/ContentDecryptionModuleSession.h',
2784 'platform/graphics/Color.cpp', 2781 'platform/graphics/Color.cpp',
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
3749 'bison_exe': 'bison', 3746 'bison_exe': 'bison',
3750 # We specify a preprocess so it happens locally and won't get 3747 # We specify a preprocess so it happens locally and won't get
3751 # distributed to goma. 3748 # distributed to goma.
3752 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3749 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3753 # use /usr/bin/clang once we require Xcode 4.x. 3750 # use /usr/bin/clang once we require Xcode 4.x.
3754 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3751 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3755 }], 3752 }],
3756 ], 3753 ],
3757 } 3754 }
3758 } 3755 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/events/GestureEvent.h » ('j') | Source/platform/PlatformEvent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698