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

Unified Diff: mojo/shell/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 8478000f337589cafab6c6acbaee4a278898a678..c1c6aae3c0dff134f8ac27b1d31fbfe200f35c7b 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -54,10 +54,10 @@ source_set("shell") {
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
"//mojo/application/public/cpp:sources",
- "//url",
- "//third_party/mojo/src/mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/util:filename_util",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//url",
]
}
@@ -101,8 +101,8 @@ test("mojo_shell_unittests") {
"//mojo/package_manager",
"//mojo/public/cpp/system",
"//mojo/util:filename_util",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698