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

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

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 4a7d6fba21d24eef7f6ca3d3bf8d9ab67c907bbd..3d2f575c830ebf16da76dd3ee65f170e4e018951 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -98,8 +98,8 @@ action("module_names") {
# GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generated
group("make_modules_generated") {
public_deps = [
- "//third_party/WebKit/Source/core:core_event_interfaces",
- "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
":module_names",
+ "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
+ "//third_party/WebKit/Source/core:core_event_interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698