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

Unified Diff: content/plugin/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/plugin/BUILD.gn
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn
index 32b6e03ef49605cb135d104337ad55bb4c63a6c6..ed12ee6fde3c9d1915831ff81aabc5fa32d01f0c 100644
--- a/content/plugin/BUILD.gn
+++ b/content/plugin/BUILD.gn
@@ -35,8 +35,8 @@ if (enable_plugins && !is_linux) {
"//content/public/common:common_sources",
"//mojo/application/public/interfaces",
"//skia",
- "//third_party/npapi",
"//third_party/WebKit/public:blink",
+ "//third_party/npapi",
]
}
} else {

Powered by Google App Engine
This is Rietveld 408576698