| # Copyright 2019 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| test_dummy_module_desc = { | |
| name = "test_dummy" | |
| android_manifest = | |
| "//chrome/android/modules/test_dummy/internal/java/AndroidManifest.xml" | |
| java_deps = [ | |
| "//chrome/android/features/test_dummy/internal:java", | |
| "//chrome/android/modules/test_dummy/internal:java", | |
| ] | |
| } |