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

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

Issue 26296002: Move HostWindow.h from core/platform to platform in preparation for moving more parts of core/platf… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Added HostWindow.h to blink_platform.gypi 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
« no previous file with comments | « Source/platform/HostWindow.h ('k') | Source/web/ValidationMessageClientImpl.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 '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',
11 'Decimal.h', 11 'Decimal.h',
12 'EventTracer.cpp', 12 'EventTracer.cpp',
13 'EventTracer.h', 13 'EventTracer.h',
14 'FileChooser.cpp', 14 'FileChooser.cpp',
15 'FileChooser.h', 15 'FileChooser.h',
16 'FloatConversion.h', 16 'FloatConversion.h',
17 'HostWindow.h',
17 'JSONValues.cpp', 18 'JSONValues.cpp',
18 'JSONValues.h', 19 'JSONValues.h',
19 'Language.cpp', 20 'Language.cpp',
20 'Language.h', 21 'Language.h',
21 'LayoutTestSupport.cpp', 22 'LayoutTestSupport.cpp',
22 'LayoutTestSupport.h', 23 'LayoutTestSupport.h',
23 'LayoutUnit.h', 24 'LayoutUnit.h',
24 'LinkHash.cpp', 25 'LinkHash.cpp',
25 'LinkHash.h', 26 'LinkHash.h',
26 'LocalizedStrings.cpp', 27 'LocalizedStrings.cpp',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'clipboard/ClipboardUtilitiesTest.cpp', 163 'clipboard/ClipboardUtilitiesTest.cpp',
163 'geometry/RoundedRectTest.cpp', 164 'geometry/RoundedRectTest.cpp',
164 'text/DateTimeFormatTest.cpp', 165 'text/DateTimeFormatTest.cpp',
165 'ClockTest.cpp', 166 'ClockTest.cpp',
166 'DecimalTest.cpp', 167 'DecimalTest.cpp',
167 'LayoutUnitTest.cpp', 168 'LayoutUnitTest.cpp',
168 'SharedBufferTest.cpp', 169 'SharedBufferTest.cpp',
169 ], 170 ],
170 }, 171 },
171 } 172 }
OLDNEW
« no previous file with comments | « Source/platform/HostWindow.h ('k') | Source/web/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698