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

Side by Side Diff: Source/WebKit/chromium/src/AssertMatchingEnums.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.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 * 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 24 matching lines...) Expand all
35 35
36 #include "ApplicationCacheHost.h" 36 #include "ApplicationCacheHost.h"
37 #include "ContentSecurityPolicy.h" 37 #include "ContentSecurityPolicy.h"
38 #include "Cursor.h" 38 #include "Cursor.h"
39 #include "DocumentMarker.h" 39 #include "DocumentMarker.h"
40 #include "EditorInsertAction.h" 40 #include "EditorInsertAction.h"
41 #include "ExceptionCode.h" 41 #include "ExceptionCode.h"
42 #include "FileError.h" 42 #include "FileError.h"
43 #include "FileMetadata.h" 43 #include "FileMetadata.h"
44 #include "FileSystemType.h" 44 #include "FileSystemType.h"
45 #include "FilterOperation.h"
46 #include "GeolocationError.h" 45 #include "GeolocationError.h"
47 #include "GeolocationPosition.h" 46 #include "GeolocationPosition.h"
48 #include "HTMLFormElement.h" 47 #include "HTMLFormElement.h"
49 #include "HTMLInputElement.h" 48 #include "HTMLInputElement.h"
50 #include "IDBCursor.h" 49 #include "IDBCursor.h"
51 #include "IDBDatabaseBackendInterface.h" 50 #include "IDBDatabaseBackendInterface.h"
52 #include "IDBDatabaseException.h" 51 #include "IDBDatabaseException.h"
53 #include "IDBFactoryBackendInterfaceChromium.h" 52 #include "IDBFactoryBackendInterfaceChromium.h"
54 #include "IDBKey.h" 53 #include "IDBKey.h"
55 #include "IDBKeyPath.h" 54 #include "IDBKeyPath.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 #include "WebTextAffinity.h" 102 #include "WebTextAffinity.h"
104 #include "WebTextCheckingResult.h" 103 #include "WebTextCheckingResult.h"
105 #include "WebTextCheckingType.h" 104 #include "WebTextCheckingType.h"
106 #include "WebView.h" 105 #include "WebView.h"
107 #include "core/accessibility/AXObjectCache.h" 106 #include "core/accessibility/AXObjectCache.h"
108 #include "core/accessibility/AccessibilityObject.h" 107 #include "core/accessibility/AccessibilityObject.h"
109 #include "core/platform/graphics/FontDescription.h" 108 #include "core/platform/graphics/FontDescription.h"
110 #include "core/platform/graphics/FontSmoothingMode.h" 109 #include "core/platform/graphics/FontSmoothingMode.h"
111 #include "core/platform/graphics/MediaPlayer.h" 110 #include "core/platform/graphics/MediaPlayer.h"
112 #include "core/platform/graphics/MediaSourcePrivate.h" 111 #include "core/platform/graphics/MediaSourcePrivate.h"
112 #include "core/platform/graphics/filters/FilterOperation.h"
113 #include <public/WebClipboard.h> 113 #include <public/WebClipboard.h>
114 #include <public/WebFileError.h> 114 #include <public/WebFileError.h>
115 #include <public/WebFileInfo.h> 115 #include <public/WebFileInfo.h>
116 #include <public/WebFileSystem.h> 116 #include <public/WebFileSystem.h>
117 #include <public/WebFilterOperation.h> 117 #include <public/WebFilterOperation.h>
118 #include <public/WebMediaStreamSource.h> 118 #include <public/WebMediaStreamSource.h>
119 #include <public/WebReferrerPolicy.h> 119 #include <public/WebReferrerPolicy.h>
120 #include <public/WebRTCDataChannelHandlerClient.h> 120 #include <public/WebRTCDataChannelHandlerClient.h>
121 #include <public/WebRTCPeerConnectionHandlerClient.h> 121 #include <public/WebRTCPeerConnectionHandlerClient.h>
122 #include <public/WebScrollbar.h> 122 #include <public/WebScrollbar.h>
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit yVeryLow); 610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit yVeryLow);
611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow ); 611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow );
612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority Medium); 612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority Medium);
613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi gh); 613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi gh);
614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori tyVeryHigh); 614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori tyVeryHigh);
615 615
616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); 616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel);
617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); 617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel);
618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve l); 618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve l);
619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); 619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel);
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698