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

Side by Side Diff: Source/platform/blink_platform.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 | « Source/platform/LayoutTestSupport.cpp ('k') | Source/web/FullscreenController.cpp » ('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 'platform_files': [ 3 'platform_files': [
4 'exported/Platform.cpp', 4 'exported/Platform.cpp',
5 'exported/WebData.cpp', 5 'exported/WebData.cpp',
6 'Clock.cpp', 6 'Clock.cpp',
7 'Clock.h', 7 'Clock.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
11 'Decimal.h', 11 'Decimal.h',
12 'FileChooser.cpp', 12 'FileChooser.cpp',
13 'FileChooser.h', 13 'FileChooser.h',
14 'JSONValues.cpp', 14 'JSONValues.cpp',
15 'JSONValues.h', 15 'JSONValues.h',
16 'Language.cpp', 16 'Language.cpp',
17 'Language.h', 17 'Language.h',
18 'LayoutTestSupport.cpp',
19 'LayoutTestSupport.h',
18 'LayoutUnit.h', 20 'LayoutUnit.h',
19 'LinkHash.cpp', 21 'LinkHash.cpp',
20 'LinkHash.h', 22 'LinkHash.h',
21 'LocalizedStrings.cpp', 23 'LocalizedStrings.cpp',
22 'LocalizedStrings.h', 24 'LocalizedStrings.h',
23 'Logging.cpp', 25 'Logging.cpp',
24 'Logging.h', 26 'Logging.h',
25 'NotImplemented.cpp', 27 'NotImplemented.cpp',
26 'NotImplemented.h', 28 'NotImplemented.h',
27 'PurgeableBuffer.cpp', 29 'PurgeableBuffer.cpp',
28 'PurgeableBuffer.h', 30 'PurgeableBuffer.h',
29 'SharedBuffer.cpp', 31 'SharedBuffer.cpp',
30 'SharedBuffer.h', 32 'SharedBuffer.h',
31 ], 33 ],
32 'platform_test_files': [ 34 'platform_test_files': [
33 'ClockTest.cpp', 35 'ClockTest.cpp',
34 'DecimalTest.cpp', 36 'DecimalTest.cpp',
35 'LayoutUnitTest.cpp', 37 'LayoutUnitTest.cpp',
36 'SharedBufferTest.cpp', 38 'SharedBufferTest.cpp',
37 ], 39 ],
38 }, 40 },
39 } 41 }
OLDNEW
« no previous file with comments | « Source/platform/LayoutTestSupport.cpp ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698