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

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

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload 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/blink_platform.gyp ('k') | Source/platform/exported/WebCString.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',
9 'DateComponents.h',
10 'Language.cpp',
11 'Language.h',
12 'Logging.cpp',
13 'Logging.h',
14 'NotImplemented.cpp',
15 'NotImplemented.h',
8 'PurgeableBuffer.cpp', 16 'PurgeableBuffer.cpp',
9 'PurgeableBuffer.h', 17 'PurgeableBuffer.h',
10 'SharedBuffer.cpp', 18 'SharedBuffer.cpp',
11 'SharedBuffer.h', 19 'SharedBuffer.h',
12 ], 20 ],
13 'platform_test_files': [ 21 'platform_test_files': [
14 'ClockTest.cpp', 22 'ClockTest.cpp',
15 'SharedBufferTest.cpp', 23 'SharedBufferTest.cpp',
16 ], 24 ],
17 }, 25 },
18 } 26 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/exported/WebCString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698