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

Unified Diff: chrome/test/BUILD.gn

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update for multiline output Created 6 years 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 | « chrome/service/BUILD.gn ('k') | chrome/test/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index a06621d41fbeee1fdff9ad09dc1b9c2b730c6191..8bda28546e3f2be81bcc17e22951414ca08e41f4 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5,11 +5,10 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
-gypi_values = exec_script(
- "//build/gypi_to_gn.py",
- [ rebase_path("../chrome_tests.gypi") ],
- "scope",
- [ "../chrome_tests.gypi" ])
+gypi_values = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("../chrome_tests.gypi") ],
+ "scope",
+ [ "../chrome_tests.gypi" ])
# This target exists to reference other test executables to bring these files
# into the build.
@@ -93,6 +92,7 @@ source_set("test_support") {
"//chrome:resources",
"//chrome:strings",
"//chrome/app:test_support",
+
#"//chrome/app/theme:theme_resources",
"//chrome/browser:test_support",
"//chrome/common:test_support",
@@ -222,7 +222,8 @@ source_set("sync_integration_test_support") {
testonly = true
sources = rebase_path(gypi_values.test_support_sync_integration_sources,
- ".", "//chrome")
+ ".",
+ "//chrome")
deps = [
":test_support",
"//base",
@@ -255,8 +256,8 @@ source_set("sync_integration_test_support") {
}
test("sync_integration_tests") {
- sources = rebase_path(gypi_values.sync_integration_tests_sources,
- ".", "//chrome")
+ sources =
+ rebase_path(gypi_values.sync_integration_tests_sources, ".", "//chrome")
# TODO(phajdan.jr): Only temporary, to make transition easier.
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
@@ -293,7 +294,7 @@ test("sync_integration_tests") {
"../browser/sync/test/integration/single_client_dictionary_sync_test.cc",
"../browser/sync/test/integration/two_client_dictionary_sync_test.cc",
]
-
+
# The sync_integration_tests do not run on mac without this flag.
# Search for comments about "xcode_settings" elsewhere in this file.
ldflags = [ "-Wl,-ObjC" ]
@@ -309,9 +310,7 @@ test("sync_integration_tests") {
#'chrome_version_resources', TODO(GYP)
]
} else {
- sources -= [
- "../app/chrome_version.rc.version",
- ]
+ sources -= [ "../app/chrome_version.rc.version" ]
}
if (toolkit_views) {
@@ -327,15 +326,13 @@ test("sync_integration_tests") {
]
}
if (!enable_supervised_users) {
- sources -= [
- "../browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc",
- ]
+ sources -= [ "../browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc" ]
}
}
test("sync_performance_tests") {
- sources = rebase_path(gypi_values.sync_performance_tests_sources,
- ".", "//chrome")
+ sources =
+ rebase_path(gypi_values.sync_performance_tests_sources, ".", "//chrome")
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
@@ -356,9 +353,7 @@ test("sync_performance_tests") {
if (is_mac) {
# Dictionary sync is disabled on Mac.
- sources -= [
- "../browser/sync/test/integration/performance/dictionary_sync_perf_test.cc",
- ]
+ sources -= [ "../browser/sync/test/integration/performance/dictionary_sync_perf_test.cc" ]
# The sync_performance_tests do not run on mac without this flag.
# Search for comments about "xcode_settings" elsewhere in this file.
@@ -375,9 +370,7 @@ test("sync_performance_tests") {
#'chrome_version_resources', TODO(GYP)
]
} else {
- sources -= [
- "../app/chrome_version.rc.version",
- ]
+ sources -= [ "../app/chrome_version.rc.version" ]
}
if (toolkit_views) {
@@ -385,7 +378,6 @@ test("sync_performance_tests") {
}
}
-
# Executable to measure time to load libraries.
test("load_library_perf_tests") {
sources = [
« no previous file with comments | « chrome/service/BUILD.gn ('k') | chrome/test/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698