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

Unified Diff: third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 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 | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/netinfo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/canvas/BUILD.gn b/third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn
similarity index 61%
copy from third_party/WebKit/Source/modules/canvas/BUILD.gn
copy to third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn
index 029a7dd1bf72ed32ad79d60f86af7814b465f78b..a72e0ee91905e55b8ae0a731f89c25e1051f3377 100644
--- a/third_party/WebKit/Source/modules/canvas/BUILD.gn
+++ b/third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn
@@ -4,9 +4,10 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("canvas") {
+blink_modules_sources("navigatorcontentutils") {
sources = [
- "HTMLCanvasElementModule.cpp",
- "HTMLCanvasElementModule.h",
+ "NavigatorContentUtils.cpp",
+ "NavigatorContentUtils.h",
+ "NavigatorContentUtilsClient.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/netinfo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698