blob: 069f21ef1a2571e93bcb574b4fc56cea4bb121e0 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "google-cloud-tools-as",
# do not sort: must match IML order
srcs = [
"src",
"resources",
],
bundle_data = [
"//tools/studio/google/cloud/tools/android-studio-plugin/lib:licenses",
] + glob([
"resources/clientTemplates/**",
"resources/templates/**",
]),
iml_files = ["google-cloud-tools-as.iml"],
tags = ["managed"],
test_srcs = ["testSrc"],
test_tags = ["manual"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//tools/idea/platform/credential-store",
"//tools/idea/json",
"//tools/idea/xml/relaxng",
"//tools/idea/java/compiler/instrumentation-util-8",
"//tools/idea/plugins/maven:maven2-server-impl",
"//tools/adt/idea/adt-branding",
],
# do not sort: must match IML order
deps = [
"//tools/idea/java/openapi[module]",
"//tools/idea/platform/platform-api[module]",
"//tools/idea/platform/util[module]",
"//tools/idea/platform/lang-api[module]",
"//tools/idea/java/debugger/openapi:debugger-openapi[module]",
"//tools/idea:jps-builders_and_others[module]",
"//tools/idea/xml/dom-openapi[module]",
"//tools/idea:java-impl[module]",
"//tools/idea/xml/impl:xml[module]",
"//tools/adt/idea/android[module]",
"//tools/adt/idea/android-test-framework[module, test]",
"//tools/idea/platform/external-system-impl[module]",
"//tools/idea/platform/external-system-api[module]",
"//tools/idea/plugins/gradle[module]",
"//tools/idea/plugins/groovy:jetgroovy[module]",
"//tools/idea/.idea/libraries:mockito[test]",
"//tools/studio/google/cloud/tools/android-studio-plugin/lib:gradle-appengine-builder-model-0.1.0",
"//tools/idea/platform/bootstrap[module]",
"//tools/idea/java/execution/openapi:execution-openapi[module]",
"//tools/idea/java/execution/impl:execution-impl[module]",
"//tools/idea/platform/testFramework[module, test]",
"//tools/studio/google/cloud/tools/android-studio-plugin/lib:samplesindex-v1-1.0-SNAPSHOT",
"//tools/idea/plugins/git4idea[module]",
"//tools/idea/platform/vcs-impl[module]",
"//tools/studio/google/cloud/tools/android-studio-plugin/lib:google-api-services-source",
"//tools/studio/google/cloud/tools/android-studio-plugin/lib:google-api-services-debugger",
"//tools/idea/platform/xdebugger-impl[module]",
"//tools/studio/google/cloud/tools/google-login-plugin:google-login-as[module]",
"//tools/studio/google/cloud/tools/core-plugin:google-cloud-tools-core-as[module]",
"//tools/adt/idea/observable[module]",
"//tools/adt/idea/adt-ui[module]",
"//tools/adt/idea/wizard[module]",
"//tools/idea/.idea/libraries:commons-io-2.4",
"//tools/analytics-library/protos:analytics-protos[module]",
"//tools/adt/idea/observable-ui[module]",
],
)