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

Unified Diff: content/test/BUILD.gn

Issue 554393009: Make chrome GN build work in component mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo gyp changes Created 6 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 | « content/shell/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 42b36db8a8c247862226de3b2caa928e835d77ff..0dfa7eecec5992d08445d42c98e1df0ca0cebfa3 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -18,8 +18,8 @@ static_library("test_support") {
deps = [
"//cc/blink",
"//content/public/app:both",
- "//content/public/browser",
- "//content/public/common",
+ "//content/public/browser:browser_sources",
+ "//content/public/common:common_sources",
"//net:test_support",
"//skia",
"//storage/common",
@@ -44,10 +44,10 @@ static_library("test_support") {
deps += [
"//content/browser/speech/proto",
- "//content/child",
+ "//content/public/child:child_sources",
"//content/gpu",
- "//content/public/renderer",
- "//content/public/utility",
+ "//content/public/renderer:renderer_sources",
+ "//content/public/utility:utility_sources",
"//cc",
"//cc:test_support",
"//media",
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698