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

Unified Diff: third_party/WebKit/Source/modules/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/config.gni ('k') | third_party/WebKit/Source/modules/filesystem/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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index d48964955b11410d5df9cc3bdd695cac525bd763..9ef721b62aaeea25ce9e1c50288b2c3e464093c5 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -57,9 +57,6 @@ target(modules_target_type, "modules") {
"ModulesInitializer.h",
]
- # These are the files that still need to be moved to separate BUILD files.
- sources += rebase_path(modules_files, ".", "//")
-
sources += generated_modules_dictionary_files
# Compile sources generated by module_names script.
@@ -89,8 +86,6 @@ target(modules_target_type, "modules") {
":make_modules_generated",
":module_names",
"//device/geolocation/public/interfaces:interfaces_blink",
- "//device/nfc:mojo_bindings_blink",
- "//media/mojo/interfaces:image_capture_blink",
"//third_party/WebKit/Source/bindings/modules:generated",
"//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/modules/accessibility",
@@ -115,6 +110,35 @@ target(modules_target_type, "modules") {
"//third_party/WebKit/Source/modules/encoding",
"//third_party/WebKit/Source/modules/encryptedmedia",
"//third_party/WebKit/Source/modules/fetch",
+ "//third_party/WebKit/Source/modules/filesystem",
+ "//third_party/WebKit/Source/modules/gamepad",
+ "//third_party/WebKit/Source/modules/geolocation",
+ "//third_party/WebKit/Source/modules/geolocation",
+ "//third_party/WebKit/Source/modules/imagebitmap",
+ "//third_party/WebKit/Source/modules/imagecapture",
+ "//third_party/WebKit/Source/modules/indexeddb",
+ "//third_party/WebKit/Source/modules/indexeddb",
+ "//third_party/WebKit/Source/modules/installedapp",
+ "//third_party/WebKit/Source/modules/mediacapturefromelement",
+ "//third_party/WebKit/Source/modules/mediarecorder",
+ "//third_party/WebKit/Source/modules/mediasession",
+ "//third_party/WebKit/Source/modules/mediasource",
+ "//third_party/WebKit/Source/modules/mediastream",
+ "//third_party/WebKit/Source/modules/navigatorcontentutils",
+ "//third_party/WebKit/Source/modules/netinfo",
+ "//third_party/WebKit/Source/modules/nfc",
+ "//third_party/WebKit/Source/modules/notifications",
+ "//third_party/WebKit/Source/modules/offscreencanvas",
+ "//third_party/WebKit/Source/modules/offscreencanvas2d",
+ "//third_party/WebKit/Source/modules/payments",
+ "//third_party/WebKit/Source/modules/peerconnection",
+ "//third_party/WebKit/Source/modules/permissions",
+ "//third_party/WebKit/Source/modules/plugins",
+ "//third_party/WebKit/Source/modules/presentation",
+ "//third_party/WebKit/Source/modules/push_messaging",
+ "//third_party/WebKit/Source/modules/quota",
+ "//third_party/WebKit/Source/modules/remoteplayback",
+ "//third_party/WebKit/Source/modules/screen_orientation",
"//third_party/WebKit/Source/modules/sensor",
"//third_party/WebKit/Source/modules/serviceworkers",
"//third_party/WebKit/Source/modules/speech",
« no previous file with comments | « third_party/WebKit/Source/config.gni ('k') | third_party/WebKit/Source/modules/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698