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

Unified Diff: content/plugin/BUILD.gn

Issue 1344883002: Fix //content/plugin ax_enums gn build flake (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use //content/public/common:common_sources Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/BUILD.gn
diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn
index 884a86496681e657bec76322dd0634ff5c2d8ff0..32b6e03ef49605cb135d104337ad55bb4c63a6c6 100644
--- a/content/plugin/BUILD.gn
+++ b/content/plugin/BUILD.gn
@@ -32,6 +32,7 @@ if (enable_plugins && !is_linux) {
deps = [
"//content:export",
+ "//content/public/common:common_sources",
"//mojo/application/public/interfaces",
"//skia",
"//third_party/npapi",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698