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

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

Issue 16077002: Move popup menu code from core/platform to WebKit/chromium/src. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 2612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2623 'platform/chromium/LanguageChromium.cpp', 2623 'platform/chromium/LanguageChromium.cpp',
2624 'platform/chromium/LocalizedStringsChromium.cpp', 2624 'platform/chromium/LocalizedStringsChromium.cpp',
2625 'platform/chromium/MemoryUsageSupportChromium.cpp', 2625 'platform/chromium/MemoryUsageSupportChromium.cpp',
2626 'platform/chromium/MIMETypeRegistryChromium.cpp', 2626 'platform/chromium/MIMETypeRegistryChromium.cpp',
2627 'platform/chromium/PasteboardChromium.cpp', 2627 'platform/chromium/PasteboardChromium.cpp',
2628 'platform/chromium/PlatformKeyboardEventChromium.cpp', 2628 'platform/chromium/PlatformKeyboardEventChromium.cpp',
2629 'platform/chromium/PlatformScreenChromium.cpp', 2629 'platform/chromium/PlatformScreenChromium.cpp',
2630 'platform/chromium/PlatformThemeChromiumDefault.cpp', 2630 'platform/chromium/PlatformThemeChromiumDefault.cpp',
2631 'platform/chromium/PlatformThemeChromiumDefault.h', 2631 'platform/chromium/PlatformThemeChromiumDefault.h',
2632 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', 2632 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp',
2633 'platform/chromium/PopupContainer.cpp',
2634 'platform/chromium/PopupContainer.h',
2635 'platform/chromium/PopupMenuChromium.cpp',
2636 'platform/chromium/PopupMenuChromium.h',
2637 'platform/chromium/PopupListBox.cpp',
2638 'platform/chromium/PopupListBox.h',
2639 'platform/chromium/Prerender.cpp', 2633 'platform/chromium/Prerender.cpp',
2640 'platform/chromium/Prerender.h', 2634 'platform/chromium/Prerender.h',
2641 'platform/chromium/PrerenderHandle.cpp', 2635 'platform/chromium/PrerenderHandle.cpp',
2642 'platform/chromium/SSLKeyGeneratorChromium.cpp', 2636 'platform/chromium/SSLKeyGeneratorChromium.cpp',
2643 'platform/chromium/ScrollbarThemeChromium.cpp', 2637 'platform/chromium/ScrollbarThemeChromium.cpp',
2644 'platform/chromium/ScrollbarThemeChromium.h', 2638 'platform/chromium/ScrollbarThemeChromium.h',
2645 'platform/chromium/ScrollbarThemeChromiumAndroid.cpp', 2639 'platform/chromium/ScrollbarThemeChromiumAndroid.cpp',
2646 'platform/chromium/ScrollbarThemeChromiumAndroid.h', 2640 'platform/chromium/ScrollbarThemeChromiumAndroid.h',
2647 'platform/chromium/ScrollbarThemeChromiumDefault.cpp', 2641 'platform/chromium/ScrollbarThemeChromiumDefault.cpp',
2648 'platform/chromium/ScrollbarThemeChromiumDefault.h', 2642 'platform/chromium/ScrollbarThemeChromiumDefault.h',
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
3680 'bison_exe': 'bison', 3674 'bison_exe': 'bison',
3681 # We specify a preprocess so it happens locally and won't get 3675 # We specify a preprocess so it happens locally and won't get
3682 # distributed to goma. 3676 # distributed to goma.
3683 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3684 # use /usr/bin/clang once we require Xcode 4.x. 3678 # use /usr/bin/clang once we require Xcode 4.x.
3685 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3686 }], 3680 }],
3687 ], 3681 ],
3688 } 3682 }
3689 } 3683 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/PopupMenuTest.cpp ('k') | Source/core/platform/chromium/PopupContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698