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

Unified Diff: third_party/WebKit/Source/core/exported/BUILD.gn

Issue 2874713002: Move many standalone files from web/ to (core|modules)/exported/. (Closed)
Patch Set: Rebase Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebCSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/exported/BUILD.gn
diff --git a/third_party/WebKit/Source/core/exported/BUILD.gn b/third_party/WebKit/Source/core/exported/BUILD.gn
index 3ecd3591221429c09c1a109d7da1cd84ad620f1a..b92241b1fd4b0470cdce9416c1f33049a8c0fdb0 100644
--- a/third_party/WebKit/Source/core/exported/BUILD.gn
+++ b/third_party/WebKit/Source/core/exported/BUILD.gn
@@ -13,8 +13,21 @@ blink_core_sources("exported") {
"WebAssociatedURLLoaderImpl.cpp",
"WebAssociatedURLLoaderImpl.h",
"WebBlob.cpp",
+ "WebCSSParser.cpp",
+ "WebColorSuggestion.cpp",
+ "WebCustomElement.cpp",
+ "WebDOMActivityLogger.cpp",
+ "WebDOMEvent.cpp",
"WebDataSourceImpl.cpp",
"WebDataSourceImpl.h",
+ "WebDateTimeSuggestion.cpp",
+ "WebFileChooserCompletionImpl.cpp",
+ "WebFileChooserCompletionImpl.h",
+ "WebHeap.cpp",
+ "WebImageCache.cpp",
+ "WebImageDecoder.cpp",
"WebViewBase.h",
]
+
+ defines = [ "BLINK_IMPLEMENTATION=1" ]
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebCSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698