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

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: 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') | extensions/shell/BUILD.gn » ('J')
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",
James Cook 2015/02/13 21:53:31 Question: Why does this have to be a public_dep?
Ken Rockot(use gerrit already) 2015/02/13 22:08:31 Good question! It's because one of the public hea
"//extensions/common/api/cast_channel:cast_channel_proto",
]
« no previous file with comments | « no previous file | extensions/shell/BUILD.gn » ('j') | extensions/shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698