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

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: Rebase again 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') | 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 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
2677 'platform/chromium/FramelessScrollView.h', 2675 'platform/chromium/FramelessScrollView.h',
2678 'platform/chromium/FramelessScrollViewClient.h', 2676 'platform/chromium/FramelessScrollViewClient.h',
2679 'platform/chromium/HistogramSupportChromium.cpp', 2677 'platform/chromium/HistogramSupportChromium.cpp',
2680 'platform/chromium/KeyCodeConversion.h', 2678 'platform/chromium/KeyCodeConversion.h',
2681 'platform/chromium/KeyCodeConversionAndroid.cpp', 2679 'platform/chromium/KeyCodeConversionAndroid.cpp',
2682 'platform/chromium/KeyCodeConversionGtk.cpp', 2680 'platform/chromium/KeyCodeConversionGtk.cpp',
2683 'platform/chromium/KeyboardCodes.h', 2681 'platform/chromium/KeyboardCodes.h',
2684 'platform/chromium/MemoryUsageSupportChromium.cpp', 2682 'platform/chromium/MemoryUsageSupportChromium.cpp',
2685 'platform/chromium/MIMETypeRegistryChromium.cpp', 2683 'platform/chromium/MIMETypeRegistryChromium.cpp',
2686 'platform/chromium/PasteMode.h', 2684 'platform/chromium/PasteMode.h',
2687 'platform/chromium/PlatformKeyboardEventChromium.cpp',
2688 'platform/chromium/PlatformScreenChromium.cpp', 2685 'platform/chromium/PlatformScreenChromium.cpp',
2689 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2686 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2690 'platform/chromium/PlatformThemeChromiumDefault.h', 2687 'platform/chromium/PlatformThemeChromiumDefault.h',
2691 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', 2688 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
2692 'platform/graphics/BitmapImage.cpp', 2689 'platform/graphics/BitmapImage.cpp',
2693 'platform/graphics/ContentDecryptionModule.cpp', 2690 'platform/graphics/ContentDecryptionModule.cpp',
2694 'platform/graphics/ContentDecryptionModule.h', 2691 'platform/graphics/ContentDecryptionModule.h',
2695 'platform/graphics/ContentDecryptionModuleSession.cpp', 2692 'platform/graphics/ContentDecryptionModuleSession.cpp',
2696 'platform/graphics/ContentDecryptionModuleSession.h', 2693 'platform/graphics/ContentDecryptionModuleSession.h',
2697 'platform/graphics/Color.cpp', 2694 'platform/graphics/Color.cpp',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 'bison_exe': 'bison', 3654 'bison_exe': 'bison',
3658 # We specify a preprocess so it happens locally and won't get 3655 # We specify a preprocess so it happens locally and won't get
3659 # distributed to goma. 3656 # distributed to goma.
3660 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3661 # use /usr/bin/clang once we require Xcode 4.x. 3658 # use /usr/bin/clang once we require Xcode 4.x.
3662 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3663 }], 3660 }],
3664 ], 3661 ],
3665 } 3662 }
3666 } 3663 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/events/GestureEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698