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

Unified Diff: components/update_client/BUILD.gn

Issue 1102103002: Move the unit tests files side-by-side with the corresponding .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 months 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 | « components/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/BUILD.gn
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index 176657210e9233174397bb34ed8c281dbf8d6cc0..d4e612593356f201f0feab168bd575ca5d5bc0d4 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -65,12 +65,12 @@ source_set("update_client") {
source_set("test_support") {
testonly = true
sources = [
- "test/test_configurator.cc",
- "test/test_configurator.h",
- "test/test_installer.cc",
- "test/test_installer.h",
- "test/url_request_post_interceptor.cc",
- "test/url_request_post_interceptor.h",
+ "test_configurator.cc",
+ "test_configurator.h",
+ "test_installer.cc",
+ "test_installer.h",
+ "url_request_post_interceptor.cc",
+ "url_request_post_interceptor.h",
]
deps = [
@@ -86,13 +86,13 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
- "test/component_patcher_unittest.cc",
- "test/crx_downloader_unittest.cc",
- "test/ping_manager_unittest.cc",
- "test/request_sender_unittest.cc",
- "test/update_checker_unittest.cc",
- "test/update_client_unittest.cc",
- "test/update_response_unittest.cc",
+ "component_patcher_unittest.cc",
+ "crx_downloader_unittest.cc",
+ "ping_manager_unittest.cc",
+ "request_sender_unittest.cc",
+ "update_checker_unittest.cc",
+ "update_client_unittest.cc",
+ "update_response_unittest.cc",
]
deps = [
« no previous file with comments | « components/update_client.gypi ('k') | components/update_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698