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

Side by Side Diff: Source/web/AssertMatchingEnums.cpp

Issue 60033008: Remove forwarding headers in public/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 20 matching lines...) Expand all
31 // Use this file to assert that various WebKit API enum values continue 31 // Use this file to assert that various WebKit API enum values continue
32 // matching WebCore defined enum values. 32 // matching WebCore defined enum values.
33 33
34 #include "config.h" 34 #include "config.h"
35 35
36 #include "WebAXEnums.h" 36 #include "WebAXEnums.h"
37 #include "WebAXObject.h" 37 #include "WebAXObject.h"
38 #include "WebApplicationCacheHost.h" 38 #include "WebApplicationCacheHost.h"
39 #include "WebConsoleMessage.h" 39 #include "WebConsoleMessage.h"
40 #include "WebContentSecurityPolicy.h" 40 #include "WebContentSecurityPolicy.h"
41 #include "WebCursorInfo.h"
42 #include "WebFontDescription.h" 41 #include "WebFontDescription.h"
43 #include "WebFormElement.h" 42 #include "WebFormElement.h"
44 #include "WebGeolocationError.h" 43 #include "WebGeolocationError.h"
45 #include "WebGeolocationPosition.h" 44 #include "WebGeolocationPosition.h"
46 #include "WebIconURL.h" 45 #include "WebIconURL.h"
47 #include "WebInputElement.h" 46 #include "WebInputElement.h"
48 #include "WebMediaPlayer.h"
49 #include "WebMediaPlayerClient.h"
50 #include "WebNotificationPresenter.h" 47 #include "WebNotificationPresenter.h"
51 #include "WebPageVisibilityState.h" 48 #include "WebPageVisibilityState.h"
52 #include "WebSettings.h" 49 #include "WebSettings.h"
53 #include "WebSpeechRecognizerClient.h" 50 #include "WebSpeechRecognizerClient.h"
54 #include "WebStorageQuotaError.h"
55 #include "WebStorageQuotaType.h"
56 #include "WebTextAffinity.h" 51 #include "WebTextAffinity.h"
57 #include "WebTextCheckingResult.h" 52 #include "WebTextCheckingResult.h"
58 #include "WebTextCheckingType.h" 53 #include "WebTextCheckingType.h"
59 #include "WebTextDecorationType.h" 54 #include "WebTextDecorationType.h"
60 #include "WebView.h" 55 #include "WebView.h"
61 #include "bindings/v8/SerializedScriptValue.h" 56 #include "bindings/v8/SerializedScriptValue.h"
62 #include "core/accessibility/AXObject.h" 57 #include "core/accessibility/AXObject.h"
63 #include "core/accessibility/AXObjectCache.h" 58 #include "core/accessibility/AXObjectCache.h"
64 #include "core/dom/DocumentMarker.h" 59 #include "core/dom/DocumentMarker.h"
65 #include "core/dom/ExceptionCode.h" 60 #include "core/dom/ExceptionCode.h"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 #include "platform/fonts/FontSmoothingMode.h" 94 #include "platform/fonts/FontSmoothingMode.h"
100 #include "platform/graphics/media/MediaPlayer.h" 95 #include "platform/graphics/media/MediaPlayer.h"
101 #include "platform/mediastream/MediaStreamSource.h" 96 #include "platform/mediastream/MediaStreamSource.h"
102 #include "platform/network/ResourceLoadPriority.h" 97 #include "platform/network/ResourceLoadPriority.h"
103 #include "platform/network/ResourceResponse.h" 98 #include "platform/network/ResourceResponse.h"
104 #include "platform/text/TextChecking.h" 99 #include "platform/text/TextChecking.h"
105 #include "platform/text/TextDecoration.h" 100 #include "platform/text/TextDecoration.h"
106 #include "platform/weborigin/ReferrerPolicy.h" 101 #include "platform/weborigin/ReferrerPolicy.h"
107 #include "public/platform/WebClipboard.h" 102 #include "public/platform/WebClipboard.h"
108 #include "public/platform/WebCompositingReasons.h" 103 #include "public/platform/WebCompositingReasons.h"
104 #include "public/platform/WebCursorInfo.h"
109 #include "public/platform/WebFileError.h" 105 #include "public/platform/WebFileError.h"
110 #include "public/platform/WebFileInfo.h" 106 #include "public/platform/WebFileInfo.h"
111 #include "public/platform/WebFileSystem.h" 107 #include "public/platform/WebFileSystem.h"
112 #include "public/platform/WebIDBCursor.h" 108 #include "public/platform/WebIDBCursor.h"
113 #include "public/platform/WebIDBDatabase.h" 109 #include "public/platform/WebIDBDatabase.h"
114 #include "public/platform/WebIDBDatabaseException.h" 110 #include "public/platform/WebIDBDatabaseException.h"
115 #include "public/platform/WebIDBFactory.h" 111 #include "public/platform/WebIDBFactory.h"
116 #include "public/platform/WebIDBKey.h" 112 #include "public/platform/WebIDBKey.h"
117 #include "public/platform/WebIDBKeyPath.h" 113 #include "public/platform/WebIDBKeyPath.h"
118 #include "public/platform/WebIDBMetadata.h" 114 #include "public/platform/WebIDBMetadata.h"
119 #include "public/platform/WebIDBTypes.h" 115 #include "public/platform/WebIDBTypes.h"
116 #include "public/platform/WebMediaPlayer.h"
117 #include "public/platform/WebMediaPlayerClient.h"
120 #include "public/platform/WebMediaSource.h" 118 #include "public/platform/WebMediaSource.h"
121 #include "public/platform/WebMediaStreamSource.h" 119 #include "public/platform/WebMediaStreamSource.h"
122 #include "public/platform/WebRTCDataChannelHandlerClient.h" 120 #include "public/platform/WebRTCDataChannelHandlerClient.h"
123 #include "public/platform/WebRTCPeerConnectionHandlerClient.h" 121 #include "public/platform/WebRTCPeerConnectionHandlerClient.h"
124 #include "public/platform/WebReferrerPolicy.h" 122 #include "public/platform/WebReferrerPolicy.h"
125 #include "public/platform/WebScrollbar.h" 123 #include "public/platform/WebScrollbar.h"
124 #include "public/platform/WebStorageQuotaError.h"
125 #include "public/platform/WebStorageQuotaType.h"
126 #include "public/platform/WebURLRequest.h" 126 #include "public/platform/WebURLRequest.h"
127 #include "public/platform/WebURLResponse.h" 127 #include "public/platform/WebURLResponse.h"
128 #include "public/web/WebNavigationPolicy.h" 128 #include "public/web/WebNavigationPolicy.h"
129 #include "public/web/WebSerializedScriptValueVersion.h" 129 #include "public/web/WebSerializedScriptValueVersion.h"
130 #include "wtf/Assertions.h" 130 #include "wtf/Assertions.h"
131 #include "wtf/text/StringImpl.h" 131 #include "wtf/text/StringImpl.h"
132 132
133 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, webcore_name) \ 133 #define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, webcore_name) \
134 COMPILE_ASSERT(int(blink::webkit_name) == int(WebCore::webcore_name), mismat ching_enums) 134 COMPILE_ASSERT(int(blink::webkit_name) == int(WebCore::webcore_name), mismat ching_enums)
135 135
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); 678 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot);
679 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip); 679 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip);
680 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar); 680 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar);
681 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer); 681 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer);
682 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground); 682 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground);
683 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground); 683 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground);
684 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask); 684 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask);
685 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent); 685 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent);
686 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping); 686 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping);
687 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion); 687 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion);
OLDNEW
« no previous file with comments | « Source/core/platform/chromium/support/WebCursorInfo.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698