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

Unified Diff: mojo/edk/system/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/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 11a3a8fa3f99594d0fc81677c8061d8c22c85415..9e506ed1d63de9b74b13972c4f03126b6d577de6 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -90,11 +90,11 @@ static_library("system") {
all_dependent_configs = [ ":system_config" ]
public_deps = [
+ "../../../mojo/public/c/system",
+ "../../../mojo/public/cpp/system",
"../embedder",
"../embedder:delegates",
"../embedder:platform",
- "../../../mojo/public/c/system",
- "../../../mojo/public/cpp/system",
]
deps = [
@@ -116,8 +116,8 @@ group("tests") {
testonly = true
deps = [
# TODO(use_chrome_edk): remove "2"
- ":mojo_system_unittests2",
":mojo_message_pipe_perftests2",
+ ":mojo_system_unittests2",
]
}
@@ -177,8 +177,8 @@ test("mojo_system_unittests2") {
":test_utils",
# TODO(use_chrome_edk): remove "2"
- "../embedder:embedder_unittests2",
"../../../mojo/public/cpp/environment:standalone",
+ "../embedder:embedder_unittests2",
"../test:test_support",
"//base",
"//base/test:test_support",
@@ -203,9 +203,9 @@ test("mojo_message_pipe_perftests2") {
deps = [
":test_utils",
- "../test:test_support",
- "../test:run_all_perftests",
"../../../mojo/public/cpp/environment:standalone",
+ "../test:run_all_perftests",
+ "../test:test_support",
"//base",
"//base/test:test_support",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698