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

Unified Diff: components/navigation_interception/BUILD.gn

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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/nacl/renderer/plugin/BUILD.gn ('k') | components/navigation_metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_interception/BUILD.gn
diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
index 568a5f8da9a8493a94d53bf95643054661e325fb..a2014bfca450b408f487d1292f9bf134c0f9fb98 100644
--- a/components/navigation_interception/BUILD.gn
+++ b/components/navigation_interception/BUILD.gn
@@ -6,7 +6,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-source_set("navigation_interception") {
+static_library("navigation_interception") {
sources = [
"intercept_navigation_throttle.cc",
"intercept_navigation_throttle.h",
« no previous file with comments | « components/nacl/renderer/plugin/BUILD.gn ('k') | components/navigation_metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698