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

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: 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') | Source/platform/CrossThreadCopier.cpp » ('J')
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 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2615 'html/track/WebVTTParser.cpp', 2615 'html/track/WebVTTParser.cpp',
2616 'html/track/WebVTTParser.h', 2616 'html/track/WebVTTParser.h',
2617 'html/track/WebVTTToken.h', 2617 'html/track/WebVTTToken.h',
2618 'html/track/WebVTTTokenizer.cpp', 2618 'html/track/WebVTTTokenizer.cpp',
2619 'html/track/WebVTTTokenizer.h', 2619 'html/track/WebVTTTokenizer.h',
2620 ], 2620 ],
2621 'webcore_platform_files': [ 2621 'webcore_platform_files': [
2622 'platform/AsyncFileSystemCallbacks.h', 2622 'platform/AsyncFileSystemCallbacks.h',
2623 'platform/ContextMenu.cpp', 2623 'platform/ContextMenu.cpp',
2624 'platform/ContextMenuItem.cpp', 2624 'platform/ContextMenuItem.cpp',
2625 'platform/CrossThreadCopier.cpp',
2626 'platform/CrossThreadCopier.h',
2627 'platform/Cursor.cpp', 2625 'platform/Cursor.cpp',
2628 'platform/DragData.cpp', 2626 'platform/DragData.cpp',
2629 'platform/DragImage.cpp', 2627 'platform/DragImage.cpp',
2630 'platform/HashTools.h', 2628 'platform/HashTools.h',
2631 'platform/KillRing.h', 2629 'platform/KillRing.h',
2632 'platform/KillRingNone.cpp', 2630 'platform/KillRingNone.cpp',
2633 'platform/LifecycleContext.cpp', 2631 'platform/LifecycleContext.cpp',
2634 'platform/LifecycleContext.h', 2632 'platform/LifecycleContext.h',
2635 'platform/LifecycleNotifier.cpp', 2633 'platform/LifecycleNotifier.cpp',
2636 'platform/LifecycleNotifier.h', 2634 'platform/LifecycleNotifier.h',
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 'bison_exe': 'bison', 3647 'bison_exe': 'bison',
3650 # We specify a preprocess so it happens locally and won't get 3648 # We specify a preprocess so it happens locally and won't get
3651 # distributed to goma. 3649 # distributed to goma.
3652 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3650 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3653 # use /usr/bin/clang once we require Xcode 4.x. 3651 # use /usr/bin/clang once we require Xcode 4.x.
3654 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3652 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3655 }], 3653 }],
3656 ], 3654 ],
3657 } 3655 }
3658 } 3656 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/CrossThreadTask.h » ('j') | Source/platform/CrossThreadCopier.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698