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

Unified Diff: base/BUILD.gn

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 | « DEPS ('k') | base/android/java/src/org/chromium/base/PathUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 8b9b5bf19056236ef193fef6e453d7f28959881b..6bc26b8bf16de952a8e11ba121577c22fbf823e2 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -899,7 +899,7 @@ if (is_linux && !is_chromeos) {
]
if (is_android) {
- deps += [ "//testing/android:native_test_native_code" ]
+ deps += [ "//testing/android/native_test:native_test_native_code" ]
}
}
@@ -1354,7 +1354,7 @@ test("base_unittests") {
}
if (is_android) {
- deps += [ "//testing/android:native_test_native_code" ]
+ deps += [ "//testing/android/native_test:native_test_native_code" ]
set_sources_assignment_filter([])
sources += [ "debug/proc_maps_linux_unittest.cc" ]
set_sources_assignment_filter(sources_assignment_filter)
« no previous file with comments | « DEPS ('k') | base/android/java/src/org/chromium/base/PathUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698