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

Unified Diff: extensions/BUILD.gn

Issue 922093002: Clean up app_shell GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug ref 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
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index fe8d83a8b325fe92cc2d03f8f8f72d0a77520d8d..b1e69d27a601735725701718146a837e2170080a 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -74,7 +74,7 @@ source_set("test_support") {
deps = [
":extensions_resources",
"//base",
- "//content/public/browser",
+ "//base:prefs_test_support",
"//content/public/common",
"//content/test:test_support",
"//extensions/browser",
@@ -87,6 +87,7 @@ source_set("test_support") {
]
public_deps = [
+ "//content/public/browser",
"//extensions/common/api/cast_channel:cast_channel_proto",
]
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698