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

Unified Diff: mojo/edk/system/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: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 1f04f6582a7d4ce02b16dca32bebf31afb914ec4..f0c1e820b6f771cfabcd9fd341447b07c92f4968 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -79,11 +79,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 = [
@@ -103,8 +103,8 @@ group("tests") {
testonly = true
deps = [
# TODO(use_chrome_edk): remove "2"
- ":mojo_system_unittests2",
":mojo_message_pipe_perftests2",
+ ":mojo_system_unittests2",
]
}
@@ -161,8 +161,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",
@@ -187,9 +187,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",
« components/BUILD.gn ('K') | « mojo/edk/js/BUILD.gn ('k') | mojo/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698