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

Unified Diff: content/test/BUILD.gn

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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 | « components/wallpaper/BUILD.gn ('k') | crypto/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 c924395881b47b096f6ce230bb7d5705b9a26614..2ce71e0e099b5443b27c3f5b28c57cdcc07639d8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -22,12 +22,13 @@ content_tests_gypi_values =
# GYP version //content/content_tests.gypi:test_support_content
source_set("test_support") {
testonly = true
- public_deps = []
- deps = [
- "//cc/blink",
+ public_deps = [
"//content/public/app:both",
"//content/public/browser",
"//content/public/common",
+ ]
+ deps = [
+ "//cc/blink",
"//net:test_support",
"//skia",
"//storage/common",
« no previous file with comments | « components/wallpaper/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698