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", |