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

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

Issue 804923002: Move PopupMenuClient.h to core/html/forms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/PopupMenuClient.h ('k') | Source/web/ExternalPopupMenu.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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'PlatformResourceLoader.cpp', 94 'PlatformResourceLoader.cpp',
95 'PlatformResourceLoader.h', 95 'PlatformResourceLoader.h',
96 'PlatformScreen.cpp', 96 'PlatformScreen.cpp',
97 'PlatformScreen.h', 97 'PlatformScreen.h',
98 'PlatformThreadData.cpp', 98 'PlatformThreadData.cpp',
99 'PlatformThreadData.h', 99 'PlatformThreadData.h',
100 'PlatformTouchEvent.h', 100 'PlatformTouchEvent.h',
101 'PlatformTouchPoint.h', 101 'PlatformTouchPoint.h',
102 'PlatformWheelEvent.h', 102 'PlatformWheelEvent.h',
103 'PopupMenu.h', 103 'PopupMenu.h',
104 'PopupMenuClient.h',
105 'PopupMenuStyle.h', 104 'PopupMenuStyle.h',
106 'Prerender.cpp', 105 'Prerender.cpp',
107 'Prerender.h', 106 'Prerender.h',
108 'PrerenderClient.h', 107 'PrerenderClient.h',
109 'PurgeableVector.cpp', 108 'PurgeableVector.cpp',
110 'PurgeableVector.h', 109 'PurgeableVector.h',
111 'RefCountedSupplement.h', 110 'RefCountedSupplement.h',
112 'ScriptForbiddenScope.cpp', 111 'ScriptForbiddenScope.cpp',
113 'ScriptForbiddenScope.h', 112 'ScriptForbiddenScope.h',
114 'SecureTextInput.cpp', 113 'SecureTextInput.cpp',
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'graphics/ImageFrameGeneratorTest.cpp', 965 'graphics/ImageFrameGeneratorTest.cpp',
967 'graphics/ImageLayerChromiumTest.cpp', 966 'graphics/ImageLayerChromiumTest.cpp',
968 'graphics/test/MockImageDecoder.h', 967 'graphics/test/MockImageDecoder.h',
969 'graphics/test/MockWebGraphicsContext3D.h', 968 'graphics/test/MockWebGraphicsContext3D.h',
970 'image-decoders/gif/GIFImageDecoderTest.cpp', 969 'image-decoders/gif/GIFImageDecoderTest.cpp',
971 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 970 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
972 'image-decoders/webp/WEBPImageDecoderTest.cpp', 971 'image-decoders/webp/WEBPImageDecoderTest.cpp',
973 ], 972 ],
974 }, 973 },
975 } 974 }
OLDNEW
« no previous file with comments | « Source/platform/PopupMenuClient.h ('k') | Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698