summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/android/modules/test_dummy/test_dummy_module.gni
blob: 28ce4ff4299153c5efba79770b52829b7c1867d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.

import("//chrome/android/modules/buildflags.gni")

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",
    "//chrome/android/modules/test_dummy/internal:pak_assets",
  ]

  native_deps = [
    "//chrome/android/features/test_dummy/internal:native",
    "//chrome/android/modules/test_dummy/internal:native",
  ]
}