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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 25447002: Move JSONValues.cpp/.h to Source/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 | « Source/platform/JSONValues.cpp ('k') | Source/web/WebDevToolsAgentImpl.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 'JSONValues.cpp',
13 'JSONValues.h',
12 'Language.cpp', 14 'Language.cpp',
13 'Language.h', 15 'Language.h',
14 'LinkHash.cpp', 16 'LinkHash.cpp',
15 'LinkHash.h', 17 'LinkHash.h',
16 'Logging.cpp', 18 'Logging.cpp',
17 'Logging.h', 19 'Logging.h',
18 'NotImplemented.cpp', 20 'NotImplemented.cpp',
19 'NotImplemented.h', 21 'NotImplemented.h',
20 'PurgeableBuffer.cpp', 22 'PurgeableBuffer.cpp',
21 'PurgeableBuffer.h', 23 'PurgeableBuffer.h',
22 'SharedBuffer.cpp', 24 'SharedBuffer.cpp',
23 'SharedBuffer.h', 25 'SharedBuffer.h',
24 ], 26 ],
25 'platform_test_files': [ 27 'platform_test_files': [
26 'ClockTest.cpp', 28 'ClockTest.cpp',
27 'DecimalTest.cpp', 29 'DecimalTest.cpp',
28 'SharedBufferTest.cpp', 30 'SharedBufferTest.cpp',
29 ], 31 ],
30 }, 32 },
31 } 33 }
OLDNEW
« no previous file with comments | « Source/platform/JSONValues.cpp ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698