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

Unified Diff: extensions/BUILD.gn

Issue 932063003: Add split tunnel interface to vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits from Benjamin and a build failure Created 5 years, 10 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: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index b1e69d27a601735725701718146a837e2170080a..ee2d4504531775a83e70da7bad7cbdc1c17afd59 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -214,6 +214,13 @@ test("extensions_browsertests") {
"//third_party/mojo/src/mojo/public/cpp/bindings",
]
+ if (is_chromeos) {
+ sources += rebase_path(
+ extensions_tests_gypi_values.extensions_browsertests_sources_chromeos,
+ ".",
+ "//extensions")
+ }
+
if (is_win) {
deps += [ "//base/allocator" ]
}

Powered by Google App Engine
This is Rietveld 408576698