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

Unified Diff: services/test/BUILD.gn

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up and add test. Created 5 years, 9 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
Index: services/test/BUILD.gn
diff --git a/chrome/browser/metro_utils/BUILD.gn b/services/test/BUILD.gn
similarity index 52%
copy from chrome/browser/metro_utils/BUILD.gn
copy to services/test/BUILD.gn
index 86a28875cc8bb6787a0807467adcbb3072e01ce0..2a8e9aacb14b53be5eceff8c945b61e1a5e1e43d 100644
--- a/chrome/browser/metro_utils/BUILD.gn
+++ b/services/test/BUILD.gn
@@ -2,13 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("metro_utils") {
+source_set("run_all_unittests") {
+ testonly = true
+
+ sources = [
+ "services_unittest_main.cc",
+ ]
+
deps = [
"//base",
- "//chrome/installer/util",
- ]
- sources = [
- "metro_chrome_win.cc",
- "metro_chrome_win.h",
+ "//base/test:test_support",
+ "//content/test:test_support",
+ "//mojo/environment:chromium",
]
}

Powered by Google App Engine
This is Rietveld 408576698