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

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

Issue 25505007: Remove bogus use of the term "user style" in Blink and Blink API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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/URLPatternMatcher.cpp ('k') | Source/testing/runner/TestRunner.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',
(...skipping 10 matching lines...) Expand all
21 'LocalizedStrings.cpp', 21 'LocalizedStrings.cpp',
22 'LocalizedStrings.h', 22 'LocalizedStrings.h',
23 'Logging.cpp', 23 'Logging.cpp',
24 'Logging.h', 24 'Logging.h',
25 'NotImplemented.cpp', 25 'NotImplemented.cpp',
26 'NotImplemented.h', 26 'NotImplemented.h',
27 'PurgeableBuffer.cpp', 27 'PurgeableBuffer.cpp',
28 'PurgeableBuffer.h', 28 'PurgeableBuffer.h',
29 'SharedBuffer.cpp', 29 'SharedBuffer.cpp',
30 'SharedBuffer.h', 30 'SharedBuffer.h',
31 'URLPatternMatcher.cpp',
32 'URLPatternMatcher.h',
31 'UUID.cpp', 33 'UUID.cpp',
32 'UUID.h', 34 'UUID.h',
33 ], 35 ],
34 'platform_test_files': [ 36 'platform_test_files': [
35 'ClockTest.cpp', 37 'ClockTest.cpp',
36 'DecimalTest.cpp', 38 'DecimalTest.cpp',
37 'LayoutUnitTest.cpp', 39 'LayoutUnitTest.cpp',
38 'SharedBufferTest.cpp', 40 'SharedBufferTest.cpp',
39 ], 41 ],
40 }, 42 },
41 } 43 }
OLDNEW
« no previous file with comments | « Source/platform/URLPatternMatcher.cpp ('k') | Source/testing/runner/TestRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698