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

Unified Diff: ash/common/BUILD.gn

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland Created 4 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/BUILD.gn
diff --git a/ash/common/BUILD.gn b/ash/common/BUILD.gn
index 8697b6cccf75cd6fce12f39abe794b7a05ee0d1e..47f06ec5f3eba1196b5ecadd1d81ea2f8c4ce148 100644
--- a/ash/common/BUILD.gn
+++ b/ash/common/BUILD.gn
@@ -18,6 +18,7 @@ source_set("unittests") {
"//ash",
"//ash/common/test:test_support",
"//ash/public/cpp",
+ "//ash/public/interfaces",
"//ash/test:test_support_without_content",
"//ui/base",
"//ui/display",
@@ -30,7 +31,7 @@ source_set("unittests") {
sources += [
"system/chromeos/audio/tray_audio_unittest.cc",
"system/chromeos/brightness/tray_brightness_unittest.cc",
- "system/chromeos/network/vpn_delegate_unittest.cc",
+ "system/chromeos/network/vpn_list_unittest.cc",
"system/chromeos/screen_security/screen_tray_item_unittest.cc",
"system/chromeos/supervised/tray_supervised_user_unittest.cc",
]
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698