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

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

Issue 25825003: Move ANGLEWebKitBridge to platform/graphics/angle/ANGLEPlatformBridge. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bad merge 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'geometry/IntRect.cpp', 75 'geometry/IntRect.cpp',
76 'geometry/IntRect.h', 76 'geometry/IntRect.h',
77 'geometry/IntRectExtent.h', 77 'geometry/IntRectExtent.h',
78 'geometry/IntSize.h', 78 'geometry/IntSize.h',
79 'geometry/LayoutBoxExtent.cpp', 79 'geometry/LayoutBoxExtent.cpp',
80 'geometry/LayoutBoxExtent.h', 80 'geometry/LayoutBoxExtent.h',
81 'geometry/LayoutPoint.h', 81 'geometry/LayoutPoint.h',
82 'geometry/LayoutRect.cpp', 82 'geometry/LayoutRect.cpp',
83 'geometry/LayoutRect.h', 83 'geometry/LayoutRect.h',
84 'geometry/LayoutSize.h', 84 'geometry/LayoutSize.h',
85 'graphics/angle/ANGLEPlatformBridge.cpp',
86 'graphics/angle/ANGLEPlatformBridge.h',
85 'network/DNS.cpp', 87 'network/DNS.cpp',
86 'network/DNS.h', 88 'network/DNS.h',
87 'network/HTTPHeaderMap.cpp', 89 'network/HTTPHeaderMap.cpp',
88 'network/HTTPHeaderMap.h', 90 'network/HTTPHeaderMap.h',
89 'network/ParsedContentType.cpp', 91 'network/ParsedContentType.cpp',
90 'network/ParsedContentType.h', 92 'network/ParsedContentType.h',
91 'network/ProxyServer.cpp', 93 'network/ProxyServer.cpp',
92 'network/ProxyServer.h', 94 'network/ProxyServer.h',
93 'network/SocketStreamError.cpp', 95 'network/SocketStreamError.cpp',
94 'network/SocketStreamError.h', 96 'network/SocketStreamError.h',
(...skipping 26 matching lines...) Expand all
121 'platform_test_files': [ 123 'platform_test_files': [
122 'clipboard/ClipboardUtilitiesTest.cpp', 124 'clipboard/ClipboardUtilitiesTest.cpp',
123 'text/DateTimeFormatTest.cpp', 125 'text/DateTimeFormatTest.cpp',
124 'ClockTest.cpp', 126 'ClockTest.cpp',
125 'DecimalTest.cpp', 127 'DecimalTest.cpp',
126 'LayoutUnitTest.cpp', 128 'LayoutUnitTest.cpp',
127 'SharedBufferTest.cpp', 129 'SharedBufferTest.cpp',
128 ], 130 ],
129 }, 131 },
130 } 132 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/graphics/angle/ANGLEPlatformBridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698