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

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

Issue 55783002: Introduce BorderImageLength and BorderImageLengthBox (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ContentType.cpp', 9 'ContentType.cpp',
10 'ContentType.h', 10 'ContentType.h',
(...skipping 16 matching lines...) Expand all
27 'JSONValues.h', 27 'JSONValues.h',
28 'Language.cpp', 28 'Language.cpp',
29 'Language.h', 29 'Language.h',
30 'LayoutTestSupport.cpp', 30 'LayoutTestSupport.cpp',
31 'LayoutTestSupport.h', 31 'LayoutTestSupport.h',
32 'LayoutUnit.h', 32 'LayoutUnit.h',
33 'Length.cpp', 33 'Length.cpp',
34 'Length.h', 34 'Length.h',
35 'LengthBox.cpp', 35 'LengthBox.cpp',
36 'LengthBox.h', 36 'LengthBox.h',
37 'LengthBoxOrNumberBox.h',
37 'LengthFunctions.cpp', 38 'LengthFunctions.cpp',
39 'LengthOrNumber.h',
38 'LengthFunctions.h', 40 'LengthFunctions.h',
39 'LengthPoint.h', 41 'LengthPoint.h',
40 'LengthSize.h', 42 'LengthSize.h',
41 'LifecycleContext.h', 43 'LifecycleContext.h',
42 'LifecycleNotifier.h', 44 'LifecycleNotifier.h',
43 'LifecycleObserver.h', 45 'LifecycleObserver.h',
44 'LinkHash.cpp', 46 'LinkHash.cpp',
45 'LinkHash.h', 47 'LinkHash.h',
46 'Logging.cpp', 48 'Logging.cpp',
47 'Logging.h', 49 'Logging.h',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'geometry/RoundedRectTest.cpp', 420 'geometry/RoundedRectTest.cpp',
419 'graphics/ThreadSafeDataTransportTest.cpp', 421 'graphics/ThreadSafeDataTransportTest.cpp',
420 'testing/ArenaTestHelpers.h', 422 'testing/ArenaTestHelpers.h',
421 'testing/TreeTestHelpers.cpp', 423 'testing/TreeTestHelpers.cpp',
422 'testing/TreeTestHelpers.h', 424 'testing/TreeTestHelpers.h',
423 'text/BidiResolverTest.cpp', 425 'text/BidiResolverTest.cpp',
424 'text/DateTimeFormatTest.cpp', 426 'text/DateTimeFormatTest.cpp',
425 ], 427 ],
426 }, 428 },
427 } 429 }
OLDNEW
« Source/platform/LengthOrNumberBox.h ('K') | « Source/platform/LengthOrNumberBox.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698