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

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

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adam review 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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2681 'platform/animation/KeyframeValueList.cpp', 2681 'platform/animation/KeyframeValueList.cpp',
2682 'platform/animation/KeyframeValueList.h', 2682 'platform/animation/KeyframeValueList.h',
2683 'platform/chromium/ChromiumDataObject.cpp', 2683 'platform/chromium/ChromiumDataObject.cpp',
2684 'platform/chromium/ChromiumDataObject.h', 2684 'platform/chromium/ChromiumDataObject.h',
2685 'platform/chromium/ChromiumDataObjectItem.cpp', 2685 'platform/chromium/ChromiumDataObjectItem.cpp',
2686 'platform/chromium/ChromiumDataObjectItem.h', 2686 'platform/chromium/ChromiumDataObjectItem.h',
2687 'platform/chromium/FramelessScrollView.cpp', 2687 'platform/chromium/FramelessScrollView.cpp',
2688 'platform/chromium/FramelessScrollView.h', 2688 'platform/chromium/FramelessScrollView.h',
2689 'platform/chromium/FramelessScrollViewClient.h', 2689 'platform/chromium/FramelessScrollViewClient.h',
2690 'platform/chromium/HistogramSupportChromium.cpp', 2690 'platform/chromium/HistogramSupportChromium.cpp',
2691 'platform/chromium/KeyCodeConversion.h',
2692 'platform/chromium/KeyCodeConversionAndroid.cpp',
2693 'platform/chromium/KeyCodeConversionGtk.cpp',
2694 'platform/chromium/KeyboardCodes.h',
2695 'platform/chromium/MemoryUsageSupportChromium.cpp', 2691 'platform/chromium/MemoryUsageSupportChromium.cpp',
2696 'platform/chromium/MIMETypeRegistryChromium.cpp', 2692 'platform/chromium/MIMETypeRegistryChromium.cpp',
2697 'platform/chromium/PlatformScreenChromium.cpp', 2693 'platform/chromium/PlatformScreenChromium.cpp',
2698 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2694 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2699 'platform/chromium/PlatformThemeChromiumDefault.h', 2695 'platform/chromium/PlatformThemeChromiumDefault.h',
2700 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', 2696 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
2701 'platform/graphics/BitmapImage.cpp', 2697 'platform/graphics/BitmapImage.cpp',
2702 'platform/graphics/ContentDecryptionModule.cpp', 2698 'platform/graphics/ContentDecryptionModule.cpp',
2703 'platform/graphics/ContentDecryptionModule.h', 2699 'platform/graphics/ContentDecryptionModule.h',
2704 'platform/graphics/ContentDecryptionModuleSession.cpp', 2700 'platform/graphics/ContentDecryptionModuleSession.cpp',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
3670 'bison_exe': 'bison', 3666 'bison_exe': 'bison',
3671 # We specify a preprocess so it happens locally and won't get 3667 # We specify a preprocess so it happens locally and won't get
3672 # distributed to goma. 3668 # distributed to goma.
3673 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3669 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3674 # use /usr/bin/clang once we require Xcode 4.x. 3670 # use /usr/bin/clang once we require Xcode 4.x.
3675 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3671 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3676 }], 3672 }],
3677 ], 3673 ],
3678 } 3674 }
3679 } 3675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698