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

Unified Diff: testing/test.gni

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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 | « testing/scripts/gtest_perf_test.py ('k') | testing/xvfb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 3afb9f766a2a3f2adfc8ebc721eca9849c56bd96..ec56f012893982241618686b4a683414ba0d8b22 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -67,7 +67,7 @@ template("test") {
}
deps = []
if (!defined(invoker.use_launcher) || invoker.use_launcher) {
- deps += [ "//testing/android:native_test_native_code" ]
+ deps += [ "//testing/android/native_test:native_test_native_code" ]
}
if (defined(invoker.deps)) {
deps += invoker.deps
« no previous file with comments | « testing/scripts/gtest_perf_test.py ('k') | testing/xvfb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698