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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 11 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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 9e717f091d124581bfc3ebe1fc52a81fa0d3b2ef..869e37fa2745c0d922c0f1d5326c2dcb64d58237 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -181,13 +181,6 @@ static_library("extensions") {
"//chrome")
}
- if (is_desktop_linux) {
- sources += rebase_path(
- gypi_values.chrome_browser_extensions_networking_private_sources_linux,
- ".",
- "//chrome")
- }
-
if (is_win) {
deps += [
"//third_party/iaccessible2",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/networking_private/crypto_verify_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698