summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/android/modules/test_dummy/test_dummy_module.gni')
-rw-r--r--chromium/chrome/android/modules/test_dummy/test_dummy_module.gni8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni b/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni
index bcaca9d9543..28ce4ff4299 100644
--- a/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni
+++ b/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//chrome/android/modules/buildflags.gni")
+
test_dummy_module_desc = {
name = "test_dummy"
android_manifest =
@@ -9,5 +11,11 @@ test_dummy_module_desc = {
java_deps = [
"//chrome/android/features/test_dummy/internal:java",
"//chrome/android/modules/test_dummy/internal:java",
+ "//chrome/android/modules/test_dummy/internal:pak_assets",
+ ]
+
+ native_deps = [
+ "//chrome/android/features/test_dummy/internal:native",
+ "//chrome/android/modules/test_dummy/internal:native",
]
}