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

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

Issue 25527004: Move PlatformEvent.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after
2617 'platform/LifecycleNotifier.h', 2617 'platform/LifecycleNotifier.h',
2618 'platform/LifecycleObserver.cpp', 2618 'platform/LifecycleObserver.cpp',
2619 'platform/LifecycleObserver.h', 2619 'platform/LifecycleObserver.h',
2620 'platform/MIMETypeFromURL.cpp', 2620 'platform/MIMETypeFromURL.cpp',
2621 'platform/MIMETypeFromURL.h', 2621 'platform/MIMETypeFromURL.h',
2622 'platform/ParsingUtilities.h', 2622 'platform/ParsingUtilities.h',
2623 'platform/Partitions.cpp', 2623 'platform/Partitions.cpp',
2624 'platform/Partitions.h', 2624 'platform/Partitions.h',
2625 'platform/Pasteboard.cpp', 2625 'platform/Pasteboard.cpp',
2626 'platform/Pasteboard.h', 2626 'platform/Pasteboard.h',
2627 'platform/PlatformEvent.cpp',
2628 'platform/PlatformEvent.h',
2629 'platform/PlatformInstrumentation.cpp', 2627 'platform/PlatformInstrumentation.cpp',
2630 'platform/PlatformInstrumentation.h', 2628 'platform/PlatformInstrumentation.h',
2631 'platform/PlatformSpeechSynthesisUtterance.cpp', 2629 'platform/PlatformSpeechSynthesisUtterance.cpp',
2632 'platform/PlatformSpeechSynthesisUtterance.h', 2630 'platform/PlatformSpeechSynthesisUtterance.h',
2633 'platform/PlatformSpeechSynthesisVoice.cpp', 2631 'platform/PlatformSpeechSynthesisVoice.cpp',
2634 'platform/PlatformSpeechSynthesisVoice.h', 2632 'platform/PlatformSpeechSynthesisVoice.h',
2635 'platform/PlatformSpeechSynthesizer.cpp', 2633 'platform/PlatformSpeechSynthesizer.cpp',
2636 'platform/PlatformSpeechSynthesizer.h', 2634 'platform/PlatformSpeechSynthesizer.h',
2637 'platform/PlatformTouchEvent.h', 2635 'platform/PlatformTouchEvent.h',
2638 'platform/PlatformTouchPoint.h', 2636 'platform/PlatformTouchPoint.h',
(...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
3841 'bison_exe': 'bison', 3839 'bison_exe': 'bison',
3842 # We specify a preprocess so it happens locally and won't get 3840 # We specify a preprocess so it happens locally and won't get
3843 # distributed to goma. 3841 # distributed to goma.
3844 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3842 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3845 # use /usr/bin/clang once we require Xcode 4.x. 3843 # use /usr/bin/clang once we require Xcode 4.x.
3846 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3844 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3847 }], 3845 }],
3848 ], 3846 ],
3849 } 3847 }
3850 } 3848 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorInputAgent.cpp » ('j') | Source/platform/PlatformEvent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698