Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 9e4270d26009f853e37dc7af883bed4cb43705c8..97e097ea1e7781a600dda35dfe711f720328f726 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -734,8 +734,8 @@ component("base") { |
deps += [ |
":base_jni_headers", |
- "//third_party/ashmem", |
"//third_party/android_tools:cpu_features", |
+ "//third_party/ashmem", |
] |
# logging.cc uses the Android logging library. |
@@ -1073,8 +1073,8 @@ if (is_ios || is_android || is_win || (is_linux && !is_chromeos)) { |
":base", |
"//base/test:test_support", |
"//base/test:test_support_perf", |
- "//testing/perf", |
"//testing/gtest", |
+ "//testing/perf", |
] |
if (is_android) { |