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

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

Issue 31483002: Move CrossThreadCopier.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/core/dom/CrossThreadTask.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 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 'html/track/WebVTTParser.cpp', 2619 'html/track/WebVTTParser.cpp',
2620 'html/track/WebVTTParser.h', 2620 'html/track/WebVTTParser.h',
2621 'html/track/WebVTTToken.h', 2621 'html/track/WebVTTToken.h',
2622 'html/track/WebVTTTokenizer.cpp', 2622 'html/track/WebVTTTokenizer.cpp',
2623 'html/track/WebVTTTokenizer.h', 2623 'html/track/WebVTTTokenizer.h',
2624 ], 2624 ],
2625 'webcore_platform_files': [ 2625 'webcore_platform_files': [
2626 'platform/AsyncFileSystemCallbacks.h', 2626 'platform/AsyncFileSystemCallbacks.h',
2627 'platform/ContextMenu.cpp', 2627 'platform/ContextMenu.cpp',
2628 'platform/ContextMenuItem.cpp', 2628 'platform/ContextMenuItem.cpp',
2629 'platform/CrossThreadCopier.cpp',
2630 'platform/CrossThreadCopier.h',
2631 'platform/Cursor.cpp', 2629 'platform/Cursor.cpp',
2632 'platform/DragData.cpp', 2630 'platform/DragData.cpp',
2633 'platform/DragImage.cpp', 2631 'platform/DragImage.cpp',
2634 'platform/HashTools.h', 2632 'platform/HashTools.h',
2635 'platform/KillRing.h', 2633 'platform/KillRing.h',
2636 'platform/KillRingNone.cpp', 2634 'platform/KillRingNone.cpp',
2637 'platform/LifecycleContext.cpp', 2635 'platform/LifecycleContext.cpp',
2638 'platform/LifecycleContext.h', 2636 'platform/LifecycleContext.h',
2639 'platform/LifecycleNotifier.cpp', 2637 'platform/LifecycleNotifier.cpp',
2640 'platform/LifecycleNotifier.h', 2638 'platform/LifecycleNotifier.h',
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 'bison_exe': 'bison', 3652 'bison_exe': 'bison',
3655 # We specify a preprocess so it happens locally and won't get 3653 # We specify a preprocess so it happens locally and won't get
3656 # distributed to goma. 3654 # distributed to goma.
3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3655 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3658 # use /usr/bin/clang once we require Xcode 4.x. 3656 # use /usr/bin/clang once we require Xcode 4.x.
3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3657 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3660 }], 3658 }],
3661 ], 3659 ],
3662 } 3660 }
3663 } 3661 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/CrossThreadTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698