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

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

Issue 25426003: Move LayoutTestSupport.cpp/.h to Source/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/platform/LayoutTestSupport.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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 'platform/CrossThreadCopier.h', 2605 'platform/CrossThreadCopier.h',
2606 'platform/Cursor.cpp', 2606 'platform/Cursor.cpp',
2607 'platform/DragData.cpp', 2607 'platform/DragData.cpp',
2608 'platform/DragImage.cpp', 2608 'platform/DragImage.cpp',
2609 'platform/EventTracer.cpp', 2609 'platform/EventTracer.cpp',
2610 'platform/FileMetadata.h', 2610 'platform/FileMetadata.h',
2611 'platform/FloatConversion.h', 2611 'platform/FloatConversion.h',
2612 'platform/HashTools.h', 2612 'platform/HashTools.h',
2613 'platform/KillRing.h', 2613 'platform/KillRing.h',
2614 'platform/KillRingNone.cpp', 2614 'platform/KillRingNone.cpp',
2615 'platform/LayoutTestSupport.cpp',
2616 'platform/LayoutTestSupport.h',
2617 'platform/Length.cpp', 2615 'platform/Length.cpp',
2618 'platform/LengthBox.cpp', 2616 'platform/LengthBox.cpp',
2619 'platform/LifecycleContext.cpp', 2617 'platform/LifecycleContext.cpp',
2620 'platform/LifecycleContext.h', 2618 'platform/LifecycleContext.h',
2621 'platform/LifecycleNotifier.cpp', 2619 'platform/LifecycleNotifier.cpp',
2622 'platform/LifecycleNotifier.h', 2620 'platform/LifecycleNotifier.h',
2623 'platform/LifecycleObserver.cpp', 2621 'platform/LifecycleObserver.cpp',
2624 'platform/LifecycleObserver.h', 2622 'platform/LifecycleObserver.h',
2625 'platform/MIMETypeFromURL.cpp', 2623 'platform/MIMETypeFromURL.cpp',
2626 'platform/MIMETypeFromURL.h', 2624 'platform/MIMETypeFromURL.h',
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
3858 'bison_exe': 'bison', 3856 'bison_exe': 'bison',
3859 # We specify a preprocess so it happens locally and won't get 3857 # We specify a preprocess so it happens locally and won't get
3860 # distributed to goma. 3858 # distributed to goma.
3861 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3859 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3862 # use /usr/bin/clang once we require Xcode 4.x. 3860 # use /usr/bin/clang once we require Xcode 4.x.
3863 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3861 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3864 }], 3862 }],
3865 ], 3863 ],
3866 } 3864 }
3867 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/LayoutTestSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698