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

Unified Diff: chrome/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, 6 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 2638a7d970d13722db2adb4ee4bf5dba9b746889..e5318f7965376d8766f96cc9e0dee331d0d8f1c0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -248,6 +248,11 @@ if (!is_android) {
"//ui/web_dialogs:test_support",
]
+ # The chrome_extensions_interactive_uitests target should be delete and
Nico 2015/06/30 20:38:46 "should be deleted"
+ # this line removed. See the chrome_extensions_interactive_uitests target
+ # for more.
+ deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
+
# Runtime dependencies
datadeps = [
"//ppapi:ppapi_tests",
@@ -679,6 +684,10 @@ if (!is_android) {
"//v8",
]
+ # The chrome_extensions_browsertests target should be delete and this line
Nico 2015/06/30 20:38:46 "should be deleted"
+ # removed. See the chrome_extensions_browsertests target for more.
+ deps += [ "//extensions:chrome_extensions_browsertests" ]
+
# Runtime dependencies
data_deps = [
"//ppapi:ppapi_tests",

Powered by Google App Engine
This is Rietveld 408576698