| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 6d363145b423f570572522c0ee5213a012bd63ba..d94e4b441ddee08c20876be8c45734669f189f6b 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -120,6 +120,7 @@ source_set("blink_headers") {
|
| "platform/WebBlobInfo.h",
|
| "platform/WebBlobRegistry.h",
|
| "platform/WebCString.h",
|
| + "platform/WebCache.h",
|
| "platform/WebCallbacks.h",
|
| "platform/WebCanvas.h",
|
| "platform/WebCanvasCaptureHandler.h",
|
| @@ -433,7 +434,6 @@ source_set("blink_headers") {
|
| "web/WebAutofillClient.h",
|
| "web/WebBlob.h",
|
| "web/WebCSSParser.h",
|
| - "web/WebCache.h",
|
| "web/WebColorChooser.h",
|
| "web/WebColorChooserClient.h",
|
| "web/WebColorSuggestion.h",
|
|
|